/protocols/asn/pom.xml

http://mobicents.googlecode.com/ · XML · 191 lines · 173 code · 16 blank · 2 comment · 0 complexity · 6544452982b4e56dfa32b2d47f585182 MD5 · raw file

  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>org.mobicents</groupId>
  5. <artifactId>mobicents-parent</artifactId>
  6. <version>2.20</version>
  7. </parent>
  8. <groupId>org.mobicents.protocols.asn</groupId>
  9. <artifactId>asn-parent</artifactId>
  10. <version>2.0.0-SNAPSHOT</version>
  11. <name>Mobicents :: ASN :: Parent :: ${pom.artifactId}</name>
  12. <packaging>pom</packaging>
  13. <properties>
  14. <log4j.version>1.2.8</log4j.version>
  15. <!-- OTHER MOBICENTS COMPONENTS VERSIONS -->
  16. <mobicents.tools.mavenplugin.eclipse.version>
  17. 1.0.0.BETA2
  18. </mobicents.tools.mavenplugin.eclipse.version>
  19. </properties>
  20. <dependencyManagement>
  21. <dependencies>
  22. <dependency>
  23. <groupId>log4j</groupId>
  24. <artifactId>log4j</artifactId>
  25. <version>${log4j.version}</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>junit</groupId>
  29. <artifactId>junit</artifactId>
  30. <version>${junit.version}</version>
  31. <scope>provided</scope>
  32. </dependency>
  33. </dependencies>
  34. </dependencyManagement>
  35. <modules>
  36. <module>asn-impl</module>
  37. </modules>
  38. <scm>
  39. <connection>
  40. scm:svn:https://mobicents.googlecode.com/svn/trunk/protocols/asn
  41. </connection>
  42. <developerConnection>
  43. scm:svn:https://mobicents.googlecode.com/svn/trunk/protocols/asn
  44. </developerConnection>
  45. <url>
  46. http://mobicents.googlecode.com/svn/trunk/protocols/asn
  47. </url>
  48. </scm>
  49. <profiles>
  50. <profile>
  51. <id>maven-release</id>
  52. <modules>
  53. <module>docs</module>
  54. </modules>
  55. <build>
  56. <plugins>
  57. <plugin>
  58. <groupId>org.apache.maven.plugins</groupId>
  59. <artifactId>maven-release-plugin</artifactId>
  60. <version>2.0-beta-9</version>
  61. <configuration>
  62. <autoVersionSubmodules>
  63. true
  64. </autoVersionSubmodules>
  65. <remoteTagging>true</remoteTagging>
  66. <tagBase>
  67. https://mobicents.googlecode.com/svn/tags/protocols/asn
  68. </tagBase>
  69. </configuration>
  70. </plugin>
  71. </plugins>
  72. </build>
  73. </profile>
  74. <profile>
  75. <id>release</id>
  76. <modules>
  77. <module>docs</module>
  78. <module>release</module>
  79. </modules>
  80. <!-- Add more if required -->
  81. </profile>
  82. </profiles>
  83. <build>
  84. <finalName>${pom.artifactId}-${pom.version}</finalName>
  85. <plugins>
  86. <plugin>
  87. <artifactId>maven-eclipse-plugin</artifactId>
  88. <groupId>org.mobicents.tools</groupId>
  89. <version>
  90. ${mobicents.tools.mavenplugin.eclipse.version}
  91. </version>
  92. <inherited>false</inherited>
  93. <executions />
  94. <configuration>
  95. <classpathExcludes>
  96. <exclude>xml-apis:xml-apis</exclude>
  97. <exclude>jtidy:jtidy</exclude>
  98. </classpathExcludes>
  99. <resolveTransitiveDependencies>
  100. true
  101. </resolveTransitiveDependencies>
  102. <eclipseProjectName>
  103. mobicents-asn
  104. </eclipseProjectName>
  105. </configuration>
  106. </plugin>
  107. <plugin>
  108. <groupId>org.apache.maven.plugins</groupId>
  109. <artifactId>maven-compiler-plugin</artifactId>
  110. <configuration>
  111. <source>1.5</source>
  112. <target>1.5</target>
  113. </configuration>
  114. </plugin>
  115. <plugin>
  116. <groupId>org.apache.maven.plugins</groupId>
  117. <artifactId>maven-surefire-plugin</artifactId>
  118. <configuration>
  119. <systemProperties>
  120. <property>
  121. <name>file.name</name>
  122. <value>target/log4j.log</value>
  123. </property>
  124. </systemProperties>
  125. <includes>
  126. <include>**/*Test.java</include>
  127. </includes>
  128. </configuration>
  129. </plugin>
  130. </plugins>
  131. </build>
  132. <repositories>
  133. <repository>
  134. <id>maven</id>
  135. <name>Maven Repository</name>
  136. <url>http://repo1.maven.org/maven2</url>
  137. <snapshots>
  138. <enabled>false</enabled>
  139. </snapshots>
  140. </repository>
  141. <repository>
  142. <id>jboss</id>
  143. <name>JBoss Repository</name>
  144. <url>http://repository.jboss.org/maven2</url>
  145. <snapshots>
  146. <enabled>false</enabled>
  147. </snapshots>
  148. </repository>
  149. <repository>
  150. <id>jboss-snapshots</id>
  151. <name>JBoss Snapshot Repository</name>
  152. <url>http://snapshots.jboss.org/maven2</url>
  153. <releases>
  154. <enabled>false</enabled>
  155. </releases>
  156. <snapshots>
  157. <enabled>true</enabled>
  158. </snapshots>
  159. </repository>
  160. <repository>
  161. <id>jboss-public-repository-group</id>
  162. <name>JBoss Public Maven Repository Group</name>
  163. <url>https://repository.jboss.org/nexus/content/groups/public/</url>
  164. <layout>default</layout>
  165. <releases>
  166. <enabled>true</enabled>
  167. <updatePolicy>never</updatePolicy>
  168. </releases>
  169. <snapshots>
  170. <enabled>true</enabled>
  171. <updatePolicy>never</updatePolicy>
  172. </snapshots>
  173. </repository>
  174. </repositories>
  175. </project>