Skip to content

Commit

Permalink
Removing maven warnings to work with maven 3.*
Browse files Browse the repository at this point in the history
  • Loading branch information
vetss committed Feb 17, 2016
1 parent 712a073 commit 8d51a73
Show file tree
Hide file tree
Showing 94 changed files with 240 additions and 163 deletions.
4 changes: 2 additions & 2 deletions cap/cap-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<artifactId>cap-api</artifactId>

<name>Restcomm jSS7 :: CAP :: Api :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: CAP :: Api :: ${project.artifactId}</name>

<properties>
<maven.test.skip>false</maven.test.skip>
Expand Down Expand Up @@ -51,6 +51,6 @@
</dependencies>

<build>
<finalName>${pom.artifactId}-${project.version}</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
</build>
</project>
9 changes: 6 additions & 3 deletions cap/cap-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<artifactId>cap-impl</artifactId>

<name>Restcomm jSS7 :: CAP :: Impl :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: CAP :: Impl :: ${project.artifactId}</name>
<dependencyManagement>
<dependencies>
</dependencies>
Expand Down Expand Up @@ -45,7 +45,7 @@
<artifactId>tcap-api</artifactId>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>cap-api</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down Expand Up @@ -78,11 +78,14 @@
</dependencies>

<build>
<finalName>${pom.artifactId}-${project.version}</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>
${maven-surefire-plugin.version}
</version>

<configuration>
<suiteXmlFiles>
Expand Down
2 changes: 1 addition & 1 deletion cap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<packaging>pom</packaging>

<name>Restcomm jSS7 :: CAP :: Parent :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: CAP :: Parent :: ${project.artifactId}</name>
<properties />

<modules>
Expand Down
2 changes: 1 addition & 1 deletion cap/release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


<artifactId>cap-release</artifactId>
<name>Restcomm jSS7 :: CAP :: Release :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: CAP :: Release :: ${project.artifactId}</name>
<profiles>
<profile>
<id>release</id>
Expand Down
2 changes: 1 addition & 1 deletion congestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.mobicents.protocols.ss7.congestion</groupId>
<artifactId>congestion</artifactId>
<name>Restcomm jSS7 :: Congestion :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Congestion :: ${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>restcomm-ss7-commons-sources</artifactId>
<groupId>org.mobicents.protocols.ss7.docs.commons</groupId>
<name>Restcomm jSS7 :: Docs :: Commons :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Commons :: Sources :: ${project.artifactId}</name>
<properties>

</properties>
Expand Down
4 changes: 2 additions & 2 deletions docs/installationguide/jdocbook-restcomm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>restcomm-ss7-installguide-jdocbook-restcomm</artifactId>
<name>Restcomm jSS7 :: Docs :: Install Guide :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Install Guide :: Sources :: ${project.artifactId}</name>
<modelVersion>4.0.0</modelVersion>

<packaging>jdocbook</packaging>
Expand Down Expand Up @@ -58,7 +58,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>restcomm-ss7-installguide-sources-restcomm</artifactId>
<version>${project.version}</version>
<type>jar</type>
Expand Down
2 changes: 1 addition & 1 deletion docs/installationguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>restcomm-ss7-installguide</artifactId>
<groupId>org.mobicents.protocols.ss7.docs.installguide</groupId>
<name>Restcomm jSS7 :: Docs :: Install Guide :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Install Guide :: ${project.artifactId}</name>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions docs/installationguide/sources-restcomm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>restcomm-ss7-installguide-sources-restcomm</artifactId>
<name>Restcomm jSS7 :: Docs :: Install Guide :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Install Guide :: Sources :: ${project.artifactId}</name>
<properties>
<THIS.PLATFORM>Restcomm</THIS.PLATFORM>
<JEE.PLATFORM>JBoss Application Server</JEE.PLATFORM>
Expand Down Expand Up @@ -46,7 +46,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>restcomm-ss7-installguide-sources</artifactId>
<version>${project.version}</version>
<type>jar</type>
Expand Down
2 changes: 1 addition & 1 deletion docs/installationguide/sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>restcomm-ss7-installguide-sources</artifactId>
<name>Restcomm jSS7 :: Docs :: Install Guide :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Install Guide :: Sources :: ${project.artifactId}</name>
<properties>

</properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.mobicents.protocols.ss7.docs</groupId>
<artifactId>restcomm-ss7-docs</artifactId>

<name>Restcomm jSS7 :: Docs :: Parent :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Parent :: ${project.artifactId}</name>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions docs/releasenotes/jdocbook-restcomm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>restcomm-ss7-releasenotes-jdocbook-restcomm</artifactId>
<name>Restcomm jSS7 :: Docs :: Release Notes :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Release Notes :: Sources :: ${project.artifactId}</name>
<modelVersion>4.0.0</modelVersion>

<packaging>jdocbook</packaging>
Expand Down Expand Up @@ -58,7 +58,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>restcomm-ss7-releasenotes-sources-restcomm</artifactId>
<version>${project.version}</version>
<type>jar</type>
Expand Down
2 changes: 1 addition & 1 deletion docs/releasenotes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>restcomm-ss7-releasenotes</artifactId>
<groupId>org.mobicents.protocols.ss7.docs.releasenotes</groupId>
<name>Restcomm jSS7 :: Docs :: Release Notes :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Release Notes :: ${project.artifactId}</name>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions docs/releasenotes/sources-restcomm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>restcomm-ss7-releasenotes-sources-restcomm</artifactId>
<name>Restcomm jSS7 :: Docs :: Release Notes :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Release Notes :: Sources :: ${project.artifactId}</name>
<properties>
<THIS.PLATFORM>Restcomm</THIS.PLATFORM>
<JEE.PLATFORM>JBoss Application Server</JEE.PLATFORM>
Expand Down Expand Up @@ -46,7 +46,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>restcomm-ss7-releasenotes-sources</artifactId>
<version>${project.version}</version>
<type>jar</type>
Expand Down
2 changes: 1 addition & 1 deletion docs/releasenotes/sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>restcomm-ss7-releasenotes-sources</artifactId>
<name>Restcomm jSS7 :: Docs :: Release Notes :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: Release Notes :: Sources :: ${project.artifactId}</name>
<properties>

</properties>
Expand Down
4 changes: 2 additions & 2 deletions docs/userguide/jdocbook-restcomm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>restcomm-ss7-userguide-jdocbook-restcomm</artifactId>
<name>Restcomm jSS7 :: Docs :: User Guide :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: User Guide :: Sources :: ${project.artifactId}</name>
<modelVersion>4.0.0</modelVersion>

<packaging>jdocbook</packaging>
Expand Down Expand Up @@ -58,7 +58,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>restcomm-ss7-userguide-sources-restcomm</artifactId>
<version>${project.version}</version>
<type>jar</type>
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>restcomm-ss7-userguide</artifactId>
<groupId>org.mobicents.protocols.ss7.docs.userguide</groupId>
<name>Restcomm jSS7 :: Docs :: User Guide :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: User Guide :: ${project.artifactId}</name>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions docs/userguide/sources-restcomm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>restcomm-ss7-userguide-sources-restcomm</artifactId>
<name>Restcomm jSS7 :: Docs :: User Guide :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: User Guide :: Sources :: ${project.artifactId}</name>
<properties>
<THIS.PLATFORM>Restcomm</THIS.PLATFORM>
<JEE.PLATFORM>JBoss Application Server</JEE.PLATFORM>
Expand Down Expand Up @@ -46,7 +46,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>restcomm-ss7-userguide-sources</artifactId>
<version>${project.version}</version>
<type>jar</type>
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>restcomm-ss7-userguide-sources</artifactId>
<name>Restcomm jSS7 :: Docs :: User Guide :: Sources :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Docs :: User Guide :: Sources :: ${project.artifactId}</name>
<properties>

</properties>
Expand Down
8 changes: 4 additions & 4 deletions hardware/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>linkset-cli</artifactId>
<name>Restcomm jSS7 :: Hardware :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Hardware :: ${project.artifactId}</name>

<dependencies>
<!-- <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId>
Expand All @@ -27,7 +27,7 @@
</dependencies>

<build>
<finalName>${pom.artifactId}</finalName>
<finalName>${project.artifactId}</finalName>
<resources>
<resource>
<directory>src/main/resources/archive-files</directory>
Expand Down Expand Up @@ -56,7 +56,7 @@
</goals>
<configuration>
<tasks>
<copy todir="${jboss.home}/lib" file="${project.build.directory}/${build.finalName}.jar" />
<copy todir="${jboss.home}/lib" file="${project.build.directory}/${project.build.finalName}.jar" />
</tasks>
</configuration>
</execution>
Expand All @@ -68,7 +68,7 @@
</goals>
<configuration>
<tasks>
<delete failonerror="fals" file="${jboss.home}/lib/${build.finalName}.jar" />
<delete failonerror="fals" file="${jboss.home}/lib/${project.build.finalName}.jar" />
</tasks>
</configuration>
</execution>
Expand Down
6 changes: 4 additions & 2 deletions hardware/dahdi/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>restcomm-dahdi</artifactId>

<name>
Restcomm jSS7 :: Hardware :: ${pom.artifactId}
Restcomm jSS7 :: Hardware :: ${project.artifactId}
</name>

<dependencies>
Expand Down Expand Up @@ -46,7 +46,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
<version>
${maven-surefire-plugin.version}
</version>
<configuration>
<forkMode>pertest</forkMode>
<!-- So we dont have to juse xxxTest.java.bak "_" -->
Expand Down
5 changes: 4 additions & 1 deletion hardware/dahdi/native/linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>librestcomm-dahdi-linux</artifactId>

<name>
Restcomm jSS7 :: Hardware :: ${pom.artifactId}
Restcomm jSS7 :: Hardware :: ${project.artifactId}
</name>

<properties>
Expand Down Expand Up @@ -113,6 +113,9 @@

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>
${maven-surefire-plugin.version}
</version>
<configuration>
<forkMode>once</forkMode>
<environmentVariables>
Expand Down
2 changes: 1 addition & 1 deletion hardware/dahdi/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<packaging>pom</packaging>

<name>Restcomm jSS7 :: Hardware :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Hardware :: ${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion hardware/dahdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>

<name>
Restcomm jSS7 :: Hardware :: ${pom.artifactId}
Restcomm jSS7 :: Hardware :: ${project.artifactId}
</name>

<modules>
Expand Down
6 changes: 4 additions & 2 deletions hardware/dialogic/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>restcomm-dialogic</artifactId>
<name>Restcomm jSS7 :: Hardware :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Hardware :: ${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down Expand Up @@ -47,7 +47,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
<version>
${maven-surefire-plugin.version}
</version>
<configuration>
<forkMode>pertest</forkMode>
<!-- So we dont have to juse xxxTest.java.bak "_" -->
Expand Down
2 changes: 1 addition & 1 deletion hardware/dialogic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>

<name>
Restcomm jSS7 :: Hardware :: ${pom.artifactId}
Restcomm jSS7 :: Hardware :: ${project.artifactId}
</name>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion hardware/linkset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>linkset</artifactId>
<name>Restcomm jSS7 :: Hardware :: ${pom.artifactId}</name>
<name>Restcomm jSS7 :: Hardware :: ${project.artifactId}</name>

<dependencies>
<!-- shell -->
Expand Down
Loading

0 comments on commit 8d51a73

Please sign in to comment.