Skip to content
Snippets Groups Projects
Commit a7d8af9b authored by Vincent Hardion's avatar Vincent Hardion
Browse files

#19896 TangORB Migration : Replace fr.esrf.tango.TangORB by org.tango.TangORB

parent 4caded3f
Branches
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>fr.soleil</groupId>
<artifactId>super-pom-java</artifactId> <artifactId>super-pom-java</artifactId>
<groupId>fr.soleil</groupId>
<version>RELEASE</version> <version>RELEASE</version>
</parent> </parent>
<groupId>fr.soleil.deviceservers</groupId> <groupId>fr.soleil.deviceservers</groupId>
<artifactId>Publisher</artifactId> <artifactId>Publisher</artifactId>
<version>2.0.5-SNAPSHOT</version> <version>2.0.5-SNAPSHOT</version>
<name>Publisher</name> <name>Publisher</name>
<description>Publisher Device Server</description> <description>Publisher Device Server</description>
<scm> <scm>
<connection>${scm.connection.cvs.tango-ds}:Calculation/Publisher</connection> <connection>${scm.connection.cvs.tango-ds}:Calculation/Publisher</connection>
<developerConnection>${scm.developerConnection.cvs.tango-ds}:Calculation/Publisher</developerConnection> <developerConnection>${scm.developerConnection.cvs.tango-ds}:Calculation/Publisher</developerConnection>
<url>${scm.url.cvs.tango-ds}/Calculation/Publisher</url> <url>${scm.url.cvs.tango-ds}/Calculation/Publisher</url>
</scm> </scm>
<build>
<plugins>
<!-- <plugin> <groupId>fr.soleil.maven.plugins</groupId> <artifactId>maven-cvs-plugin</artifactId> <configuration> <enable>false</enable>
</configuration> </plugin> -->
<plugin>
<groupId>fr.soleil.maven.plugins</groupId>
<artifactId>maven-script-plugin</artifactId>
<executions>
<execution>
<id>install</id>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<mainClass>
fr.soleil.tango.server.publisher.Publisher
</mainClass>
</configuration>
</plugin>
<!-- <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>create-executable-jar</id> <phase>package</phase>
<goals> <goal>single</goal> </goals> <configuration> <descriptors> <descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors> <archive> <manifest> <mainClass>fr.soleil.tango.server.publisher.Publisher</mainClass> </manifest> </archive>
</configuration> </execution> </executions> </plugin> -->
</plugins>
</build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.tango</groupId> <groupId>org.tango</groupId>
...@@ -60,20 +27,12 @@ ...@@ -60,20 +27,12 @@
<artifactId>JTangoServerLang</artifactId> <artifactId>JTangoServerLang</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.esrf.tango</groupId> <groupId>org.tango</groupId>
<artifactId>TangORB</artifactId> <artifactId>TangORB</artifactId>
<exclusions>
<!-- <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> </exclusion> -->
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>dtu</artifactId> <artifactId>dtu</artifactId>
<exclusions>
<!-- <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> </exclusion> -->
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
...@@ -85,7 +44,24 @@ ...@@ -85,7 +44,24 @@
<version>4.8.1</version> <version>4.8.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- <dependency> <groupId>fr.soleil.deviceservers</groupId> <artifactId>TangoUnit</artifactId> <scope>test</scope> </dependency> -->
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>fr.soleil.maven.plugins</groupId>
<artifactId>maven-script-plugin</artifactId>
<executions>
<execution>
<id>install</id>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<mainClass>fr.soleil.tango.server.publisher.Publisher</mainClass>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment