root-parent-pom-1.1.1.pom 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2014 Higher Frequency Trading
  4. ~ <p />
  5. ~ http://www.higherfrequencytrading.com
  6. ~ <p />
  7. ~ Licensed under the Apache License, Version 2.0 (the "License");
  8. ~ you may not use this file except in compliance with the License.
  9. ~ You may obtain a copy of the License at
  10. ~ <p />
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~ <p />
  13. ~ Unless required by applicable law or agreed to in writing, software
  14. ~ distributed under the License is distributed on an "AS IS" BASIS,
  15. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. ~ See the License for the specific language governing permissions and
  17. ~ limitations under the License.
  18. -->
  19. <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/xsd/maven-4.0.0.xsd">
  20. <modelVersion>4.0.0</modelVersion>
  21. <groupId>net.openhft</groupId>
  22. <artifactId>root-parent-pom</artifactId>
  23. <version>1.1.1</version>
  24. <packaging>pom</packaging>
  25. <name>Root Parent Pom</name>
  26. <description>This root parent pom is used by all of OpenHft</description>
  27. <url>http://www.openhft.net</url>
  28. <licenses>
  29. <license>
  30. <name>The Apache Software License, Version 2.0</name>
  31. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  32. <distribution>repo</distribution>
  33. <comments>A business-friendly OSS license</comments>
  34. </license>
  35. </licenses>
  36. <developers>
  37. <developer>
  38. <name>Peter Lawrey</name>
  39. <email>peter.lawrey@higherfrequencytrading.com</email>
  40. </developer>
  41. <developer>
  42. <name>Luca Burgazzoli</name>
  43. <email>luca.burgazzoli@higherfrequencytrading.com</email>
  44. </developer>
  45. <developer>
  46. <name>Roman Leventov</name>
  47. <email>roman.leventov@higherfrequencytrading.com</email>
  48. </developer>
  49. <developer>
  50. <name>Jozsef Bartok</name>
  51. <email>jozsef.bartok@higherfrequencytrading.com</email>
  52. </developer>
  53. <developer>
  54. <name>Rob Austin</name>
  55. <email>rob.austin@higherfrequencytrading.com</email>
  56. </developer>
  57. <developer>
  58. <name>Daniel Shaya</name>
  59. <email>daniel.shaya@higherfrequencytrading.com</email>
  60. </developer>
  61. <developer>
  62. <name>Anshul Shelley</name>
  63. <email>anshul.shelley@higherfrequencytrading.com</email>
  64. </developer>
  65. </developers>
  66. <properties>
  67. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  68. </properties>
  69. <build>
  70. <pluginManagement>
  71. <plugins>
  72. <plugin>
  73. <groupId>org.apache.maven.plugins</groupId>
  74. <artifactId>maven-gpg-plugin</artifactId>
  75. <version>1.4</version>
  76. </plugin>
  77. <plugin>
  78. <groupId>org.apache.maven.plugins</groupId>
  79. <artifactId>maven-javadoc-plugin</artifactId>
  80. <version>2.9.1</version>
  81. </plugin>
  82. <plugin>
  83. <groupId>org.apache.maven.plugins</groupId>
  84. <artifactId>maven-source-plugin</artifactId>
  85. <version>2.2.1</version>
  86. </plugin>
  87. <plugin>
  88. <groupId>org.apache.maven.plugins</groupId>
  89. <artifactId>maven-deploy-plugin</artifactId>
  90. <version>2.8.1</version>
  91. </plugin>
  92. </plugins>
  93. </pluginManagement>
  94. <plugins>
  95. <plugin>
  96. <groupId>org.apache.maven.plugins</groupId>
  97. <artifactId>maven-release-plugin</artifactId>
  98. <version>2.3.2</version>
  99. <configuration>
  100. <autoVersionSubmodules>true</autoVersionSubmodules>
  101. <mavenExecutorId>forked-path</mavenExecutorId>
  102. <useReleaseProfile>false</useReleaseProfile>
  103. </configuration>
  104. </plugin>
  105. </plugins>
  106. </build>
  107. <profiles>
  108. <profile>
  109. <id>sign-artifact</id>
  110. <build>
  111. <plugins>
  112. <plugin>
  113. <groupId>org.apache.maven.plugins</groupId>
  114. <artifactId>maven-gpg-plugin</artifactId>
  115. <executions>
  116. <execution>
  117. <id>sign-artifacts</id>
  118. <phase>verify</phase>
  119. <goals>
  120. <goal>sign</goal>
  121. </goals>
  122. </execution>
  123. </executions>
  124. </plugin>
  125. </plugins>
  126. </build>
  127. </profile>
  128. </profiles>
  129. <distributionManagement>
  130. <snapshotRepository>
  131. <id>sonatype-nexus-snapshots</id>
  132. <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
  133. </snapshotRepository>
  134. <repository>
  135. <id>sonatype-nexus-staging</id>
  136. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  137. </repository>
  138. </distributionManagement>
  139. <repositories>
  140. <repository>
  141. <id>Snapshot Repository</id>
  142. <name>Snapshot Repository</name>
  143. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  144. <snapshots>
  145. <enabled>true</enabled>
  146. </snapshots>
  147. </repository>
  148. <repository>
  149. <id>sonatype-nexus-staging</id>
  150. <url>https://oss.sonatype.org/content/repositories/staging</url>
  151. <releases>
  152. <enabled>true</enabled>
  153. </releases>
  154. </repository>
  155. </repositories>
  156. <scm>
  157. <url>scm:git:git@github.com:OpenHFT/OpenHFT.git</url>
  158. <connection>scm:git:git@github.com:OpenHFT/OpenHFT.git</connection>
  159. <developerConnection>scm:git:git@github.com:OpenHFT/OpenHFT.git</developerConnection>
  160. <tag>root-parent-pom-1.1.1</tag>
  161. </scm>
  162. </project>