You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one
  4. ~ or more contributor license agreements. See the NOTICE file
  5. ~ distributed with this work for additional information
  6. ~ regarding copyright ownership. The ASF licenses this file
  7. ~ to you under the Apache License, Version 2.0 (the
  8. ~ "License"); you may not use this file except in compliance
  9. ~ with the License. You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <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">
  21. <parent>
  22. <artifactId>archiva</artifactId>
  23. <groupId>org.apache.archiva</groupId>
  24. <version>2.1.1-SNAPSHOT</version>
  25. </parent>
  26. <modelVersion>4.0.0</modelVersion>
  27. <artifactId>archiva-modules</artifactId>
  28. <packaging>pom</packaging>
  29. <name>Archiva :: Modules</name>
  30. <url>http://archiva.apache.org/ref/${project.version}</url>
  31. <properties>
  32. <siteFilePath>${user.home}/archiva-sites/archiva-ref-${project.version}/</siteFilePath>
  33. <siteUrlDeployment>file://${siteFilePath}</siteUrlDeployment>
  34. <scmPubCheckoutDirectory>${basedir}/.site-content</scmPubCheckoutDirectory>
  35. </properties>
  36. <modules>
  37. <module>archiva-base</module>
  38. <module>archiva-scheduler</module>
  39. <module>archiva-web</module>
  40. <module>archiva-karaf</module>
  41. <module>metadata</module>
  42. <module>plugins</module>
  43. </modules>
  44. <build>
  45. <pluginManagement>
  46. <plugins>
  47. <plugin>
  48. <groupId>org.apache.maven.plugins</groupId>
  49. <artifactId>maven-scm-publish-plugin</artifactId>
  50. <configuration>
  51. <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/ref/${project.version}</pubScmUrl>
  52. <checkinComment>Apache Archiva Versionned ref for ${project.version}</checkinComment>
  53. <content>${project.build.directory}/staging</content>
  54. </configuration>
  55. </plugin>
  56. </plugins>
  57. </pluginManagement>
  58. </build>
  59. <reporting>
  60. <plugins>
  61. <!-- jxr first -->
  62. <plugin>
  63. <groupId>org.apache.maven.plugins</groupId>
  64. <artifactId>maven-jxr-plugin</artifactId>
  65. <version>${jxrVersion}</version>
  66. <configuration>
  67. <aggregate>true</aggregate>
  68. </configuration>
  69. </plugin>
  70. <plugin>
  71. <groupId>org.apache.maven.plugins</groupId>
  72. <artifactId>maven-checkstyle-plugin</artifactId>
  73. <version>${checkstyleVersion}</version>
  74. <!-- inherited is needed to use netbeans checkstyle based code formatting -->
  75. <!-- 2013 05 03 may change in future release -->
  76. <inherited>true</inherited>
  77. <configuration>
  78. <includeTestSourceDirectory>true</includeTestSourceDirectory>
  79. <configLocation>config/maven_checks.xml</configLocation>
  80. </configuration>
  81. </plugin>
  82. <plugin>
  83. <!-- No need for the standard project reports -->
  84. <groupId>org.apache.maven.plugins</groupId>
  85. <artifactId>maven-project-info-reports-plugin</artifactId>
  86. <version>${maven-project-info-reports-plugin.version}</version>
  87. </plugin>
  88. <plugin>
  89. <groupId>org.apache.maven.plugins</groupId>
  90. <artifactId>maven-javadoc-plugin</artifactId>
  91. <version>${javadocPluginVersion}</version>
  92. <inherited>false</inherited>
  93. <configuration>
  94. <notimestamp>true</notimestamp>
  95. <source>1.5</source>
  96. <links>
  97. <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
  98. <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
  99. <link>http://commons.apache.org/dbcp/apidocs/</link>
  100. <link>http://commons.apache.org/fileupload/apidocs/</link>
  101. <link>http://commons.apache.org/httpclient/apidocs/</link>
  102. <link>http://commons.apache.org/logging/apidocs/</link>
  103. <link>http://commons.apache.org/pool/apidocs/</link>
  104. <link>http://junit.sourceforge.net/javadoc/</link>
  105. <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
  106. <link>http://jakarta.apache.org/regexp/apidocs/</link>
  107. <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
  108. </links>
  109. <linksource>true</linksource>
  110. <show>private</show>
  111. <!--docletArtifact>
  112. <groupId>com.google.doclava</groupId>
  113. <artifactId>doclava</artifactId>
  114. <version>1.0.5</version>
  115. </docletArtifact>
  116. <doclet>com.google.doclava.Doclava</doclet>
  117. <bootclasspath>${sun.boot.class.path}</bootclasspath>
  118. <additionalparam>
  119. -hdf project.name "${project.name}"
  120. -d ${project.build.directory}/site/apidocs
  121. </additionalparam>
  122. <useStandardDocletOptions>false</useStandardDocletOptions>
  123. <additionalJOption>-J-Xmx1024m</additionalJOption>
  124. <additionnalDependencies>
  125. <additionnalDependency>
  126. <groupId>commons-dbcp</groupId>
  127. <artifactId>commons-dbcp</artifactId>
  128. <version>1.4</version>
  129. </additionnalDependency>
  130. <additionnalDependency>
  131. <groupId>commons-pool</groupId>
  132. <artifactId>commons-pool</artifactId>
  133. <version>1.6</version>
  134. </additionnalDependency>
  135. </additionnalDependencies-->
  136. <tags>
  137. <tag>
  138. <name>todo</name>
  139. <placement>a</placement>
  140. <head>To Do:</head>
  141. </tag>
  142. </tags>
  143. </configuration>
  144. <reportSets>
  145. <reportSet>
  146. <reports>
  147. <!-- Don't need tests -->
  148. <report>aggregate</report>
  149. </reports>
  150. </reportSet>
  151. </reportSets>
  152. </plugin>
  153. </plugins>
  154. </reporting>
  155. <profiles>
  156. <profile>
  157. <id>reporting</id>
  158. <reporting>
  159. <plugins>
  160. <plugin>
  161. <groupId>org.apache.maven.plugins</groupId>
  162. <artifactId>maven-checkstyle-plugin</artifactId>
  163. <version>${checkstyleVersion}</version>
  164. <inherited>false</inherited>
  165. <reportSets>
  166. <reportSet>
  167. <reports>
  168. <report>checkstyle-aggregate</report>
  169. </reports>
  170. </reportSet>
  171. </reportSets>
  172. </plugin>
  173. </plugins>
  174. </reporting>
  175. </profile>
  176. </profiles>
  177. <distributionManagement>
  178. <site>
  179. <id>apache.website</id>
  180. <url>${siteUrlDeployment}</url>
  181. </site>
  182. </distributionManagement>
  183. </project>