Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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. <modelVersion>4.0.0</modelVersion>
  22. <parent>
  23. <groupId>org.apache.archiva</groupId>
  24. <artifactId>archiva-rest</artifactId>
  25. <version>2.2.10-SNAPSHOT</version>
  26. </parent>
  27. <artifactId>archiva-rest-services</artifactId>
  28. <packaging>bundle</packaging>
  29. <name>Archiva Web :: REST support :: Services</name>
  30. <properties>
  31. <archiva.baseRestUrl />
  32. <rest.admin.pwd />
  33. <!--
  34. <redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>
  35. <redbackTestJdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</redbackTestJdbcDriver>
  36. -->
  37. <redbackTestJdbcUrl>jdbc:hsqldb:mem:redback-test</redbackTestJdbcUrl>
  38. <redbackTestJdbcDriver>org.hsqldb.jdbcDriver</redbackTestJdbcDriver>
  39. </properties>
  40. <dependencies>
  41. <dependency>
  42. <groupId>org.apache.archiva</groupId>
  43. <artifactId>archiva-security</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.apache.archiva</groupId>
  47. <artifactId>archiva-repository-admin-api</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.apache.archiva</groupId>
  51. <artifactId>metadata-model</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.apache.archiva</groupId>
  55. <artifactId>archiva-configuration</artifactId>
  56. <scope>runtime</scope>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.apache.archiva</groupId>
  60. <artifactId>archiva-scheduler-indexing</artifactId>
  61. <exclusions>
  62. <exclusion>
  63. <groupId>commons-logging</groupId>
  64. <artifactId>commons-logging-api</artifactId>
  65. </exclusion>
  66. </exclusions>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.apache.archiva</groupId>
  70. <artifactId>audit</artifactId>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.apache.archiva</groupId>
  74. <artifactId>generic-metadata-support</artifactId>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.apache.archiva</groupId>
  78. <artifactId>archiva-scheduler-repository</artifactId>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.apache.archiva</groupId>
  82. <artifactId>archiva-indexer</artifactId>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.apache.archiva</groupId>
  86. <artifactId>archiva-repository-layer</artifactId>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.apache.archiva</groupId>
  90. <artifactId>archiva-repository-scanner</artifactId>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.apache.archiva</groupId>
  94. <artifactId>archiva-maven2-model</artifactId>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.jsoup</groupId>
  98. <artifactId>jsoup</artifactId>
  99. <version>1.7.1</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.apache.archiva.redback</groupId>
  103. <artifactId>redback-authorization-api</artifactId>
  104. <exclusions>
  105. <exclusion>
  106. <groupId>commons-logging</groupId>
  107. <artifactId>commons-logging</artifactId>
  108. </exclusion>
  109. </exclusions>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.apache.archiva.redback</groupId>
  113. <artifactId>redback-authentication-api</artifactId>
  114. <exclusions>
  115. <exclusion>
  116. <groupId>commons-logging</groupId>
  117. <artifactId>commons-logging</artifactId>
  118. </exclusion>
  119. </exclusions>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.apache.archiva.redback</groupId>
  123. <artifactId>redback-common-integrations</artifactId>
  124. <exclusions>
  125. <exclusion>
  126. <groupId>commons-logging</groupId>
  127. <artifactId>commons-logging</artifactId>
  128. </exclusion>
  129. <exclusion>
  130. <groupId>stax</groupId>
  131. <artifactId>stax-api</artifactId>
  132. </exclusion>
  133. </exclusions>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.apache.archiva</groupId>
  137. <artifactId>archiva-rest-api</artifactId>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.apache.archiva</groupId>
  141. <artifactId>archiva-proxy</artifactId>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.apache.archiva</groupId>
  145. <artifactId>stage-repository-merge</artifactId>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.apache.archiva.redback</groupId>
  149. <artifactId>redback-rest-services</artifactId>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.apache.archiva.redback</groupId>
  153. <artifactId>redback-rest-api</artifactId>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.apache.maven.wagon</groupId>
  157. <artifactId>wagon-http</artifactId>
  158. <scope>provided</scope>
  159. </dependency>
  160. <dependency>
  161. <groupId>commons-validator</groupId>
  162. <artifactId>commons-validator</artifactId>
  163. </dependency>
  164. <dependency>
  165. <groupId>oro</groupId>
  166. <artifactId>oro</artifactId>
  167. </dependency>
  168. <dependency>
  169. <groupId>javax.ws.rs</groupId>
  170. <artifactId>javax.ws.rs-api</artifactId>
  171. </dependency>
  172. <dependency>
  173. <groupId>org.modelmapper</groupId>
  174. <artifactId>modelmapper</artifactId>
  175. </dependency>
  176. <dependency>
  177. <groupId>org.codehaus.woodstox</groupId>
  178. <artifactId>woodstox-core-asl</artifactId>
  179. </dependency>
  180. <dependency>
  181. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  182. <artifactId>jackson-jaxrs-json-provider</artifactId>
  183. </dependency>
  184. <dependency>
  185. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  186. <artifactId>jackson-jaxrs-xml-provider</artifactId>
  187. </dependency>
  188. <dependency>
  189. <groupId>org.apache.cxf</groupId>
  190. <artifactId>cxf-rt-frontend-jaxrs</artifactId>
  191. </dependency>
  192. <dependency>
  193. <groupId>org.apache.cxf</groupId>
  194. <artifactId>cxf-rt-rs-extension-providers</artifactId>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.apache.cxf</groupId>
  198. <artifactId>cxf-rt-rs-client</artifactId>
  199. <scope>test</scope>
  200. </dependency>
  201. <dependency>
  202. <groupId>org.apache.archiva.redback</groupId>
  203. <artifactId>redback-rest-services</artifactId>
  204. <classifier>tests</classifier>
  205. <scope>test</scope>
  206. </dependency>
  207. <dependency>
  208. <groupId>org.apache.archiva.redback</groupId>
  209. <artifactId>redback-common-test-resources</artifactId>
  210. <scope>test</scope>
  211. </dependency>
  212. <dependency>
  213. <groupId>org.springframework</groupId>
  214. <artifactId>spring-expression</artifactId>
  215. <exclusions>
  216. <exclusion>
  217. <groupId>commons-logging</groupId>
  218. <artifactId>commons-logging</artifactId>
  219. </exclusion>
  220. </exclusions>
  221. </dependency>
  222. <dependency>
  223. <groupId>junit</groupId>
  224. <artifactId>junit</artifactId>
  225. <scope>test</scope>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.springframework</groupId>
  229. <artifactId>spring-test</artifactId>
  230. <scope>test</scope>
  231. </dependency>
  232. <dependency>
  233. <groupId>org.apache.archiva</groupId>
  234. <artifactId>archiva-test-utils</artifactId>
  235. <version>${project.version}</version>
  236. <scope>test</scope>
  237. <exclusions>
  238. <exclusion>
  239. <groupId>org.slf4j</groupId>
  240. <artifactId>slf4j-simple</artifactId>
  241. </exclusion>
  242. </exclusions>
  243. </dependency>
  244. <dependency>
  245. <groupId>org.springframework</groupId>
  246. <artifactId>spring-web</artifactId>
  247. <scope>test</scope>
  248. </dependency>
  249. <dependency>
  250. <groupId>org.apache.logging.log4j</groupId>
  251. <artifactId>log4j-1.2-api</artifactId>
  252. <scope>test</scope>
  253. </dependency>
  254. <dependency>
  255. <groupId>org.apache.logging.log4j</groupId>
  256. <artifactId>log4j-slf4j-impl</artifactId>
  257. <scope>test</scope>
  258. </dependency>
  259. <dependency>
  260. <groupId>org.slf4j</groupId>
  261. <artifactId>jul-to-slf4j</artifactId>
  262. <scope>test</scope>
  263. </dependency>
  264. <dependency>
  265. <groupId>javax.mail</groupId>
  266. <artifactId>mail</artifactId>
  267. <scope>test</scope>
  268. </dependency>
  269. <dependency>
  270. <groupId>org.hsqldb</groupId>
  271. <artifactId>hsqldb</artifactId>
  272. <scope>test</scope>
  273. </dependency>
  274. <dependency>
  275. <groupId>org.apache.logging.log4j</groupId>
  276. <artifactId>log4j-jcl</artifactId>
  277. <scope>test</scope>
  278. </dependency>
  279. <dependency>
  280. <groupId>org.apache.archiva.redback</groupId>
  281. <artifactId>redback-authentication-memory</artifactId>
  282. <scope>test</scope>
  283. <version>${redback.version}</version>
  284. </dependency>
  285. <dependency>
  286. <groupId>org.apache.archiva.redback</groupId>
  287. <artifactId>redback-keys-memory</artifactId>
  288. <scope>test</scope>
  289. <version>${redback.version}</version>
  290. </dependency>
  291. <dependency>
  292. <groupId>org.apache.archiva</groupId>
  293. <artifactId>metadata-store-jcr</artifactId>
  294. <scope>test</scope>
  295. </dependency>
  296. <dependency>
  297. <groupId>org.apache.jackrabbit</groupId>
  298. <artifactId>jackrabbit-core</artifactId>
  299. <scope>test</scope>
  300. <exclusions>
  301. <exclusion>
  302. <groupId>commons-logging</groupId>
  303. <artifactId>commons-logging</artifactId>
  304. </exclusion>
  305. <exclusion>
  306. <groupId>org.slf4j</groupId>
  307. <artifactId>jcl-over-slf4j</artifactId>
  308. </exclusion>
  309. </exclusions>
  310. </dependency>
  311. <dependency>
  312. <groupId>org.apache.lucene</groupId>
  313. <artifactId>lucene-core</artifactId>
  314. <scope>test</scope>
  315. </dependency>
  316. <dependency>
  317. <groupId>org.apache.lucene</groupId>
  318. <artifactId>lucene-queries</artifactId>
  319. <scope>test</scope>
  320. </dependency>
  321. <dependency>
  322. <groupId>org.apache.lucene</groupId>
  323. <artifactId>lucene-memory</artifactId>
  324. <scope>test</scope>
  325. </dependency>
  326. <dependency>
  327. <groupId>org.apache.lucene</groupId>
  328. <artifactId>lucene-highlighter</artifactId>
  329. <scope>test</scope>
  330. </dependency>
  331. <dependency>
  332. <groupId>org.apache.archiva</groupId>
  333. <artifactId>archiva-repository-admin-default</artifactId>
  334. <scope>test</scope>
  335. </dependency>
  336. <dependency>
  337. <groupId>org.apache.maven.wagon</groupId>
  338. <artifactId>wagon-http-lightweight</artifactId>
  339. <scope>test</scope>
  340. </dependency>
  341. <dependency>
  342. <groupId>org.apache.archiva</groupId>
  343. <artifactId>archiva-test-mocks</artifactId>
  344. <scope>test</scope>
  345. </dependency>
  346. <dependency>
  347. <groupId>org.assertj</groupId>
  348. <artifactId>assertj-core</artifactId>
  349. <scope>test</scope>
  350. </dependency>
  351. <dependency>
  352. <groupId>org.apache.tomcat.embed</groupId>
  353. <artifactId>tomcat-embed-core</artifactId>
  354. <scope>test</scope>
  355. </dependency>
  356. <dependency>
  357. <groupId>org.apache.tomcat</groupId>
  358. <artifactId>tomcat-juli</artifactId>
  359. <scope>test</scope>
  360. </dependency>
  361. <dependency>
  362. <groupId>org.apache.tomcat.embed</groupId>
  363. <artifactId>tomcat-embed-logging-juli</artifactId>
  364. <scope>test</scope>
  365. </dependency>
  366. <dependency>
  367. <groupId>org.apache.tomcat</groupId>
  368. <artifactId>tomcat-jsp-api</artifactId>
  369. <scope>test</scope>
  370. </dependency>
  371. <dependency>
  372. <groupId>xerces</groupId>
  373. <artifactId>xercesImpl</artifactId>
  374. <scope>test</scope>
  375. </dependency>
  376. <dependency>
  377. <groupId>org.apache.archiva</groupId>
  378. <artifactId>archiva-metadata-consumer</artifactId>
  379. <scope>test</scope>
  380. </dependency>
  381. <dependency>
  382. <groupId>javax.servlet</groupId>
  383. <artifactId>javax.servlet-api</artifactId>
  384. <scope>provided</scope>
  385. </dependency>
  386. </dependencies>
  387. <build>
  388. <pluginManagement>
  389. <plugins>
  390. <plugin>
  391. <groupId>org.apache.rat</groupId>
  392. <artifactId>apache-rat-plugin</artifactId>
  393. <configuration>
  394. <excludes>
  395. <exclude>src/test/repo-with-osgi/**</exclude>
  396. <exclude>src/test/repo-with-osgi-stage/**</exclude>
  397. <exclude>src/test/repo-with-classifier-only/**</exclude>
  398. <exclude>src/test/repo-with-snapshots/**</exclude>
  399. </excludes>
  400. </configuration>
  401. </plugin>
  402. </plugins>
  403. </pluginManagement>
  404. <plugins>
  405. <plugin>
  406. <groupId>org.apache.felix</groupId>
  407. <artifactId>maven-bundle-plugin</artifactId>
  408. <configuration>
  409. <instructions>
  410. <Bundle-SymbolicName>org.apache.archiva.rest.services</Bundle-SymbolicName>
  411. <Bundle-Version>${project.version}</Bundle-Version>
  412. <Require-Bundle>org.apache.cxf.bundle,org.springframework.beans,org.apache.archiva.rest.api</Require-Bundle>
  413. </instructions>
  414. </configuration>
  415. </plugin>
  416. <plugin>
  417. <groupId>org.apache.maven.plugins</groupId>
  418. <artifactId>maven-surefire-plugin</artifactId>
  419. <configuration>
  420. <includes>
  421. <include>**/*Tests.java</include>
  422. <include>**/*Test.java</include>
  423. </includes>
  424. <argLine>-Xmx512m -Xms512m -server -XX:MaxPermSize=256m ${jacocoagent}</argLine>
  425. <systemPropertyVariables>
  426. <appserver.base>${project.build.directory}/appserver-base</appserver.base>
  427. <plexus.home>${project.build.directory}/appserver-base</plexus.home>
  428. <derby.system.home>${project.build.directory}/appserver-base</derby.system.home>
  429. <archiva.baseRestUrl>${archiva.baseRestUrl}</archiva.baseRestUrl>
  430. <rest.admin.pwd>${rest.admin.pwd}</rest.admin.pwd>
  431. <redback.jdbc.url>${redbackTestJdbcUrl}</redback.jdbc.url>
  432. <redback.jdbc.driver.name>${redbackTestJdbcDriver}</redback.jdbc.driver.name>
  433. <basedir>${basedir}</basedir>
  434. <builddir>${project.build.directory}</builddir>
  435. <org.apache.jackrabbit.maxCacheMemory>1</org.apache.jackrabbit.maxCacheMemory>
  436. <org.apache.jackrabbit.maxMemoryPerCache>1</org.apache.jackrabbit.maxMemoryPerCache>
  437. <!--org.apache.jackrabbit.minMemoryPerCache>1</org.apache.jackrabbit.minMemoryPerCache-->
  438. <archiva.repositorySessionFactory.id>jcr</archiva.repositorySessionFactory.id>
  439. </systemPropertyVariables>
  440. </configuration>
  441. </plugin>
  442. </plugins>
  443. </build>
  444. </project>