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 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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.11-SNAPSHOT</version>
  26. </parent>
  27. <artifactId>archiva-scheduler-indexing</artifactId>
  28. <packaging>bundle</packaging>
  29. <name>Archiva Scheduler :: Indexing</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-repository-admin-api</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.apache.archiva</groupId>
  41. <artifactId>archiva-configuration</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.apache.maven.indexer</groupId>
  45. <artifactId>indexer-core</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.google.guava</groupId>
  49. <artifactId>guava</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.apache.commons</groupId>
  53. <artifactId>commons-compress</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>javax.inject</groupId>
  57. <artifactId>javax.inject</artifactId>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.apache.archiva</groupId>
  61. <artifactId>archiva-plexus-bridge</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.apache.archiva</groupId>
  65. <artifactId>archiva-proxy-common</artifactId>
  66. <exclusions>
  67. <exclusion>
  68. <groupId>commons-logging</groupId>
  69. <artifactId>commons-logging-api</artifactId>
  70. </exclusion>
  71. </exclusions>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.springframework</groupId>
  75. <artifactId>spring-context</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.slf4j</groupId>
  79. <artifactId>slf4j-api</artifactId>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.eclipse.jetty</groupId>
  83. <artifactId>jetty-server</artifactId>
  84. <version>${jettyVersion}</version>
  85. <scope>test</scope>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.eclipse.jetty</groupId>
  89. <artifactId>jetty-plus</artifactId>
  90. <version>${jettyVersion}</version>
  91. <scope>test</scope>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.apache.logging.log4j</groupId>
  95. <artifactId>log4j-1.2-api</artifactId>
  96. <scope>test</scope>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.apache.archiva</groupId>
  100. <artifactId>archiva-test-utils</artifactId>
  101. <version>${project.version}</version>
  102. <scope>test</scope>
  103. <exclusions>
  104. <exclusion>
  105. <groupId>org.slf4j</groupId>
  106. <artifactId>slf4j-simple</artifactId>
  107. </exclusion>
  108. </exclusions>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.apache.archiva</groupId>
  112. <artifactId>archiva-repository-admin-default</artifactId>
  113. <scope>test</scope>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.apache.archiva</groupId>
  117. <artifactId>archiva-mock</artifactId>
  118. <scope>test</scope>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.apache.archiva</groupId>
  122. <artifactId>archiva-scheduler-repository</artifactId>
  123. <scope>test</scope>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.apache.archiva.redback</groupId>
  127. <artifactId>redback-rbac-cached</artifactId>
  128. <scope>test</scope>
  129. <version>${redback.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.apache.derby</groupId>
  133. <artifactId>derby</artifactId>
  134. <scope>test</scope>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.apache.maven.wagon</groupId>
  138. <artifactId>wagon-http</artifactId>
  139. <scope>provided</scope>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.apache.logging.log4j</groupId>
  143. <artifactId>log4j-slf4j-impl</artifactId>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.apache.maven.wagon</groupId>
  147. <artifactId>wagon-http-lightweight</artifactId>
  148. <scope>provided</scope>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.apache.archiva.redback</groupId>
  152. <artifactId>redback-common-test-resources</artifactId>
  153. <scope>test</scope>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.assertj</groupId>
  157. <artifactId>assertj-core</artifactId>
  158. <scope>test</scope>
  159. </dependency>
  160. </dependencies>
  161. <build>
  162. <pluginManagement>
  163. <plugins>
  164. <plugin>
  165. <groupId>org.apache.rat</groupId>
  166. <artifactId>apache-rat-plugin</artifactId>
  167. <configuration>
  168. <excludes>
  169. <exclude>src/test/index-updates/nexus-maven-repository-index.properties</exclude>
  170. </excludes>
  171. </configuration>
  172. </plugin>
  173. </plugins>
  174. </pluginManagement>
  175. <plugins>
  176. <plugin>
  177. <groupId>org.apache.felix</groupId>
  178. <artifactId>maven-bundle-plugin</artifactId>
  179. <configuration>
  180. <instructions>
  181. <Bundle-SymbolicName>org.apache.archiva.scheduler.indexing</Bundle-SymbolicName>
  182. <Bundle-Version>${project.version}</Bundle-Version>
  183. <Export-Package>
  184. org.apache.archiva.scheduler.indexing;version=${project.version}
  185. </Export-Package>
  186. <Import-Package>
  187. javax.annotation,
  188. javax.inject,
  189. org.apache.archiva.admin.model*;version=${project.version},
  190. org.apache.archiva.common*;version=${project.version},
  191. org.apache.archiva.configuration;version=${project.version},
  192. org.apache.archiva.proxy.common;version=${project.version},
  193. org.apache.archiva.scheduler;version=${project.version},
  194. org.apache.commons.io;version="[1.4,2)",
  195. org.apache.commons.lang*;version="[2.4,3)",
  196. org.apache.lucene*;version="[3,4)",
  197. org.springframework*;version="[3,4)",
  198. org.apache.archiva.redback.components.taskqueue*,
  199. org.apache.maven.index*,
  200. org.apache.maven.wagon,
  201. org.apache.maven.wagon.authentication,
  202. org.apache.maven.wagon.authorization,
  203. org.apache.maven.wagon.events,
  204. org.apache.maven.wagon.providers.http,
  205. org.apache.maven.wagon.proxy,
  206. org.apache.maven.wagon.repository,
  207. org.apache.maven.wagon.resource,
  208. org.slf4j;resolution:=optional
  209. </Import-Package>
  210. </instructions>
  211. </configuration>
  212. </plugin>
  213. <plugin>
  214. <groupId>org.apache.maven.plugins</groupId>
  215. <artifactId>maven-surefire-plugin</artifactId>
  216. <configuration>
  217. <systemPropertyVariables>
  218. <appserver.base>${project.build.directory}/appserver-base</appserver.base>
  219. <plexus.home>${project.build.directory}/appserver-base</plexus.home>
  220. <derby.system.home>${project.build.directory}/appserver-base</derby.system.home>
  221. <redback.jdbc.url>${redbackTestJdbcUrl}</redback.jdbc.url>
  222. <redback.jdbc.driver.name>${redbackTestJdbcDriver}</redback.jdbc.driver.name>
  223. <basedir>${basedir}</basedir>
  224. <archiva.repositorySessionFactory.id>mock</archiva.repositorySessionFactory.id>
  225. </systemPropertyVariables>
  226. </configuration>
  227. </plugin>
  228. </plugins>
  229. </build>
  230. </project>