/protocols/jain-mgcp/stack/pom.xml

http://mobicents.googlecode.com/ · XML · 234 lines · 222 code · 10 blank · 2 comment · 0 complexity · 55d6567b4def9fd7ad6bd78242eb1bd5 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.mgcp</groupId>
  9. <artifactId>mgcp-impl</artifactId>
  10. <version>2.0.2.GA-SNAPSHOT</version>
  11. <name>Mobicents MGCP Impl</name>
  12. <url>http://www.mobicents.org/mms/mms-main.html</url>
  13. <developers>
  14. <developer>
  15. <id>oleg.kulikoff</id>
  16. <name>Oleg Kulikoff</name>
  17. <email>oleg.kulikoff@gmail.com</email>
  18. <organization>JBoss/Red Hat</organization>
  19. <organizationUrl>http://www.redhat.com/</organizationUrl>
  20. <roles>
  21. <role>Active Developer</role>
  22. </roles>
  23. <timezone>+3</timezone>
  24. </developer>
  25. <developer>
  26. <id>amit.bhayani</id>
  27. <name>Amit Bhayani</name>
  28. <email>amit.bhayani@gmail.com</email>
  29. <organization>JBoss/Red Hat</organization>
  30. <organizationUrl>http://www.redhat.com/</organizationUrl>
  31. <roles>
  32. <role>Active Developer</role>
  33. </roles>
  34. <timezone>+5.5</timezone>
  35. </developer>
  36. <developer>
  37. <id>baranowb</id>
  38. <name>Bartosz Baranowski</name>
  39. <email>baranowb@gmail.com</email>
  40. <organization>JBoss/Red Hat</organization>
  41. <organizationUrl>http://www.redhat.com/</organizationUrl>
  42. <roles>
  43. <role>Active Developer</role>
  44. </roles>
  45. <timezone>+1</timezone>
  46. </developer>
  47. </developers>
  48. <licenses>
  49. <license>
  50. <name>GNU GENERAL PUBLIC LICENSE</name>
  51. <url>http://www.gnu.org/licenses/gpl.html</url>
  52. <distribution>repo</distribution>
  53. </license>
  54. </licenses>
  55. <properties>
  56. <!-- maven.test.skip>false</maven.test.skip -->
  57. <log4j.version>1.2.9</log4j.version>
  58. <release.name>
  59. ${release.name.prefix}${parent.version}${release.name.suffix}
  60. </release.name>
  61. <!-- OTHER MOBICENTS COMPONENTS VERSIONS -->
  62. <mobicents.tools.mavenplugin.eclipse.version>
  63. 1.0.0.BETA2
  64. </mobicents.tools.mavenplugin.eclipse.version>
  65. </properties>
  66. <dependencies>
  67. <dependency>
  68. <groupId>jain</groupId>
  69. <artifactId>jain-mgcp-ri</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>log4j</groupId>
  73. <artifactId>log4j</artifactId>
  74. <version>${log4j.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>junit</groupId>
  78. <artifactId>junit</artifactId>
  79. <scope>provided</scope>
  80. </dependency>
  81. </dependencies>
  82. <scm>
  83. <connection>
  84. scm:svn:https://mobicents.googlecode.com/svn/trunk/protocols/jain-mgcp/stack/
  85. </connection>
  86. <developerConnection>
  87. scm:svn:https://mobicents.googlecode.com/svn/trunk/protocols/jain-mgcp/stack/
  88. </developerConnection>
  89. <url>
  90. http://mobicents.googlecode.com/svn/trunk/protocols/jain-mgcp/stack/
  91. </url>
  92. </scm>
  93. <profiles>
  94. <profile>
  95. <id>maven-release</id>
  96. <modules />
  97. <build>
  98. <plugins>
  99. <plugin>
  100. <groupId>org.apache.maven.plugins</groupId>
  101. <artifactId>maven-release-plugin</artifactId>
  102. <version>2.0-beta-9</version>
  103. <configuration>
  104. <autoVersionSubmodules>
  105. true
  106. </autoVersionSubmodules>
  107. <remoteTagging>true</remoteTagging>
  108. <tagBase>
  109. https://mobicents.googlecode.com/svn/tags/protocols/jain-mgcp
  110. </tagBase>
  111. </configuration>
  112. </plugin>
  113. </plugins>
  114. </build>
  115. </profile>
  116. </profiles>
  117. <build>
  118. <finalName>${pom.artifactId}-${pom.version}</finalName>
  119. <plugins>
  120. <plugin>
  121. <artifactId>maven-eclipse-plugin</artifactId>
  122. <groupId>org.mobicents.tools</groupId>
  123. <version>
  124. ${mobicents.tools.mavenplugin.eclipse.version}
  125. </version>
  126. <inherited>false</inherited>
  127. <executions />
  128. <configuration>
  129. <classpathExcludes>
  130. <exclude>xml-apis:xml-apis</exclude>
  131. <exclude>jtidy:jtidy</exclude>
  132. </classpathExcludes>
  133. <resolveTransitiveDependencies>
  134. true
  135. </resolveTransitiveDependencies>
  136. <eclipseProjectName>
  137. mobicents-jain-mgcp-stack
  138. </eclipseProjectName>
  139. </configuration>
  140. </plugin>
  141. <plugin>
  142. <groupId>org.apache.maven.plugins</groupId>
  143. <artifactId>maven-release-plugin</artifactId>
  144. <version>2.0-beta-9</version>
  145. <configuration>
  146. <autoVersionSubmodules>true</autoVersionSubmodules>
  147. <remoteTagging>true</remoteTagging>
  148. <resume>false</resume>
  149. <tagBase>
  150. https://mobicents.googlecode.com/svn/tags/servers/media/2.x.y/jain-mgcp
  151. </tagBase>
  152. </configuration>
  153. </plugin>
  154. <plugin>
  155. <groupId>org.apache.maven.plugins</groupId>
  156. <artifactId>maven-compiler-plugin</artifactId>
  157. <configuration>
  158. <source>1.5</source>
  159. <target>1.5</target>
  160. </configuration>
  161. </plugin>
  162. <plugin>
  163. <groupId>org.apache.maven.plugins</groupId>
  164. <artifactId>maven-surefire-plugin</artifactId>
  165. <configuration>
  166. <systemProperties>
  167. <property>
  168. <name>file.name</name>
  169. <value>target/log4j.log</value>
  170. </property>
  171. </systemProperties>
  172. <includes>
  173. <include>**/*Test.java</include>
  174. </includes>
  175. </configuration>
  176. </plugin>
  177. </plugins>
  178. </build>
  179. <repositories>
  180. <repository>
  181. <id>maven</id>
  182. <name>Maven Repository</name>
  183. <url>http://repo1.maven.org/maven2</url>
  184. <snapshots>
  185. <enabled>false</enabled>
  186. </snapshots>
  187. </repository>
  188. <repository>
  189. <id>jboss</id>
  190. <name>JBoss Repository</name>
  191. <url>http://repository.jboss.org/maven2</url>
  192. <snapshots>
  193. <enabled>false</enabled>
  194. </snapshots>
  195. </repository>
  196. <repository>
  197. <id>jboss-snapshots</id>
  198. <name>JBoss Snapshot Repository</name>
  199. <url>http://snapshots.jboss.org/maven2</url>
  200. <releases>
  201. <enabled>false</enabled>
  202. </releases>
  203. <snapshots>
  204. <enabled>true</enabled>
  205. </snapshots>
  206. </repository>
  207. <repository>
  208. <id>jboss-public-repository-group</id>
  209. <name>JBoss Public Maven Repository Group</name>
  210. <url>
  211. https://repository.jboss.org/nexus/content/groups/public/
  212. </url>
  213. <layout>default</layout>
  214. <releases>
  215. <enabled>true</enabled>
  216. <updatePolicy>never</updatePolicy>
  217. </releases>
  218. <snapshots>
  219. <enabled>true</enabled>
  220. <updatePolicy>never</updatePolicy>
  221. </snapshots>
  222. </repository>
  223. </repositories>
  224. </project>