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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  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.maven</groupId>
  24. <artifactId>maven-parent</artifactId>
  25. <version>5</version>
  26. <relativePath>../pom/maven/pom.xml</relativePath>
  27. </parent>
  28. <groupId>org.apache.maven.archiva</groupId>
  29. <artifactId>archiva-parent</artifactId>
  30. <packaging>pom</packaging>
  31. <name>Archiva</name>
  32. <version>1.0-beta-3-SNAPSHOT</version>
  33. <description>
  34. Archiva is an application for managing one or more remote
  35. repositories, including administration, artifact handling,
  36. browsing and searching.
  37. </description>
  38. <url>http://maven.apache.org/archiva</url>
  39. <issueManagement>
  40. <system>jira</system>
  41. <url>http://jira.codehaus.org/browse/MRM</url>
  42. </issueManagement>
  43. <mailingLists>
  44. <mailingList>
  45. <name>Maven Archiva User List</name>
  46. <subscribe>archiva-users-subscribe@maven.apache.org</subscribe>
  47. <unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe>
  48. <post>archiva-users@maven.apache.org</post>
  49. <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
  50. </mailingList>
  51. <mailingList>
  52. <name>Maven Archiva Developer List</name>
  53. <subscribe>archiva-dev-subscribe@maven.apache.org</subscribe>
  54. <unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe>
  55. <post>archiva-dev@maven.apache.org</post>
  56. <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
  57. </mailingList>
  58. <mailingList>
  59. <name>Maven Archiva Commits List</name>
  60. <subscribe>archiva-commits-subscribe@maven.apache.org</subscribe>
  61. <unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe>
  62. <post>archiva-commits@maven.apache.org</post>
  63. <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
  64. </mailingList>
  65. </mailingLists>
  66. <scm>
  67. <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archiva/trunk</connection>
  68. <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/trunk</developerConnection>
  69. <url>http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk</url>
  70. </scm>
  71. <distributionManagement>
  72. <repository>
  73. <id>apache.releases</id>
  74. <url>scpexe://people.apache.org/www/people.apache.org/builds/maven/archiva/${version}/m2-staging-repository</url>
  75. </repository>
  76. <site>
  77. <id>apache.website</id>
  78. <url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url>
  79. </site>
  80. </distributionManagement>
  81. <build>
  82. <plugins>
  83. <plugin>
  84. <groupId>org.codehaus.plexus</groupId>
  85. <artifactId>plexus-maven-plugin</artifactId>
  86. <version>1.3.5</version>
  87. <executions>
  88. <execution>
  89. <id>generate</id>
  90. <goals>
  91. <goal>descriptor</goal>
  92. </goals>
  93. </execution>
  94. </executions>
  95. </plugin>
  96. <!-- Doesn't work on Mac with Java 6 yet
  97. <plugin>
  98. <artifactId>maven-enforcer-plugin</artifactId>
  99. <executions>
  100. <execution>
  101. <id>enforce-java</id>
  102. <goals>
  103. <goal>enforce-once</goal>
  104. </goals>
  105. <configuration>
  106. <rules>
  107. <requireJavaVersion>
  108. <version>1.5.0</version>
  109. </requireJavaVersion>
  110. </rules>
  111. </configuration>
  112. </execution>
  113. </executions>
  114. </plugin>
  115. -->
  116. <plugin>
  117. <artifactId>maven-compiler-plugin</artifactId>
  118. <configuration>
  119. <source>1.5</source>
  120. <target>1.5</target>
  121. </configuration>
  122. </plugin>
  123. <plugin>
  124. <artifactId>maven-idea-plugin</artifactId>
  125. <configuration>
  126. <jdkLevel>1.5</jdkLevel>
  127. </configuration>
  128. </plugin>
  129. <plugin>
  130. <artifactId>maven-surefire-plugin</artifactId>
  131. <version>2.2</version>
  132. </plugin>
  133. <plugin>
  134. <groupId>org.apache.maven.plugins</groupId>
  135. <artifactId>maven-remote-resources-plugin</artifactId>
  136. <version>1.0-alpha-5</version>
  137. <executions>
  138. <execution>
  139. <goals>
  140. <goal>process</goal>
  141. </goals>
  142. <configuration>
  143. <resourceBundles>
  144. <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
  145. </resourceBundles>
  146. </configuration>
  147. </execution>
  148. </executions>
  149. </plugin>
  150. </plugins>
  151. <pluginManagement>
  152. <plugins>
  153. <plugin>
  154. <artifactId>maven-idea-plugin</artifactId>
  155. <configuration>
  156. <jdkLevel>1.4</jdkLevel>
  157. </configuration>
  158. </plugin>
  159. <plugin>
  160. <artifactId>maven-release-plugin</artifactId>
  161. <configuration>
  162. <tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
  163. <preparationGoals>clean install</preparationGoals>
  164. </configuration>
  165. </plugin>
  166. <plugin>
  167. <groupId>org.codehaus.modello</groupId>
  168. <artifactId>modello-maven-plugin</artifactId>
  169. <version>1.0-alpha-15</version>
  170. </plugin>
  171. </plugins>
  172. </pluginManagement>
  173. </build>
  174. <modules>
  175. <module>archiva-base</module>
  176. <module>archiva-database</module>
  177. <module>archiva-reporting</module>
  178. <module>archiva-scheduled</module>
  179. <module>archiva-web</module>
  180. <module>archiva-cli</module>
  181. <module>archiva-site</module>
  182. <!-- <module>maven-meeper</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>easymock</groupId>
  193. <artifactId>easymock</artifactId>
  194. <version>1.2_Java1.3</version>
  195. <scope>test</scope>
  196. </dependency>
  197. </dependencies>
  198. <dependencyManagement>
  199. <dependencies>
  200. <dependency>
  201. <groupId>javax.activation</groupId>
  202. <artifactId>activation</artifactId>
  203. <version>1.1</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>org.apache.maven.archiva</groupId>
  207. <artifactId>archiva-applet</artifactId>
  208. <version>${pom.version}</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>org.apache.maven.archiva</groupId>
  212. <artifactId>archiva-artifact-converter</artifactId>
  213. <version>${pom.version}</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>org.apache.maven.archiva</groupId>
  217. <artifactId>archiva-artifact-reports</artifactId>
  218. <version>${pom.version}</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.apache.maven.archiva</groupId>
  222. <artifactId>archiva-common</artifactId>
  223. <version>${pom.version}</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>org.apache.maven.archiva</groupId>
  227. <artifactId>archiva-configuration</artifactId>
  228. <version>${pom.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.apache.maven.archiva</groupId>
  232. <artifactId>archiva-consumer-api</artifactId>
  233. <version>${pom.version}</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.apache.maven.archiva</groupId>
  237. <artifactId>archiva-converter</artifactId>
  238. <version>${pom.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>org.apache.maven.archiva</groupId>
  242. <artifactId>archiva-dependency-graph</artifactId>
  243. <version>${pom.version}</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>org.apache.maven.archiva</groupId>
  247. <artifactId>archiva-core</artifactId>
  248. <version>${pom.version}</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>org.apache.maven.archiva</groupId>
  252. <artifactId>archiva-core-consumers</artifactId>
  253. <version>${pom.version}</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>org.apache.maven.archiva</groupId>
  257. <artifactId>archiva-database</artifactId>
  258. <version>${pom.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>org.apache.maven.archiva</groupId>
  262. <artifactId>archiva-database-consumers</artifactId>
  263. <version>${pom.version}</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.apache.maven.archiva</groupId>
  267. <artifactId>archiva-indexer</artifactId>
  268. <version>${pom.version}</version>
  269. </dependency>
  270. <dependency>
  271. <groupId>org.apache.maven.archiva</groupId>
  272. <artifactId>archiva-lucene-consumers</artifactId>
  273. <version>${pom.version}</version>
  274. </dependency>
  275. <dependency>
  276. <groupId>org.apache.maven.archiva</groupId>
  277. <artifactId>archiva-model</artifactId>
  278. <version>${pom.version}</version>
  279. </dependency>
  280. <dependency>
  281. <groupId>org.apache.maven.archiva</groupId>
  282. <artifactId>archiva-plexus-application</artifactId>
  283. <version>${pom.version}</version>
  284. <type>plexus-application</type>
  285. </dependency>
  286. <dependency>
  287. <groupId>org.apache.maven.archiva</groupId>
  288. <artifactId>archiva-policies</artifactId>
  289. <version>${pom.version}</version>
  290. </dependency>
  291. <dependency>
  292. <groupId>org.apache.maven.archiva</groupId>
  293. <artifactId>archiva-proxy</artifactId>
  294. <version>${pom.version}</version>
  295. </dependency>
  296. <dependency>
  297. <groupId>org.apache.maven.archiva</groupId>
  298. <artifactId>archiva-report-manager</artifactId>
  299. <version>${pom.version}</version>
  300. </dependency>
  301. <dependency>
  302. <groupId>org.apache.maven.archiva</groupId>
  303. <artifactId>archiva-repository-layer</artifactId>
  304. <version>${pom.version}</version>
  305. </dependency>
  306. <dependency>
  307. <groupId>org.apache.maven.archiva</groupId>
  308. <artifactId>archiva-scheduled</artifactId>
  309. <version>${pom.version}</version>
  310. </dependency>
  311. <dependency>
  312. <groupId>org.apache.maven.archiva</groupId>
  313. <artifactId>archiva-security</artifactId>
  314. <version>${pom.version}</version>
  315. </dependency>
  316. <dependency>
  317. <groupId>org.apache.maven.archiva</groupId>
  318. <artifactId>archiva-signature-consumers</artifactId>
  319. <version>${pom.version}</version>
  320. </dependency>
  321. <dependency>
  322. <groupId>org.apache.maven.archiva</groupId>
  323. <artifactId>archiva-transaction</artifactId>
  324. <version>${pom.version}</version>
  325. </dependency>
  326. <dependency>
  327. <groupId>org.apache.maven.archiva</groupId>
  328. <artifactId>archiva-webapp</artifactId>
  329. <version>${pom.version}</version>
  330. <type>war</type>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.apache.maven.archiva</groupId>
  334. <artifactId>archiva-xml-tools</artifactId>
  335. <version>${pom.version}</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>commons-collections</groupId>
  339. <artifactId>commons-collections</artifactId>
  340. <version>3.2</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>commons-io</groupId>
  344. <artifactId>commons-io</artifactId>
  345. <version>1.2</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>commons-lang</groupId>
  349. <artifactId>commons-lang</artifactId>
  350. <version>2.2</version>
  351. </dependency>
  352. <dependency>
  353. <groupId>commons-logging</groupId>
  354. <artifactId>commons-logging</artifactId>
  355. <version>1.0.4</version>
  356. </dependency>
  357. <dependency>
  358. <groupId>commons-logging</groupId>
  359. <artifactId>commons-logging-api</artifactId>
  360. <version>1.0.4</version>
  361. </dependency>
  362. <dependency>
  363. <groupId>org.apache.derby</groupId>
  364. <artifactId>derby</artifactId>
  365. <version>10.1.3.1</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>org.apache.derby</groupId>
  369. <artifactId>derbytools</artifactId>
  370. <version>10.1.3.1</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>dom4j</groupId>
  374. <artifactId>dom4j</artifactId>
  375. <version>1.6.1</version>
  376. </dependency>
  377. <dependency>
  378. <groupId>hsqldb</groupId>
  379. <artifactId>hsqldb</artifactId>
  380. <version>1.8.0.7</version>
  381. </dependency>
  382. <dependency>
  383. <groupId>jaxen</groupId>
  384. <artifactId>jaxen</artifactId>
  385. <version>1.1</version>
  386. </dependency>
  387. <dependency>
  388. <groupId>javax.jdo</groupId>
  389. <artifactId>jdo2-api</artifactId>
  390. <version>2.0</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>jdom</groupId>
  394. <artifactId>jdom</artifactId>
  395. <version>1.0</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>jpox</groupId>
  399. <artifactId>jpox</artifactId>
  400. <version>1.1.7</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>javax.servlet</groupId>
  404. <artifactId>jsp-api</artifactId>
  405. <version>2.0</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>javax.servlet</groupId>
  409. <artifactId>jstl</artifactId>
  410. <version>1.1.2</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>log4j</groupId>
  414. <artifactId>log4j</artifactId>
  415. <version>1.2.8</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>org.apache.lucene</groupId>
  419. <artifactId>lucene-core</artifactId>
  420. <version>2.0.0</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>javax.mail</groupId>
  424. <artifactId>mail</artifactId>
  425. <version>1.4</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.apache.maven</groupId>
  429. <artifactId>maven-artifact</artifactId>
  430. <version>${maven.version}</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>org.apache.maven</groupId>
  434. <artifactId>maven-artifact-manager</artifactId>
  435. <version>${maven.version}</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>org.apache.maven</groupId>
  439. <artifactId>maven-model</artifactId>
  440. <version>${maven.version}</version>
  441. </dependency>
  442. <dependency>
  443. <groupId>org.apache.maven</groupId>
  444. <artifactId>maven-project</artifactId>
  445. <version>${maven.version}</version>
  446. </dependency>
  447. <dependency>
  448. <groupId>org.apache.maven</groupId>
  449. <artifactId>maven-repository-metadata</artifactId>
  450. <version>${maven.version}</version>
  451. </dependency>
  452. <dependency>
  453. <groupId>org.apache.maven.shared</groupId>
  454. <artifactId>maven-app-configuration-model</artifactId>
  455. <version>1.0</version>
  456. </dependency>
  457. <dependency>
  458. <groupId>org.apache.maven.shared</groupId>
  459. <artifactId>maven-app-configuration-web</artifactId>
  460. <version>1.0</version>
  461. </dependency>
  462. <dependency>
  463. <groupId>org.apache.maven.shared</groupId>
  464. <artifactId>maven-model-converter</artifactId>
  465. <version>2.1</version>
  466. </dependency>
  467. <dependency>
  468. <groupId>org.codehaus.plexus</groupId>
  469. <artifactId>plexus-appserver-host</artifactId>
  470. <version>2.0-alpha-8</version>
  471. </dependency>
  472. <dependency>
  473. <groupId>org.codehaus.plexus</groupId>
  474. <artifactId>plexus-appserver-service-jetty</artifactId>
  475. <version>2.0-alpha-8</version>
  476. <type>plexus-service</type>
  477. </dependency>
  478. <dependency>
  479. <groupId>org.codehaus.plexus</groupId>
  480. <artifactId>plexus-cli</artifactId>
  481. <version>1.1</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>org.codehaus.plexus</groupId>
  485. <artifactId>plexus-command-line</artifactId>
  486. <version>1.0-alpha-2</version>
  487. </dependency>
  488. <dependency>
  489. <groupId>org.codehaus.plexus</groupId>
  490. <artifactId>plexus-component-api</artifactId>
  491. <version>1.0-alpha-22</version>
  492. </dependency>
  493. <dependency>
  494. <groupId>org.codehaus.plexus</groupId>
  495. <artifactId>plexus-container-default</artifactId>
  496. <version>1.0-alpha-22</version>
  497. </dependency>
  498. <dependency>
  499. <groupId>org.codehaus.plexus</groupId>
  500. <artifactId>plexus-digest</artifactId>
  501. <version>1.1</version>
  502. </dependency>
  503. <dependency>
  504. <groupId>org.codehaus.plexus</groupId>
  505. <artifactId>plexus-expression-evaluator</artifactId>
  506. <version>1.0-alpha-2-SNAPSHOT</version>
  507. </dependency>
  508. <dependency>
  509. <groupId>org.codehaus.plexus</groupId>
  510. <artifactId>plexus-i18n</artifactId>
  511. <version>1.0-beta-6</version>
  512. </dependency>
  513. <dependency>
  514. <groupId>org.codehaus.plexus</groupId>
  515. <artifactId>plexus-jdo2</artifactId>
  516. <version>1.0-alpha-8</version>
  517. </dependency>
  518. <dependency>
  519. <groupId>org.codehaus.plexus</groupId>
  520. <artifactId>plexus-naming</artifactId>
  521. <version>1.0-alpha-3</version>
  522. </dependency>
  523. <dependency>
  524. <groupId>org.codehaus.plexus</groupId>
  525. <artifactId>plexus-quartz</artifactId>
  526. <version>1.0-alpha-3</version>
  527. </dependency>
  528. <dependency>
  529. <groupId>org.codehaus.plexus</groupId>
  530. <artifactId>plexus-slf4j-logging</artifactId>
  531. <version>1.1-alpha-1</version>
  532. </dependency>
  533. <dependency>
  534. <groupId>org.codehaus.plexus</groupId>
  535. <artifactId>plexus-taskqueue</artifactId>
  536. <version>1.0-alpha-6</version>
  537. </dependency>
  538. <dependency>
  539. <groupId>org.codehaus.plexus</groupId>
  540. <artifactId>plexus-utils</artifactId>
  541. <version>1.4</version>
  542. </dependency>
  543. <dependency>
  544. <groupId>org.codehaus.plexus</groupId>
  545. <artifactId>plexus-xwork-integration</artifactId>
  546. <version>1.0-alpha-7</version>
  547. </dependency>
  548. <dependency>
  549. <groupId>org.codehaus.plexus.cache</groupId>
  550. <artifactId>plexus-cache-api</artifactId>
  551. <version>1.0-alpha-2</version>
  552. </dependency>
  553. <dependency>
  554. <groupId>org.codehaus.plexus.cache</groupId>
  555. <artifactId>plexus-cache-ehcache</artifactId>
  556. <version>1.0-alpha-2</version>
  557. </dependency>
  558. <dependency>
  559. <groupId>net.sf.ehcache</groupId>
  560. <artifactId>ehcache</artifactId>
  561. <version>1.3.0</version>
  562. </dependency>
  563. <dependency>
  564. <groupId>org.codehaus.plexus.redback</groupId>
  565. <artifactId>redback-rbac-memory</artifactId>
  566. <version>${redback.version}</version>
  567. </dependency>
  568. <dependency>
  569. <groupId>org.codehaus.plexus.redback</groupId>
  570. <artifactId>redback-rbac-role-manager</artifactId>
  571. <version>${redback.version}</version>
  572. </dependency>
  573. <dependency>
  574. <groupId>org.codehaus.plexus.redback</groupId>
  575. <artifactId>redback-taglib</artifactId>
  576. <version>${redback.version}</version>
  577. </dependency>
  578. <dependency>
  579. <groupId>org.codehaus.plexus.redback</groupId>
  580. <artifactId>redback-xwork-content</artifactId>
  581. <version>${redback.version}</version>
  582. <type>war</type>
  583. </dependency>
  584. <dependency>
  585. <groupId>org.codehaus.plexus.redback</groupId>
  586. <artifactId>redback-xwork-integration</artifactId>
  587. <version>${redback.version}</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>org.codehaus.plexus.registry</groupId>
  591. <artifactId>plexus-registry-api</artifactId>
  592. <version>1.0-alpha-2</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>org.codehaus.plexus.registry</groupId>
  596. <artifactId>plexus-registry-commons</artifactId>
  597. <version>1.0-alpha-2</version>
  598. </dependency>
  599. <dependency>
  600. <groupId>org.codehaus.plexus.webdav</groupId>
  601. <artifactId>plexus-webdav-simple</artifactId>
  602. <version>1.0-alpha-4-SNAPSHOT</version>
  603. </dependency>
  604. <dependency>
  605. <groupId>javax.servlet</groupId>
  606. <artifactId>servlet-api</artifactId>
  607. <version>2.4</version>
  608. </dependency>
  609. <dependency>
  610. <groupId>opensymphony</groupId>
  611. <artifactId>sitemesh</artifactId>
  612. <version>2.2.1</version>
  613. </dependency>
  614. <dependency>
  615. <groupId>org.slf4j</groupId>
  616. <artifactId>slf4j-log4j12</artifactId>
  617. <version>1.2</version>
  618. </dependency>
  619. <dependency>
  620. <groupId>taglibs</groupId>
  621. <artifactId>standard</artifactId>
  622. <version>1.1.2</version>
  623. </dependency>
  624. <dependency>
  625. <groupId>org.apache.maven.wagon</groupId>
  626. <artifactId>wagon-file</artifactId>
  627. <version>${wagon.version}</version>
  628. </dependency>
  629. <dependency>
  630. <groupId>org.apache.maven.wagon</groupId>
  631. <artifactId>wagon-http-lightweight</artifactId>
  632. <version>${wagon.version}</version>
  633. </dependency>
  634. <dependency>
  635. <groupId>org.apache.maven.wagon</groupId>
  636. <artifactId>wagon-provider-api</artifactId>
  637. <version>${wagon.version}</version>
  638. </dependency>
  639. <dependency>
  640. <groupId>org.apache.maven.wagon</groupId>
  641. <artifactId>wagon-ssh</artifactId>
  642. <version>${wagon.version}</version>
  643. </dependency>
  644. <dependency>
  645. <groupId>com.opensymphony</groupId>
  646. <artifactId>webwork</artifactId>
  647. <version>2.2.6</version>
  648. </dependency>
  649. <dependency>
  650. <groupId>xmlunit</groupId>
  651. <artifactId>xmlunit</artifactId>
  652. <version>1.0</version>
  653. </dependency>
  654. </dependencies>
  655. </dependencyManagement>
  656. <reporting>
  657. <plugins>
  658. <plugin>
  659. <groupId>org.codehaus.mojo</groupId>
  660. <artifactId>cobertura-maven-plugin</artifactId>
  661. <version>2.0</version>
  662. </plugin>
  663. <plugin>
  664. <artifactId>maven-checkstyle-plugin</artifactId>
  665. <configuration>
  666. <configLocation>config/maven_checks.xml</configLocation>
  667. </configuration>
  668. </plugin>
  669. <plugin>
  670. <groupId>org.codehaus.mojo</groupId>
  671. <artifactId>changelog-maven-plugin</artifactId>
  672. </plugin>
  673. <plugin>
  674. <groupId>org.codehaus.mojo</groupId>
  675. <artifactId>taglist-maven-plugin</artifactId>
  676. </plugin>
  677. <plugin>
  678. <artifactId>maven-jxr-plugin</artifactId>
  679. <configuration>
  680. <aggregate>true</aggregate>
  681. </configuration>
  682. </plugin>
  683. <plugin>
  684. <artifactId>maven-surefire-report-plugin</artifactId>
  685. </plugin>
  686. <plugin>
  687. <artifactId>maven-javadoc-plugin</artifactId>
  688. <configuration>
  689. <source>1.5</source>
  690. <aggregate>true</aggregate>
  691. </configuration>
  692. </plugin>
  693. <plugin>
  694. <artifactId>maven-pmd-plugin</artifactId>
  695. <!-- TODO: choose appropriate rulesets -->
  696. </plugin>
  697. </plugins>
  698. </reporting>
  699. <profiles>
  700. <profile>
  701. <id>ci</id>
  702. <activation>
  703. <property>
  704. <name>enableCiProfile</name>
  705. <value>true</value>
  706. </property>
  707. </activation>
  708. <build>
  709. <plugins>
  710. <plugin>
  711. <groupId>org.apache.maven.plugins</groupId>
  712. <artifactId>maven-pmd-plugin</artifactId>
  713. <executions>
  714. <execution>
  715. <phase>process-sources</phase>
  716. <goals>
  717. <!-- TODO: after rules are set
  718. <goal>check</goal>
  719. -->
  720. <goal>cpd-check</goal>
  721. </goals>
  722. </execution>
  723. </executions>
  724. </plugin>
  725. <plugin>
  726. <groupId>org.apache.maven.plugins</groupId>
  727. <artifactId>maven-checkstyle-plugin</artifactId>
  728. <executions>
  729. <execution>
  730. <phase>process-sources</phase>
  731. <goals>
  732. <!-- TODO: reformat first, and correct the checks (some are not consistent with the Maven style)
  733. <goal>check</goal>
  734. -->
  735. </goals>
  736. </execution>
  737. </executions>
  738. </plugin>
  739. <plugin>
  740. <groupId>org.codehaus.mojo</groupId>
  741. <artifactId>cobertura-maven-plugin</artifactId>
  742. <version>2.0</version>
  743. <configuration>
  744. <check>
  745. <!-- TODO: raise to 85/100 -->
  746. <totalLineRate>77</totalLineRate>
  747. <totalBranchRate>95</totalBranchRate>
  748. </check>
  749. <instrumentation>
  750. <excludes>
  751. <exclude>**/*$*</exclude>
  752. </excludes>
  753. </instrumentation>
  754. </configuration>
  755. <executions>
  756. <execution>
  757. <id>clean</id>
  758. <goals>
  759. <goal>clean</goal>
  760. </goals>
  761. </execution>
  762. <execution>
  763. <id>check</id>
  764. <goals>
  765. <goal>check</goal>
  766. </goals>
  767. </execution>
  768. </executions>
  769. </plugin>
  770. </plugins>
  771. </build>
  772. </profile>
  773. <profile>
  774. <id>release</id>
  775. <build>
  776. <plugins>
  777. <plugin>
  778. <!-- TODO: Remove after maven-parent v6 is released -->
  779. <artifactId>maven-gpg-plugin</artifactId>
  780. <version>1.0-alpha-3</version>
  781. </plugin>
  782. <plugin>
  783. <artifactId>maven-assembly-plugin</artifactId>
  784. <version>2.2-beta-1</version>
  785. <inherited>false</inherited>
  786. <configuration>
  787. <descriptors>
  788. <descriptor>src/main/assembly/src.xml</descriptor>
  789. </descriptors>
  790. <tarLongFileMode>gnu</tarLongFileMode>
  791. <appendAssemblyId>false</appendAssemblyId>
  792. <finalName>apache-archiva-${version}-src</finalName>
  793. </configuration>
  794. <executions>
  795. <execution>
  796. <id>make-assembly</id>
  797. <phase>package</phase>
  798. <goals>
  799. <goal>single</goal>
  800. </goals>
  801. </execution>
  802. </executions>
  803. </plugin>
  804. </plugins>
  805. </build>
  806. </profile>
  807. </profiles>
  808. <properties>
  809. <maven.version>2.0.5</maven.version>
  810. <wagon.version>1.0-beta-2</wagon.version>
  811. <redback.version>1.0-alpha-3</redback.version>
  812. </properties>
  813. <!-- for plexus webdav snapshot -->
  814. <repositories>
  815. <repository>
  816. <id>codehaus.snapshots</id>
  817. <url>http://snapshots.repository.codehaus.org/</url>
  818. </repository>
  819. </repositories>
  820. </project>