Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061
  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. <prerequisites>
  23. <maven>2.0.6</maven>
  24. </prerequisites>
  25. <parent>
  26. <groupId>org.apache.archiva</groupId>
  27. <artifactId>archiva-parent</artifactId>
  28. <version>3</version>
  29. <relativePath>../parent/pom.xml</relativePath>
  30. </parent>
  31. <name>Archiva</name>
  32. <artifactId>archiva</artifactId>
  33. <packaging>pom</packaging>
  34. <version>1.1.5-SNAPSHOT</version>
  35. <url>http://archiva.apache.org</url>
  36. <scm>
  37. <connection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x</connection>
  38. <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x</developerConnection>
  39. <url>https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x</url>
  40. </scm>
  41. <build>
  42. <plugins>
  43. <!-- We want to package up license resources in the JARs produced -->
  44. <plugin>
  45. <groupId>org.apache.maven.plugins</groupId>
  46. <artifactId>maven-remote-resources-plugin</artifactId>
  47. <executions>
  48. <execution>
  49. <goals>
  50. <goal>process</goal>
  51. </goals>
  52. <configuration>
  53. <resourceBundles>
  54. <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
  55. </resourceBundles>
  56. </configuration>
  57. </execution>
  58. </executions>
  59. </plugin>
  60. <plugin>
  61. <groupId>org.apache.maven.plugins</groupId>
  62. <artifactId>maven-enforcer-plugin</artifactId>
  63. <version>1.0-alpha-4</version>
  64. <executions>
  65. <execution>
  66. <goals>
  67. <goal>enforce</goal>
  68. </goals>
  69. <configuration>
  70. <rules>
  71. <bannedDependencies>
  72. <excludes>
  73. <exclude>org.codehaus.plexus:plexus-container-default</exclude>
  74. <exclude>commons-logging:commons-logging</exclude>
  75. <exclude>velocity:velocity-dep</exclude>
  76. <exclude>classworlds:classworlds</exclude>
  77. <exclude>javax.transaction:jta</exclude>
  78. <exclude>javax.sql:jdbc-stdext</exclude>
  79. <exclude>ant:ant-optional</exclude>
  80. <!-- exclude>org.apache.maven.wagon:wagon-http-lightweight</exclude -->
  81. <exclude>xom:xom</exclude>
  82. </excludes>
  83. </bannedDependencies>
  84. </rules>
  85. </configuration>
  86. </execution>
  87. </executions>
  88. </plugin>
  89. <plugin>
  90. <groupId>org.codehaus.plexus</groupId>
  91. <artifactId>plexus-maven-plugin</artifactId>
  92. <version>1.3.5</version>
  93. <executions>
  94. <execution>
  95. <id>generate</id>
  96. <goals>
  97. <goal>descriptor</goal>
  98. </goals>
  99. </execution>
  100. </executions>
  101. </plugin>
  102. </plugins>
  103. <pluginManagement>
  104. <plugins>
  105. <plugin>
  106. <groupId>org.codehaus.modello</groupId>
  107. <artifactId>modello-maven-plugin</artifactId>
  108. <version>1.0-alpha-15</version>
  109. </plugin>
  110. <plugin>
  111. <groupId>org.apache.maven.plugins</groupId>
  112. <artifactId>maven-compiler-plugin</artifactId>
  113. <version>2.0.2</version>
  114. <configuration>
  115. <source>1.5</source>
  116. <target>1.5</target>
  117. </configuration>
  118. </plugin>
  119. <plugin>
  120. <groupId>org.apache.maven.plugins</groupId>
  121. <artifactId>maven-remote-resources-plugin</artifactId>
  122. <version>1.0-beta-2</version>
  123. </plugin>
  124. <plugin>
  125. <groupId>org.apache.maven.plugins</groupId>
  126. <artifactId>maven-deploy-plugin</artifactId>
  127. <version>2.3</version>
  128. </plugin>
  129. <plugin>
  130. <groupId>org.apache.maven.plugins</groupId>
  131. <artifactId>maven-gpg-plugin</artifactId>
  132. <version>1.0-alpha-4</version>
  133. </plugin>
  134. <plugin>
  135. <groupId>org.apache.maven.plugins</groupId>
  136. <artifactId>maven-install-plugin</artifactId>
  137. <version>2.2</version>
  138. </plugin>
  139. <plugin>
  140. <groupId>org.apache.maven.plugins</groupId>
  141. <artifactId>maven-jar-plugin</artifactId>
  142. <version>2.2</version>
  143. </plugin>
  144. <plugin>
  145. <groupId>org.apache.maven.plugins</groupId>
  146. <artifactId>maven-release-plugin</artifactId>
  147. <version>2.0-beta-7</version>
  148. <configuration>
  149. <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
  150. <useReleaseProfile>false</useReleaseProfile>
  151. <goals>deploy</goals>
  152. <preparationGoals>clean install</preparationGoals>
  153. <arguments>-Prelease</arguments>
  154. </configuration>
  155. </plugin>
  156. <plugin>
  157. <groupId>org.apache.maven.plugins</groupId>
  158. <artifactId>maven-resources-plugin</artifactId>
  159. <version>2.2</version>
  160. </plugin>
  161. <plugin>
  162. <groupId>org.apache.maven.plugins</groupId>
  163. <artifactId>maven-surefire-plugin</artifactId>
  164. <version>2.4.2</version>
  165. <configuration>
  166. <redirectTestOutputToFile>true</redirectTestOutputToFile>
  167. </configuration>
  168. </plugin>
  169. <plugin>
  170. <artifactId>maven-idea-plugin</artifactId>
  171. <configuration>
  172. <jdkLevel>1.5</jdkLevel>
  173. </configuration>
  174. </plugin>
  175. </plugins>
  176. </pluginManagement>
  177. </build>
  178. <modules>
  179. <module>archiva-cli</module>
  180. <module>archiva-docs</module>
  181. <module>archiva-jetty</module>
  182. <module>archiva-modules</module>
  183. </modules>
  184. <dependencies>
  185. <dependency>
  186. <groupId>junit</groupId>
  187. <artifactId>junit</artifactId>
  188. <version>3.8.1</version>
  189. <scope>test</scope>
  190. </dependency>
  191. <dependency>
  192. <groupId>httpunit</groupId>
  193. <artifactId>httpunit</artifactId>
  194. <version>1.6.2</version>
  195. <scope>test</scope>
  196. </dependency>
  197. <dependency>
  198. <groupId>easymock</groupId>
  199. <artifactId>easymock</artifactId>
  200. <version>1.2_Java1.3</version>
  201. <scope>test</scope>
  202. </dependency>
  203. <dependency>
  204. <groupId>easymock</groupId>
  205. <artifactId>easymockclassextension</artifactId>
  206. <version>1.2</version>
  207. <scope>test</scope>
  208. </dependency>
  209. <dependency>
  210. <groupId>org.slf4j</groupId>
  211. <artifactId>jcl104-over-slf4j</artifactId>
  212. <scope>test</scope>
  213. </dependency>
  214. <dependency>
  215. <groupId>org.slf4j</groupId>
  216. <artifactId>slf4j-log4j12</artifactId>
  217. <scope>test</scope>
  218. </dependency>
  219. </dependencies>
  220. <dependencyManagement>
  221. <dependencies>
  222. <dependency>
  223. <groupId>org.apache.jackrabbit</groupId>
  224. <artifactId>jackrabbit-webdav</artifactId>
  225. <version>1.4</version>
  226. <exclusions>
  227. <exclusion>
  228. <groupId>commons-logging</groupId>
  229. <artifactId>commons-logging</artifactId>
  230. </exclusion>
  231. </exclusions>
  232. </dependency>
  233. <dependency>
  234. <groupId>xerces</groupId>
  235. <artifactId>xercesImpl</artifactId>
  236. <version>2.8.1</version>
  237. </dependency>
  238. <dependency>
  239. <groupId>javax.activation</groupId>
  240. <artifactId>activation</artifactId>
  241. <version>1.1</version>
  242. </dependency>
  243. <dependency>
  244. <groupId>org.apache.archiva</groupId>
  245. <artifactId>archiva-applet</artifactId>
  246. <version>1.1.5-SNAPSHOT</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>org.apache.archiva</groupId>
  250. <artifactId>archiva-artifact-converter</artifactId>
  251. <version>1.1.5-SNAPSHOT</version>
  252. </dependency>
  253. <dependency>
  254. <groupId>org.apache.archiva</groupId>
  255. <artifactId>archiva-artifact-reports</artifactId>
  256. <version>1.1.5-SNAPSHOT</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>org.apache.archiva</groupId>
  260. <artifactId>archiva-checksum</artifactId>
  261. <version>1.1.5-SNAPSHOT</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>org.apache.archiva</groupId>
  265. <artifactId>archiva-common</artifactId>
  266. <version>1.1.5-SNAPSHOT</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>org.apache.archiva</groupId>
  270. <artifactId>archiva-configuration</artifactId>
  271. <version>1.1.5-SNAPSHOT</version>
  272. </dependency>
  273. <dependency>
  274. <groupId>org.apache.archiva</groupId>
  275. <artifactId>archiva-consumer-api</artifactId>
  276. <version>1.1.5-SNAPSHOT</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>org.apache.archiva</groupId>
  280. <artifactId>archiva-converter</artifactId>
  281. <version>1.1.5-SNAPSHOT</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>org.apache.archiva</groupId>
  285. <artifactId>archiva-dependency-graph</artifactId>
  286. <version>1.1.5-SNAPSHOT</version>
  287. </dependency>
  288. <dependency>
  289. <groupId>org.apache.archiva</groupId>
  290. <artifactId>archiva-core</artifactId>
  291. <version>${pom.version}</version>
  292. </dependency>
  293. <dependency>
  294. <groupId>org.apache.archiva</groupId>
  295. <artifactId>archiva-core-consumers</artifactId>
  296. <version>1.1.5-SNAPSHOT</version>
  297. </dependency>
  298. <dependency>
  299. <groupId>org.apache.archiva</groupId>
  300. <artifactId>archiva-database</artifactId>
  301. <version>1.1.5-SNAPSHOT</version>
  302. </dependency>
  303. <dependency>
  304. <groupId>org.apache.archiva</groupId>
  305. <artifactId>archiva-database-consumers</artifactId>
  306. <version>1.1.5-SNAPSHOT</version>
  307. </dependency>
  308. <dependency>
  309. <groupId>org.apache.archiva</groupId>
  310. <artifactId>archiva-indexer</artifactId>
  311. <version>1.1.5-SNAPSHOT</version>
  312. </dependency>
  313. <dependency>
  314. <groupId>org.apache.archiva</groupId>
  315. <artifactId>archiva-lucene-consumers</artifactId>
  316. <version>1.1.5-SNAPSHOT</version>
  317. </dependency>
  318. <dependency>
  319. <groupId>org.apache.archiva</groupId>
  320. <artifactId>archiva-model</artifactId>
  321. <version>1.1.5-SNAPSHOT</version>
  322. </dependency>
  323. <dependency>
  324. <groupId>org.apache.archiva</groupId>
  325. <artifactId>archiva-policies</artifactId>
  326. <version>1.1.5-SNAPSHOT</version>
  327. </dependency>
  328. <dependency>
  329. <groupId>org.apache.archiva</groupId>
  330. <artifactId>archiva-proxy</artifactId>
  331. <version>1.1.5-SNAPSHOT</version>
  332. </dependency>
  333. <dependency>
  334. <groupId>org.apache.archiva</groupId>
  335. <artifactId>archiva-report-manager</artifactId>
  336. <version>1.1.5-SNAPSHOT</version>
  337. </dependency>
  338. <dependency>
  339. <groupId>org.apache.archiva</groupId>
  340. <artifactId>archiva-repository-layer</artifactId>
  341. <version>1.1.5-SNAPSHOT</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>org.apache.archiva</groupId>
  345. <artifactId>archiva-scheduled</artifactId>
  346. <version>1.1.5-SNAPSHOT</version>
  347. </dependency>
  348. <dependency>
  349. <groupId>org.apache.archiva</groupId>
  350. <artifactId>archiva-security</artifactId>
  351. <version>1.1.5-SNAPSHOT</version>
  352. </dependency>
  353. <dependency>
  354. <groupId>org.apache.archiva</groupId>
  355. <artifactId>archiva-signature-consumers</artifactId>
  356. <version>1.1.5-SNAPSHOT</version>
  357. </dependency>
  358. <dependency>
  359. <groupId>org.apache.archiva</groupId>
  360. <artifactId>archiva-transaction</artifactId>
  361. <version>1.1.5-SNAPSHOT</version>
  362. </dependency>
  363. <dependency>
  364. <groupId>org.apache.archiva</groupId>
  365. <artifactId>archiva-docs</artifactId>
  366. <version>1.1.5-SNAPSHOT</version>
  367. <type>zip</type>
  368. <classifier>docs</classifier>
  369. </dependency>
  370. <dependency>
  371. <groupId>org.apache.archiva</groupId>
  372. <artifactId>archiva-webapp</artifactId>
  373. <version>1.1.5-SNAPSHOT</version>
  374. <type>war</type>
  375. </dependency>
  376. <dependency>
  377. <groupId>org.apache.archiva</groupId>
  378. <artifactId>archiva-xml-tools</artifactId>
  379. <version>1.1.5-SNAPSHOT</version>
  380. </dependency>
  381. <dependency>
  382. <groupId>org.apache.archiva</groupId>
  383. <artifactId>archiva-webdav</artifactId>
  384. <version>1.1.5-SNAPSHOT</version>
  385. </dependency>
  386. <dependency>
  387. <groupId>org.apache.archiva</groupId>
  388. <artifactId>archiva-rss</artifactId>
  389. <version>1.1.5-SNAPSHOT</version>
  390. </dependency>
  391. <dependency>
  392. <groupId>org.codehaus.plexus</groupId>
  393. <artifactId>plexus-spring</artifactId>
  394. <version>1.0</version>
  395. <exclusions>
  396. <exclusion>
  397. <groupId>org.codehaus.plexus</groupId>
  398. <artifactId>plexus-container-default</artifactId>
  399. </exclusion>
  400. </exclusions>
  401. </dependency>
  402. <dependency>
  403. <groupId>stax</groupId>
  404. <artifactId>stax</artifactId>
  405. <version>1.2.0</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>commons-codec</groupId>
  409. <artifactId>commons-codec</artifactId>
  410. <version>1.3</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>commons-collections</groupId>
  414. <artifactId>commons-collections</artifactId>
  415. <version>3.2</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>commons-fileupload</groupId>
  419. <artifactId>commons-fileupload</artifactId>
  420. <version>1.2</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>commons-io</groupId>
  424. <artifactId>commons-io</artifactId>
  425. <version>1.4</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>commons-lang</groupId>
  429. <artifactId>commons-lang</artifactId>
  430. <version>2.2</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>org.apache.derby</groupId>
  434. <artifactId>derby</artifactId>
  435. <version>10.1.3.1</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>org.apache.derby</groupId>
  439. <artifactId>derbytools</artifactId>
  440. <version>10.1.3.1</version>
  441. </dependency>
  442. <dependency>
  443. <groupId>dom4j</groupId>
  444. <artifactId>dom4j</artifactId>
  445. <version>1.6.1</version>
  446. </dependency>
  447. <dependency>
  448. <groupId>hsqldb</groupId>
  449. <artifactId>hsqldb</artifactId>
  450. <version>1.8.0.7</version>
  451. <scope>test</scope>
  452. </dependency>
  453. <dependency>
  454. <groupId>jaxen</groupId>
  455. <artifactId>jaxen</artifactId>
  456. <version>1.1</version>
  457. <exclusions>
  458. <exclusion>
  459. <groupId>xom</groupId>
  460. <artifactId>xom</artifactId>
  461. </exclusion>
  462. </exclusions>
  463. </dependency>
  464. <dependency>
  465. <groupId>javax.jdo</groupId>
  466. <artifactId>jdo2-api</artifactId>
  467. <version>2.0</version>
  468. </dependency>
  469. <dependency>
  470. <groupId>jpox</groupId>
  471. <artifactId>jpox</artifactId>
  472. <version>1.1.9</version>
  473. <exclusions>
  474. <exclusion>
  475. <groupId>javax.transaction</groupId>
  476. <artifactId>jta</artifactId>
  477. </exclusion>
  478. </exclusions>
  479. </dependency>
  480. <dependency>
  481. <groupId>javax.servlet</groupId>
  482. <artifactId>jsp-api</artifactId>
  483. <version>2.0</version>
  484. <scope>provided</scope>
  485. </dependency>
  486. <dependency>
  487. <groupId>javax.servlet</groupId>
  488. <artifactId>jstl</artifactId>
  489. <version>1.1.2</version>
  490. </dependency>
  491. <dependency>
  492. <groupId>log4j</groupId>
  493. <artifactId>log4j</artifactId>
  494. <version>1.2.14</version>
  495. </dependency>
  496. <dependency>
  497. <groupId>org.apache.lucene</groupId>
  498. <artifactId>lucene-core</artifactId>
  499. <version>2.3.1</version>
  500. </dependency>
  501. <dependency>
  502. <groupId>javax.mail</groupId>
  503. <artifactId>mail</artifactId>
  504. <version>1.4</version>
  505. </dependency>
  506. <dependency>
  507. <groupId>org.apache.maven</groupId>
  508. <artifactId>maven-artifact-manager</artifactId>
  509. <version>${maven.version}</version>
  510. <exclusions>
  511. <exclusion>
  512. <groupId>org.codehaus.plexus</groupId>
  513. <artifactId>plexus-container-default</artifactId>
  514. </exclusion>
  515. </exclusions>
  516. </dependency>
  517. <dependency>
  518. <groupId>org.apache.maven</groupId>
  519. <artifactId>maven-model</artifactId>
  520. <version>${maven.version}</version>
  521. </dependency>
  522. <dependency>
  523. <groupId>org.apache.maven</groupId>
  524. <artifactId>maven-repository-metadata</artifactId>
  525. <version>${maven.version}</version>
  526. </dependency>
  527. <dependency>
  528. <groupId>org.codehaus.plexus</groupId>
  529. <artifactId>plexus-component-api</artifactId>
  530. <version>1.0-alpha-22</version>
  531. </dependency>
  532. <dependency>
  533. <groupId>org.codehaus.plexus</groupId>
  534. <artifactId>plexus-digest</artifactId>
  535. <version>1.1</version>
  536. </dependency>
  537. <dependency>
  538. <groupId>org.codehaus.plexus</groupId>
  539. <artifactId>plexus-expression-evaluator</artifactId>
  540. <version>1.0-rc1</version>
  541. <exclusions>
  542. <exclusion>
  543. <groupId>org.codehaus.plexus</groupId>
  544. <artifactId>plexus-container-default</artifactId>
  545. </exclusion>
  546. </exclusions>
  547. </dependency>
  548. <dependency>
  549. <groupId>org.codehaus.plexus</groupId>
  550. <artifactId>plexus-i18n</artifactId>
  551. <version>1.0-beta-6</version>
  552. <exclusions>
  553. <exclusion>
  554. <groupId>org.codehaus.plexus</groupId>
  555. <artifactId>plexus-container-default</artifactId>
  556. </exclusion>
  557. </exclusions>
  558. </dependency>
  559. <dependency>
  560. <groupId>org.codehaus.plexus</groupId>
  561. <artifactId>plexus-jdo2</artifactId>
  562. <version>1.0-alpha-8</version>
  563. <exclusions>
  564. <exclusion>
  565. <groupId>org.codehaus.plexus</groupId>
  566. <artifactId>plexus-container-default</artifactId>
  567. </exclusion>
  568. </exclusions>
  569. </dependency>
  570. <dependency>
  571. <groupId>org.codehaus.plexus</groupId>
  572. <artifactId>plexus-quartz</artifactId>
  573. <version>1.0-alpha-3</version>
  574. <exclusions>
  575. <exclusion>
  576. <groupId>commons-logging</groupId>
  577. <artifactId>commons-logging</artifactId>
  578. </exclusion>
  579. <exclusion>
  580. <groupId>org.codehaus.plexus</groupId>
  581. <artifactId>plexus-container-default</artifactId>
  582. </exclusion>
  583. </exclusions>
  584. </dependency>
  585. <dependency>
  586. <groupId>org.codehaus.plexus</groupId>
  587. <artifactId>plexus-slf4j-logging</artifactId>
  588. <version>1.1-alpha-1</version>
  589. <exclusions>
  590. <exclusion>
  591. <groupId>org.slf4j</groupId>
  592. <artifactId>slf4j-simple</artifactId>
  593. </exclusion>
  594. <exclusion>
  595. <groupId>org.codehaus.plexus</groupId>
  596. <artifactId>plexus-container-default</artifactId>
  597. </exclusion>
  598. </exclusions>
  599. </dependency>
  600. <dependency>
  601. <groupId>org.codehaus.plexus</groupId>
  602. <artifactId>plexus-taskqueue</artifactId>
  603. <version>1.0-alpha-8</version>
  604. </dependency>
  605. <dependency>
  606. <groupId>org.codehaus.plexus</groupId>
  607. <artifactId>plexus-utils</artifactId>
  608. <version>1.4.5</version>
  609. </dependency>
  610. <dependency>
  611. <groupId>org.codehaus.plexus.cache</groupId>
  612. <artifactId>plexus-cache-api</artifactId>
  613. <version>1.0-alpha-2</version>
  614. <exclusions>
  615. <exclusion>
  616. <groupId>org.codehaus.plexus</groupId>
  617. <artifactId>plexus-container-default</artifactId>
  618. </exclusion>
  619. </exclusions>
  620. </dependency>
  621. <dependency>
  622. <groupId>org.codehaus.plexus.cache</groupId>
  623. <artifactId>plexus-cache-ehcache</artifactId>
  624. <version>1.0-alpha-2</version>
  625. <exclusions>
  626. <exclusion>
  627. <groupId>org.codehaus.plexus</groupId>
  628. <artifactId>plexus-container-default</artifactId>
  629. </exclusion>
  630. </exclusions>
  631. </dependency>
  632. <dependency>
  633. <groupId>org.codehaus.plexus.redback</groupId>
  634. <artifactId>redback-rbac-memory</artifactId>
  635. <version>${redback.version}</version>
  636. <scope>test</scope>
  637. <exclusions>
  638. <exclusion>
  639. <groupId>org.codehaus.plexus</groupId>
  640. <artifactId>plexus-container-default</artifactId>
  641. </exclusion>
  642. </exclusions>
  643. </dependency>
  644. <dependency>
  645. <groupId>org.codehaus.plexus.redback</groupId>
  646. <artifactId>redback-users-memory</artifactId>
  647. <version>${redback.version}</version>
  648. <scope>test</scope>
  649. <exclusions>
  650. <exclusion>
  651. <groupId>org.codehaus.plexus</groupId>
  652. <artifactId>plexus-container-default</artifactId>
  653. </exclusion>
  654. </exclusions>
  655. </dependency>
  656. <dependency>
  657. <groupId>org.codehaus.plexus.redback</groupId>
  658. <artifactId>redback-keys-memory</artifactId>
  659. <version>${redback.version}</version>
  660. <scope>test</scope>
  661. <exclusions>
  662. <exclusion>
  663. <groupId>org.codehaus.plexus</groupId>
  664. <artifactId>plexus-container-default</artifactId>
  665. </exclusion>
  666. </exclusions>
  667. </dependency>
  668. <dependency>
  669. <groupId>org.codehaus.plexus.redback</groupId>
  670. <artifactId>redback-rbac-model</artifactId>
  671. <version>${redback.version}</version>
  672. <exclusions>
  673. <exclusion>
  674. <groupId>org.codehaus.plexus</groupId>
  675. <artifactId>plexus-container-default</artifactId>
  676. </exclusion>
  677. </exclusions>
  678. </dependency>
  679. <dependency>
  680. <groupId>org.codehaus.plexus.redback</groupId>
  681. <artifactId>redback-authorization-rbac</artifactId>
  682. <version>${redback.version}</version>
  683. <exclusions>
  684. <exclusion>
  685. <groupId>org.codehaus.plexus</groupId>
  686. <artifactId>plexus-container-default</artifactId>
  687. </exclusion>
  688. </exclusions>
  689. </dependency>
  690. <dependency>
  691. <groupId>org.codehaus.plexus.redback</groupId>
  692. <artifactId>redback-rbac-role-manager</artifactId>
  693. <version>${redback.version}</version>
  694. <exclusions>
  695. <exclusion>
  696. <groupId>org.codehaus.plexus</groupId>
  697. <artifactId>plexus-container-default</artifactId>
  698. </exclusion>
  699. </exclusions>
  700. </dependency>
  701. <dependency>
  702. <groupId>org.codehaus.plexus.redback</groupId>
  703. <artifactId>redback-system</artifactId>
  704. <version>${redback.version}</version>
  705. <exclusions>
  706. <exclusion>
  707. <groupId>org.codehaus.plexus</groupId>
  708. <artifactId>plexus-container-default</artifactId>
  709. </exclusion>
  710. </exclusions>
  711. </dependency>
  712. <dependency>
  713. <groupId>org.codehaus.plexus.redback</groupId>
  714. <artifactId>redback-taglib</artifactId>
  715. <version>${redback.version}</version>
  716. <exclusions>
  717. <exclusion>
  718. <groupId>org.codehaus.plexus</groupId>
  719. <artifactId>plexus-container-default</artifactId>
  720. </exclusion>
  721. </exclusions>
  722. </dependency>
  723. <dependency>
  724. <groupId>org.codehaus.plexus.redback</groupId>
  725. <artifactId>redback-xwork-content</artifactId>
  726. <version>${redback.version}</version>
  727. <type>war</type>
  728. <exclusions>
  729. <exclusion>
  730. <groupId>classworlds</groupId>
  731. <artifactId>classworlds</artifactId>
  732. </exclusion>
  733. </exclusions>
  734. </dependency>
  735. <dependency>
  736. <groupId>org.codehaus.plexus.redback</groupId>
  737. <artifactId>redback-xwork-integration</artifactId>
  738. <version>${redback.version}</version>
  739. <exclusions>
  740. <exclusion>
  741. <groupId>classworlds</groupId>
  742. <artifactId>classworlds</artifactId>
  743. </exclusion>
  744. <exclusion>
  745. <groupId>velocity</groupId>
  746. <artifactId>velocity-dep</artifactId>
  747. </exclusion>
  748. <exclusion>
  749. <groupId>commons-logging</groupId>
  750. <artifactId>commons-logging</artifactId>
  751. </exclusion>
  752. <exclusion>
  753. <groupId>org.codehaus.plexus</groupId>
  754. <artifactId>plexus-container-default</artifactId>
  755. </exclusion>
  756. </exclusions>
  757. </dependency>
  758. <dependency>
  759. <groupId>org.codehaus.plexus.registry</groupId>
  760. <artifactId>plexus-registry-api</artifactId>
  761. <version>1.0-alpha-2</version>
  762. <exclusions>
  763. <exclusion>
  764. <groupId>org.codehaus.plexus</groupId>
  765. <artifactId>plexus-container-default</artifactId>
  766. </exclusion>
  767. </exclusions>
  768. </dependency>
  769. <dependency>
  770. <groupId>org.codehaus.plexus.registry</groupId>
  771. <artifactId>plexus-registry-commons</artifactId>
  772. <version>1.0-alpha-2</version>
  773. <exclusions>
  774. <exclusion>
  775. <groupId>ant</groupId>
  776. <artifactId>ant-optional</artifactId>
  777. </exclusion>
  778. <exclusion>
  779. <groupId>jdom</groupId>
  780. <artifactId>jdom</artifactId>
  781. </exclusion>
  782. <exclusion>
  783. <groupId>commons-logging</groupId>
  784. <artifactId>commons-logging-api</artifactId>
  785. </exclusion>
  786. <exclusion>
  787. <groupId>commons-logging</groupId>
  788. <artifactId>commons-logging</artifactId>
  789. </exclusion>
  790. </exclusions>
  791. </dependency>
  792. <dependency>
  793. <groupId>javax.servlet</groupId>
  794. <artifactId>servlet-api</artifactId>
  795. <version>2.4</version>
  796. </dependency>
  797. <dependency>
  798. <groupId>opensymphony</groupId>
  799. <artifactId>sitemesh</artifactId>
  800. <version>2.2.1</version>
  801. </dependency>
  802. <dependency>
  803. <groupId>org.slf4j</groupId>
  804. <artifactId>jcl104-over-slf4j</artifactId>
  805. <version>1.5.0</version>
  806. </dependency>
  807. <dependency>
  808. <groupId>org.slf4j</groupId>
  809. <artifactId>slf4j-api</artifactId>
  810. <version>1.5.0</version>
  811. </dependency>
  812. <dependency>
  813. <groupId>org.slf4j</groupId>
  814. <artifactId>slf4j-simple</artifactId>
  815. <version>1.5.0</version>
  816. </dependency>
  817. <dependency>
  818. <groupId>org.slf4j</groupId>
  819. <artifactId>slf4j-log4j12</artifactId>
  820. <version>1.5.0</version>
  821. </dependency>
  822. <dependency>
  823. <groupId>taglibs</groupId>
  824. <artifactId>standard</artifactId>
  825. <version>1.1.2</version>
  826. </dependency>
  827. <dependency>
  828. <groupId>org.apache.maven.wagon</groupId>
  829. <artifactId>wagon-file</artifactId>
  830. <version>${wagon.version}</version>
  831. </dependency>
  832. <dependency>
  833. <groupId>org.apache.maven.wagon</groupId>
  834. <artifactId>wagon-http-lightweight</artifactId>
  835. <version>${wagon.version}</version>
  836. <exclusions>
  837. <exclusion>
  838. <groupId>nekohtml</groupId>
  839. <artifactId>xercesMinimal</artifactId>
  840. </exclusion>
  841. </exclusions>
  842. </dependency>
  843. <dependency>
  844. <groupId>org.apache.maven.wagon</groupId>
  845. <artifactId>wagon-provider-api</artifactId>
  846. <version>${wagon.version}</version>
  847. </dependency>
  848. <dependency>
  849. <groupId>com.opensymphony</groupId>
  850. <artifactId>webwork</artifactId>
  851. <version>2.2.6</version>
  852. <exclusions>
  853. <exclusion>
  854. <groupId>commons-logging</groupId>
  855. <artifactId>commons-logging</artifactId>
  856. </exclusion>
  857. </exclusions>
  858. </dependency>
  859. <dependency>
  860. <groupId>xmlunit</groupId>
  861. <artifactId>xmlunit</artifactId>
  862. <version>1.0</version>
  863. </dependency>
  864. <dependency>
  865. <groupId>joda-time</groupId>
  866. <artifactId>joda-time</artifactId>
  867. <version>1.5.2</version>
  868. </dependency>
  869. <dependency>
  870. <groupId>org.mortbay.jetty</groupId>
  871. <artifactId>jetty</artifactId>
  872. <version>${jetty.version}</version>
  873. </dependency>
  874. <!-- Transitive versions to manage -->
  875. <dependency>
  876. <groupId>org.springframework</groupId>
  877. <artifactId>spring-context</artifactId>
  878. <version>2.5.1</version>
  879. <exclusions>
  880. <exclusion>
  881. <groupId>commons-logging</groupId>
  882. <artifactId>commons-logging</artifactId>
  883. </exclusion>
  884. </exclusions>
  885. </dependency>
  886. <dependency>
  887. <groupId>org.springframework</groupId>
  888. <artifactId>spring-web</artifactId>
  889. <version>2.5.1</version>
  890. <exclusions>
  891. <exclusion>
  892. <groupId>commons-logging</groupId>
  893. <artifactId>commons-logging</artifactId>
  894. </exclusion>
  895. </exclusions>
  896. </dependency>
  897. <dependency>
  898. <groupId>org.apache.maven</groupId>
  899. <artifactId>maven-artifact</artifactId>
  900. <version>${maven.version}</version>
  901. </dependency>
  902. <dependency>
  903. <groupId>org.apache.maven</groupId>
  904. <artifactId>maven-project</artifactId>
  905. <version>${maven.version}</version>
  906. <exclusions>
  907. <exclusion>
  908. <groupId>org.codehaus.plexus</groupId>
  909. <artifactId>plexus-container-default</artifactId>
  910. </exclusion>
  911. </exclusions>
  912. </dependency>
  913. <dependency>
  914. <groupId>jdom</groupId>
  915. <artifactId>jdom</artifactId>
  916. <version>1.0</version>
  917. </dependency>
  918. <dependency>
  919. <groupId>org.apache.maven.shared</groupId>
  920. <artifactId>maven-model-converter</artifactId>
  921. <version>2.1</version>
  922. <exclusions>
  923. <exclusion>
  924. <groupId>org.codehaus.plexus</groupId>
  925. <artifactId>plexus-container-default</artifactId>
  926. </exclusion>
  927. </exclusions>
  928. </dependency>
  929. <dependency>
  930. <groupId>org.codehaus.plexus</groupId>
  931. <artifactId>plexus-xwork-integration</artifactId>
  932. <version>1.0-alpha-7</version>
  933. <exclusions>
  934. <exclusion>
  935. <groupId>velocity</groupId>
  936. <artifactId>velocity-dep</artifactId>
  937. </exclusion>
  938. </exclusions>
  939. </dependency>
  940. <dependency>
  941. <groupId>net.sf.ehcache</groupId>
  942. <artifactId>ehcache</artifactId>
  943. <version>1.3.0</version>
  944. <exclusions>
  945. <exclusion>
  946. <groupId>commons-logging</groupId>
  947. <artifactId>commons-logging</artifactId>
  948. </exclusion>
  949. </exclusions>
  950. </dependency>
  951. </dependencies>
  952. </dependencyManagement>
  953. <properties>
  954. <maven.version>2.0.8</maven.version>
  955. <wagon.version>1.0-beta-4</wagon.version>
  956. <redback.version>1.0.3</redback.version>
  957. <jetty.version>6.1.6</jetty.version>
  958. </properties>
  959. <profiles>
  960. <profile>
  961. <id>release</id>
  962. <build>
  963. <plugins>
  964. <plugin>
  965. <artifactId>maven-assembly-plugin</artifactId>
  966. <version>2.2-beta-2</version>
  967. <inherited>false</inherited>
  968. <configuration>
  969. <descriptors>
  970. <descriptor>src/main/assembly/src.xml</descriptor>
  971. </descriptors>
  972. <tarLongFileMode>gnu</tarLongFileMode>
  973. <finalName>apache-archiva-${project.version}-src</finalName>
  974. </configuration>
  975. <executions>
  976. <execution>
  977. <id>make-assembly</id>
  978. <phase>package</phase>
  979. <goals>
  980. <goal>single</goal>
  981. </goals>
  982. </execution>
  983. </executions>
  984. </plugin>
  985. <!-- We want to sign the artifact, the POM, and all attached artifacts -->
  986. <plugin>
  987. <groupId>org.apache.maven.plugins</groupId>
  988. <artifactId>maven-gpg-plugin</artifactId>
  989. <configuration>
  990. <passphrase>${gpg.passphrase}</passphrase>
  991. </configuration>
  992. <executions>
  993. <execution>
  994. <goals>
  995. <goal>sign</goal>
  996. </goals>
  997. </execution>
  998. </executions>
  999. </plugin>
  1000. <!-- We want to deploy the artifact to a staging location for perusal -->
  1001. <plugin>
  1002. <inherited>true</inherited>
  1003. <groupId>org.apache.maven.plugins</groupId>
  1004. <artifactId>maven-deploy-plugin</artifactId>
  1005. <configuration>
  1006. <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
  1007. <updateReleaseInfo>true</updateReleaseInfo>
  1008. </configuration>
  1009. </plugin>
  1010. <plugin>
  1011. <groupId>org.apache.maven.plugins</groupId>
  1012. <artifactId>maven-source-plugin</artifactId>
  1013. <version>2.0.4</version>
  1014. <executions>
  1015. <execution>
  1016. <id>attach-sources</id>
  1017. <goals>
  1018. <goal>jar</goal>
  1019. </goals>
  1020. </execution>
  1021. </executions>
  1022. </plugin>
  1023. <plugin>
  1024. <groupId>org.apache.maven.plugins</groupId>
  1025. <artifactId>maven-javadoc-plugin</artifactId>
  1026. <version>2.4</version>
  1027. <executions>
  1028. <execution>
  1029. <id>attach-javadocs</id>
  1030. <goals>
  1031. <goal>jar</goal>
  1032. </goals>
  1033. </execution>
  1034. </executions>
  1035. </plugin>
  1036. </plugins>
  1037. </build>
  1038. </profile>
  1039. <profile>
  1040. <id>buildWithSnapshots</id>
  1041. <repositories>
  1042. <repository>
  1043. <releases>
  1044. <enabled>false</enabled>
  1045. </releases>
  1046. <snapshots>
  1047. <enabled>true</enabled>
  1048. </snapshots>
  1049. <id>codehaus.org.snapshots</id>
  1050. <name>Codehaus Snapshots Repository</name>
  1051. <url>http://snapshots.repository.codehaus.org</url>
  1052. </repository>
  1053. </repositories>
  1054. </profile>
  1055. </profiles>
  1056. </project>