Author: brainslog
Date: Fri Nov 14 19:31:06 2008
New Revision: 3682
Modified:
trunk/servers/diameter/pom.xml
Log:
Updating Diameter POM for release.
Modified: trunk/servers/diameter/pom.xml
==============================================================================
--- trunk/servers/diameter/pom.xml (original)
+++ trunk/servers/diameter/pom.xml Fri Nov 14 19:31:06 2008
@@ -1,43 +1,75 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.mobicents</groupId>
- <artifactId>mobicents</artifactId>
- <version>6</version>
- <relativePath>../../parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.mobicents.diameter</groupId>
- <artifactId>diameter-parent</artifactId>
- <version>1.0.0.BETA1-SNAPSHOT</version>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.mobicents</groupId>
+ <artifactId>mobicents</artifactId>
+ <version>6</version>
+ <relativePath>../../parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.mobicents.diameter</groupId>
+ <artifactId>diameter-parent</artifactId>
+ <version>1.0.0.BETA1-SNAPSHOT</version>
+
+ <name>Mobicents :: Diameter :: ${pom.artifactId}</name>
+
+ <modules>
+ <module>core</module>
+ </modules>
- <name>Mobicents :: Diameter :: ${pom.artifactId}</name>
<properties>
+ <!-- DIAMETER SERVER CONFIGURATION -->
<!-- OTHER MOBICENTS COMPONENTS VERSIONS -->
+
<mobicents.servers.jainslee.version>1.2.1.GA</mobicents.servers.jainslee.version>
<mobicents.tools.mavenplugin.du.version>1.0.0.BETA2</mobicents.tools.mavenplugin.du.version>
<mobicents.tools.mavenplugin.eclipse.version>1.0.0.BETA2</mobicents.tools.mavenplugin.eclipse.version>
- </properties>
- <packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <groupId>org.mobicents.tools</groupId>
-
<version>${mobicents.tools.mavenplugin.eclipse.version}</version>
- <inherited>false</inherited>
- <executions />
- <configuration>
-
<excludePoms>tools/maven-archetypes/**/pom.xml,tools/management-console/**/pom.xml,resources/sip11/tests/**/pom.xml</excludePoms>
- <classpathExcludes>
-
<exclude>xml-apis:xml-apis</exclude>
- <exclude>jtidy:jtidy</exclude>
- </classpathExcludes>
-
<resolveTransitiveDependencies>true</resolveTransitiveDependencies>
-
<eclipseProjectName>mobicents-diameter-parent</eclipseProjectName>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <groupId>org.mobicents.tools</groupId>
+ <version>${mobicents.tools.mavenplugin.eclipse.version}</version>
+ <inherited>false</inherited>
+ <executions />
+ <configuration>
+ <eclipseProjectName>${pom.artifactId}</eclipseProjectName>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>maven-release</id>
+ <modules>
+ <!-- any module not bound to default modules, such as the ones
for test, release, etc... -->
+ </modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <resume>false</resume>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <scm>
+
<connection>scm:svn:https://mobicents.googlecode.com/svn/trunk/servers/diameter</connection>
+
<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/trunk/servers/diameter</developerConnection>
+ <url>http://mobicents.googlecode.com/svn/trunk/servers/diameter</url>
+ </scm>
+
</project>