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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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/xsd/maven-4.0.0.xsd">
  21. <modelVersion>4.0.0</modelVersion>
  22. <parent>
  23. <artifactId>archiva-scheduler</artifactId>
  24. <groupId>org.apache.archiva</groupId>
  25. <version>2.2.9-SNAPSHOT</version>
  26. </parent>
  27. <artifactId>archiva-scheduler-repository</artifactId>
  28. <packaging>bundle</packaging>
  29. <name>Archiva Scheduler :: Repository Scanning</name>
  30. <dependencies>
  31. <dependency>
  32. <groupId>org.apache.archiva</groupId>
  33. <artifactId>archiva-scheduler-api</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.apache.archiva</groupId>
  37. <artifactId>archiva-scheduler-repository-api</artifactId>
  38. <version>${project.version}</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>commons-io</groupId>
  42. <artifactId>commons-io</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.apache.archiva.redback.components</groupId>
  46. <artifactId>spring-quartz</artifactId>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.quartz-scheduler</groupId>
  50. <artifactId>quartz</artifactId>
  51. <exclusions>
  52. <exclusion>
  53. <groupId>c3p0</groupId>
  54. <artifactId>c3p0</artifactId>
  55. </exclusion>
  56. <exclusion>
  57. <groupId>javax.transaction</groupId>
  58. <artifactId>jta</artifactId>
  59. </exclusion>
  60. </exclusions>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.apache.archiva</groupId>
  64. <artifactId>repository-statistics</artifactId>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.apache.archiva</groupId>
  68. <artifactId>archiva-configuration</artifactId>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.apache.archiva</groupId>
  72. <artifactId>archiva-repository-scanner</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.apache.archiva</groupId>
  76. <artifactId>maven2-repository</artifactId>
  77. <scope>test</scope>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.apache.maven.wagon</groupId>
  81. <artifactId>wagon-http</artifactId>
  82. <scope>provided</scope>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.apache.maven.wagon</groupId>
  86. <artifactId>wagon-http-lightweight</artifactId>
  87. <scope>provided</scope>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.apache.archiva</groupId>
  91. <artifactId>archiva-repository-layer</artifactId>
  92. <scope>test</scope>
  93. <exclusions>
  94. <exclusion>
  95. <groupId>commons-logging</groupId>
  96. <artifactId>commons-logging-api</artifactId>
  97. </exclusion>
  98. <exclusion>
  99. <groupId>log4j</groupId>
  100. <artifactId>log4j</artifactId>
  101. </exclusion>
  102. </exclusions>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.slf4j</groupId>
  106. <artifactId>slf4j-api</artifactId>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.apache.archiva</groupId>
  110. <artifactId>archiva-test-utils</artifactId>
  111. <version>${project.version}</version>
  112. <scope>test</scope>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.apache.archiva</groupId>
  116. <artifactId>archiva-mock</artifactId>
  117. <scope>test</scope>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.mockito</groupId>
  121. <artifactId>mockito-all</artifactId>
  122. <scope>test</scope>
  123. </dependency>
  124. <dependency>
  125. <groupId>xerces</groupId>
  126. <artifactId>xercesImpl</artifactId>
  127. <scope>test</scope>
  128. </dependency>
  129. </dependencies>
  130. <build>
  131. <plugins>
  132. <plugin>
  133. <groupId>org.apache.felix</groupId>
  134. <artifactId>maven-bundle-plugin</artifactId>
  135. <configuration>
  136. <instructions>
  137. <Bundle-SymbolicName>org.apache.archiva.scheduler.repository</Bundle-SymbolicName>
  138. <Bundle-Version>${project.version}</Bundle-Version>
  139. <Export-Package>
  140. org.apache.archiva.scheduler.repository;version=${project.version}
  141. </Export-Package>
  142. <Import-Package>
  143. javax.annotation,
  144. javax.inject,
  145. org.apache.archiva.admin.model;version=${project.version},
  146. org.apache.archiva.admin.model.beans;version=${project.version},
  147. org.apache.archiva.admin.model.managed;version=${project.version},
  148. org.apache.archiva.common;version=${project.version},
  149. org.apache.archiva.configuration;version=${project.version},
  150. org.apache.archiva.metadata.repository*;version=${project.version},
  151. org.apache.archiva.repository.scanner;version=${project.version},
  152. org.apache.archiva.scheduler.repository.model;version=${project.version},
  153. org.apache.archiva.scheduler;version=${project.version},
  154. org.apache.commons.lang;version="[2.4,3)",
  155. org.codehaus.plexus.personality.plexus.lifecycle.phase,
  156. org.apache.archiva.redback.components.taskqueue*,
  157. org.apache.archiva.redback.components.scheduler,
  158. org.quartz*;version="[2,3)",
  159. org.springframework*;version="[3,4)",
  160. org.slf4j;resolution:=optional,
  161. org.apache.commons.lang.time
  162. </Import-Package>
  163. </instructions>
  164. </configuration>
  165. </plugin>
  166. </plugins>
  167. <pluginManagement>
  168. <plugins>
  169. <plugin>
  170. <groupId>org.apache.rat</groupId>
  171. <artifactId>apache-rat-plugin</artifactId>
  172. <configuration>
  173. <excludes>
  174. <exclude>src/test/resources/test-repo/**</exclude>
  175. <exclude>src/test/repositories/**</exclude>
  176. </excludes>
  177. </configuration>
  178. </plugin>
  179. <plugin>
  180. <groupId>org.apache.maven.plugins</groupId>
  181. <artifactId>maven-surefire-plugin</artifactId>
  182. <configuration>
  183. <systemPropertyVariables>
  184. <archiva.repositorySessionFactory.id>mock</archiva.repositorySessionFactory.id>
  185. </systemPropertyVariables>
  186. </configuration>
  187. </plugin>
  188. </plugins>
  189. </pluginManagement>
  190. </build>
  191. </project>