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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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. <groupId>org.apache.archiva</groupId>
  23. <artifactId>archiva-base</artifactId>
  24. <version>2.2.11-SNAPSHOT</version>
  25. </parent>
  26. <modelVersion>4.0.0</modelVersion>
  27. <artifactId>archiva-proxy</artifactId>
  28. <packaging>bundle</packaging>
  29. <name>Archiva Base :: Proxy</name>
  30. <dependencies>
  31. <dependency>
  32. <groupId>org.apache.archiva</groupId>
  33. <artifactId>archiva-configuration</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.apache.archiva</groupId>
  37. <artifactId>archiva-scheduler-api</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.apache.archiva</groupId>
  41. <artifactId>archiva-repository-layer</artifactId>
  42. <exclusions>
  43. <exclusion>
  44. <groupId>log4j</groupId>
  45. <artifactId>log4j</artifactId>
  46. </exclusion>
  47. <exclusion>
  48. <groupId>commons-logging</groupId>
  49. <artifactId>commons-logging-api</artifactId>
  50. </exclusion>
  51. </exclusions>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.apache.archiva</groupId>
  55. <artifactId>archiva-filelock</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.apache.archiva</groupId>
  59. <artifactId>archiva-repository-scanner</artifactId>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.apache.archiva</groupId>
  63. <artifactId>archiva-scheduler-repository-api</artifactId>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.apache.archiva</groupId>
  67. <artifactId>maven2-repository</artifactId>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.apache.archiva</groupId>
  71. <artifactId>archiva-proxy-api</artifactId>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.archiva</groupId>
  75. <artifactId>archiva-proxy-common</artifactId>
  76. <exclusions>
  77. <exclusion>
  78. <groupId>commons-logging</groupId>
  79. <artifactId>commons-logging-api</artifactId>
  80. </exclusion>
  81. </exclusions>
  82. </dependency>
  83. <dependency>
  84. <groupId>commons-io</groupId>
  85. <artifactId>commons-io</artifactId>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.google.guava</groupId>
  89. <artifactId>guava</artifactId>
  90. </dependency>
  91. <dependency>
  92. <groupId>commons-lang</groupId>
  93. <artifactId>commons-lang</artifactId>
  94. </dependency>
  95. <dependency>
  96. <groupId>commons-collections</groupId>
  97. <artifactId>commons-collections</artifactId>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.apache.ant</groupId>
  101. <artifactId>ant</artifactId>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.eclipse.sisu</groupId>
  105. <artifactId>org.eclipse.sisu.plexus</artifactId>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.google.inject</groupId>
  109. <artifactId>guice</artifactId>
  110. <classifier>no_aop</classifier>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.apache.archiva</groupId>
  114. <artifactId>archiva-plexus-bridge</artifactId>
  115. </dependency>
  116. <dependency>
  117. <groupId>org.apache.maven.wagon</groupId>
  118. <artifactId>wagon-file</artifactId>
  119. <scope>test</scope>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.apache.maven.wagon</groupId>
  123. <artifactId>wagon-provider-api</artifactId>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.codehaus.plexus</groupId>
  127. <artifactId>plexus-digest</artifactId>
  128. <exclusions>
  129. <exclusion>
  130. <groupId>org.codehaus.plexus</groupId>
  131. <artifactId>plexus-component-api</artifactId>
  132. </exclusion>
  133. </exclusions>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.apache.archiva.redback.components.registry</groupId>
  137. <artifactId>spring-registry-commons</artifactId>
  138. <scope>test</scope>
  139. </dependency>
  140. <dependency>
  141. <groupId>xmlunit</groupId>
  142. <artifactId>xmlunit</artifactId>
  143. <scope>test</scope>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.eclipse.jetty</groupId>
  147. <artifactId>jetty-server</artifactId>
  148. <scope>test</scope>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.apache.maven.wagon</groupId>
  152. <artifactId>wagon-http</artifactId>
  153. <scope>test</scope>
  154. <exclusions>
  155. <exclusion>
  156. <groupId>commons-logging</groupId>
  157. <artifactId>commons-logging</artifactId>
  158. </exclusion>
  159. </exclusions>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.apache.maven.wagon</groupId>
  163. <artifactId>wagon-http-lightweight</artifactId>
  164. <scope>provided</scope>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.apache.archiva</groupId>
  168. <artifactId>archiva-test-utils</artifactId>
  169. <version>${project.version}</version>
  170. <scope>test</scope>
  171. </dependency>
  172. <dependency>
  173. <groupId>org.apache.archiva</groupId>
  174. <artifactId>archiva-repository-admin-default</artifactId>
  175. <scope>test</scope>
  176. </dependency>
  177. <dependency>
  178. <groupId>org.apache.archiva</groupId>
  179. <artifactId>archiva-mock</artifactId>
  180. <scope>test</scope>
  181. </dependency>
  182. <dependency>
  183. <groupId>org.apache.archiva.redback</groupId>
  184. <artifactId>redback-rbac-cached</artifactId>
  185. <scope>test</scope>
  186. </dependency>
  187. <dependency>
  188. <groupId>org.apache.derby</groupId>
  189. <artifactId>derby</artifactId>
  190. <scope>test</scope>
  191. </dependency>
  192. <dependency>
  193. <groupId>org.apache.archiva</groupId>
  194. <artifactId>archiva-security-common</artifactId>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.apache.archiva.redback</groupId>
  198. <artifactId>redback-common-test-resources</artifactId>
  199. <scope>test</scope>
  200. </dependency>
  201. <dependency>
  202. <groupId>org.assertj</groupId>
  203. <artifactId>assertj-core</artifactId>
  204. <scope>test</scope>
  205. </dependency>
  206. </dependencies>
  207. <build>
  208. <plugins>
  209. <plugin>
  210. <groupId>org.apache.felix</groupId>
  211. <artifactId>maven-bundle-plugin</artifactId>
  212. <configuration>
  213. <instructions>
  214. <Bundle-SymbolicName>org.apache.archiva.proxy</Bundle-SymbolicName>
  215. <Bundle-Version>${project.version}</Bundle-Version>
  216. <Export-Package>
  217. org.apache.archiva.proxy;version=${project.version}
  218. </Export-Package>
  219. <Import-Package>
  220. javax.annotation,
  221. javax.inject,
  222. com.google.common.collect,
  223. org.apache.archiva.admin.model.beans;version=${project.version},
  224. org.apache.archiva.configuration;version=${project.version},
  225. org.apache.archiva.model;version=${project.version},
  226. org.apache.archiva.policies*;version=${project.version},
  227. org.apache.archiva.proxy.common;version=${project.version},
  228. org.apache.archiva.repository*;version=${project.version},
  229. org.apache.archiva.scheduler*;version=${project.version},
  230. org.apache.archiva.admin.model;version=${project.version},
  231. org.apache.archiva.admin.model.networkproxy;version=${project.version},
  232. org.apache.archiva.proxy.model;version=${project.version},
  233. org.apache.commons.collections;version="[3.2,4)",
  234. org.apache.commons.io;version="[1.4,2)",
  235. org.apache.commons.lang;version="[2.4,3)",
  236. org.springframework.stereotype;version="[3,4)",
  237. org.apache.archiva.redback.components.registry,
  238. org.apache.archiva.redback.components.taskqueue,
  239. org.apache.tools.ant.types.selectors,
  240. org.apache.maven.wagon,
  241. org.apache.maven.wagon.authentication,
  242. org.apache.maven.wagon.proxy,
  243. org.apache.maven.wagon.repository,
  244. com.google.common.io,
  245. org.apache.archiva.common.filelock,
  246. org.slf4j;resolution:=optional
  247. </Import-Package>
  248. </instructions>
  249. </configuration>
  250. </plugin>
  251. <plugin>
  252. <groupId>org.apache.maven.plugins</groupId>
  253. <artifactId>maven-surefire-plugin</artifactId>
  254. <configuration>
  255. <systemPropertyVariables>
  256. <appserver.base>${project.build.directory}/appserver-base</appserver.base>
  257. <plexus.home>${project.build.directory}/appserver-base</plexus.home>
  258. <derby.system.home>${project.build.directory}/appserver-base</derby.system.home>
  259. <redback.jdbc.url>${redbackTestJdbcUrl}</redback.jdbc.url>
  260. <redback.jdbc.driver.name>${redbackTestJdbcDriver}</redback.jdbc.driver.name>
  261. <archiva.repositorySessionFactory.id>mock</archiva.repositorySessionFactory.id>
  262. <http.proxyHost />
  263. <http.proxyPort />
  264. </systemPropertyVariables>
  265. </configuration>
  266. </plugin>
  267. </plugins>
  268. <pluginManagement>
  269. <plugins>
  270. <plugin>
  271. <groupId>org.apache.rat</groupId>
  272. <artifactId>apache-rat-plugin</artifactId>
  273. <configuration>
  274. <excludes>
  275. <exclude>src/test/repositories/**</exclude>
  276. </excludes>
  277. </configuration>
  278. </plugin>
  279. </plugins>
  280. </pluginManagement>
  281. </build>
  282. </project>