project.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. * ========================================================================
  4. *
  5. * Copyright 2004, 2005, 2006 Acegi Technology Pty Limited
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * 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, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. * ========================================================================
  20. -->
  21. <project>
  22. <pomVersion>3</pomVersion>
  23. <groupId>org.acegisecurity</groupId>
  24. <currentVersion>1.1.0-SNAPSHOT</currentVersion>
  25. <package>org.acegisecurity</package>
  26. <description>Acegi Security System for Spring</description>
  27. <shortDescription>Acegi Security System for Spring</shortDescription>
  28. <organization>
  29. <name>Acegi Technology Pty Limited</name>
  30. <url>http://sourceforge.net/projects/acegisecurity</url>
  31. <logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>
  32. </organization>
  33. <inceptionYear>2004</inceptionYear>
  34. <logo>http://acegisecurity.org/logo.gif</logo>
  35. <url>http://acegisecurity.org/</url>
  36. <siteAddress>63.246.29.165</siteAddress>
  37. <siteDirectory>/home/acegi/acegisecurity.org/www/apache/htdocs</siteDirectory>
  38. <distributionSite>shell.sf.net</distributionSite>
  39. <distributionDirectory>/home/groups/a/ac/acegisecurity/htdocs/maven</distributionDirectory>
  40. <repository>
  41. <connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
  42. <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
  43. <url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
  44. </repository>
  45. <mailingLists>
  46. <mailingList>
  47. <name>Acegi Developer List</name>
  48. <subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
  49. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  50. </mailingList>
  51. <mailingList>
  52. <name>Acegi Developer List (at GMane)</name>
  53. <archive>http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</archive>
  54. </mailingList>
  55. <mailingList>
  56. <name>Acegi Developer List (at mail-archive.com)</name>
  57. <archive>http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</archive>
  58. </mailingList>
  59. <mailingList>
  60. <name>Spring User List</name>
  61. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  62. </mailingList>
  63. </mailingLists>
  64. <developers>
  65. <developer>
  66. <name>Ben Alex</name>
  67. <id>benalex</id>
  68. <email>benalex at users.sourceforge.net</email>
  69. <organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
  70. <timezone>+10</timezone>
  71. </developer>
  72. <developer>
  73. <name>Francois Beausoleil</name>
  74. <id>fbos</id>
  75. <email>fbos at users.sourceforge.net</email>
  76. </developer>
  77. <developer>
  78. <name>Colin Sampaleanu</name>
  79. <id>colins</id>
  80. <email>colinml1 at exis.com</email>
  81. </developer>
  82. <developer>
  83. <name>Carlos Sanchez</name>
  84. <id>carlossg</id>
  85. <email>carlossg at users.sourceforge.net</email>
  86. <timezone>+1</timezone>
  87. </developer>
  88. <developer>
  89. <name>Luke Taylor</name>
  90. <id>luke_t</id>
  91. <email>luke at monkeymachine.ltd.uk</email>
  92. <organization>Monkey Machine Ltd. (http://monkeymachine.ltd.uk)</organization>
  93. <timezone>0</timezone>
  94. </developer>
  95. <developer>
  96. <name>Ray Krueger</name>
  97. <id>raykrueger</id>
  98. <email>raykrueger at users.sourceforge.net</email>
  99. </developer>
  100. <developer>
  101. <name>Robert Sanders</name>
  102. <id>robertsanders</id>
  103. <email>robertsanders at users.sourceforge.net</email>
  104. </developer>
  105. <developer>
  106. <name>Mark St.Godard</name>
  107. <id>markstg</id>
  108. <email>markstg at users.sourceforge.net</email>
  109. </developer>
  110. <developer>
  111. <name>Scott McCrory</name>
  112. <id>smccrory</id>
  113. <email>smccrory at users.sourceforge.net</email>
  114. <timezone>-5</timezone>
  115. </developer>
  116. </developers>
  117. <contributors>
  118. <contributor>
  119. <name>Alef Arendsen</name>
  120. </contributor>
  121. <contributor>
  122. <name>Cameron Braid</name>
  123. </contributor>
  124. <contributor>
  125. <name>Patrick Burleson</name>
  126. </contributor>
  127. <contributor>
  128. <name>Wesley Hall</name>
  129. </contributor>
  130. <contributor>
  131. <name>Scott Evans</name>
  132. </contributor>
  133. <contributor>
  134. <name>Andrey Grebnev</name>
  135. </contributor>
  136. <contributor>
  137. <name>Travis Gregg</name>
  138. </contributor>
  139. <contributor>
  140. <name>Seth Ladd</name>
  141. </contributor>
  142. <contributor>
  143. <name>Karel Miarka</name>
  144. </contributor>
  145. <contributor>
  146. <name>James Monaghan</name>
  147. </contributor>
  148. <contributor>
  149. <name>Andrew Petro</name>
  150. </contributor>
  151. <contributor>
  152. <name>Aaron Tang</name>
  153. </contributor>
  154. <contributor>
  155. <name>Orlando Garcia Carmona</name>
  156. </contributor>
  157. <contributor>
  158. <name>Joni Suominen</name>
  159. </contributor>
  160. <contributor>
  161. <name>Sergio Berna</name>
  162. </contributor>
  163. <contributor>
  164. <name>Paulo Neves</name>
  165. </contributor>
  166. <contributor>
  167. <name>Mike Perham</name>
  168. </contributor>
  169. <contributor>
  170. <name>Eric Crampton</name>
  171. </contributor>
  172. <contributor>
  173. <name>Paul Garvey</name>
  174. </contributor>
  175. </contributors>
  176. <dependencies>
  177. <dependency>
  178. <groupId>ehcache</groupId>
  179. <artifactId>ehcache</artifactId>
  180. <version>1.1</version>
  181. <type>jar</type>
  182. <url>http://ehcache.sourceforge.net</url>
  183. <properties>
  184. <war.bundle>true</war.bundle>
  185. </properties>
  186. </dependency>
  187. <dependency>
  188. <groupId>aopalliance</groupId>
  189. <artifactId>aopalliance</artifactId>
  190. <version>1.0</version>
  191. <type>jar</type>
  192. <url>http://aopalliance.sourceforge.net</url>
  193. <properties>
  194. <war.bundle>true</war.bundle>
  195. </properties>
  196. </dependency>
  197. <dependency>
  198. <groupId>commons-lang</groupId>
  199. <artifactId>commons-lang</artifactId>
  200. <version>2.1</version>
  201. <type>jar</type>
  202. <url>http://jakarta.apache.org/commons</url>
  203. <properties>
  204. <war.bundle>true</war.bundle>
  205. </properties>
  206. </dependency>
  207. <dependency>
  208. <groupId>commons-codec</groupId>
  209. <artifactId>commons-codec</artifactId>
  210. <version>1.3</version>
  211. <type>jar</type>
  212. <url>http://jakarta.apache.org/commons</url>
  213. <properties>
  214. <war.bundle>true</war.bundle>
  215. </properties>
  216. </dependency>
  217. <dependency>
  218. <groupId>commons-collections</groupId>
  219. <artifactId>commons-collections</artifactId>
  220. <version>3.1</version>
  221. <type>jar</type>
  222. <url>http://jakarta.apache.org/commons</url>
  223. <properties>
  224. <war.bundle>true</war.bundle>
  225. </properties>
  226. </dependency>
  227. <dependency>
  228. <groupId>commons-logging</groupId>
  229. <artifactId>commons-logging</artifactId>
  230. <version>1.0.4</version>
  231. <type>jar</type>
  232. <url>http://jakarta.apache.org/commons</url>
  233. <properties>
  234. <war.bundle>true</war.bundle>
  235. </properties>
  236. </dependency>
  237. <dependency>
  238. <groupId>javax.servlet</groupId>
  239. <artifactId>jstl</artifactId>
  240. <version>1.0.6</version>
  241. <type>jar</type>
  242. <properties>
  243. <war.bundle>true</war.bundle>
  244. </properties>
  245. </dependency>
  246. <dependency>
  247. <groupId>javax.servlet</groupId>
  248. <artifactId>servlet-api</artifactId>
  249. <version>2.4</version>
  250. <url>http://java.sun.com/products/servlet</url>
  251. </dependency>
  252. <dependency>
  253. <groupId>oro</groupId>
  254. <artifactId>oro</artifactId>
  255. <version>2.0.8</version>
  256. <type>jar</type>
  257. <url>http://jakarta.apache.org/oro/</url>
  258. <properties>
  259. <war.bundle>true</war.bundle>
  260. </properties>
  261. </dependency>
  262. <dependency>
  263. <groupId>hsqldb</groupId>
  264. <artifactId>hsqldb</artifactId>
  265. <version>1.7.3.0</version>
  266. <type>jar</type>
  267. <url>http://hsqldb.sourceforge.net/</url>
  268. <properties>
  269. <war.bundle>true</war.bundle>
  270. </properties>
  271. </dependency>
  272. <dependency>
  273. <groupId>junit</groupId>
  274. <artifactId>junit</artifactId>
  275. <version>3.8.1</version>
  276. <type>jar</type>
  277. </dependency>
  278. <dependency>
  279. <groupId>org.springframework</groupId>
  280. <artifactId>spring</artifactId>
  281. <version>2.0-m2</version>
  282. <type>jar</type>
  283. <url>http://www.springframework.org</url>
  284. <properties>
  285. <war.bundle>true</war.bundle>
  286. </properties>
  287. </dependency>
  288. <dependency>
  289. <groupId>org.springframework</groupId>
  290. <artifactId>spring-mock</artifactId>
  291. <version>2.0-m2</version>
  292. <type>jar</type>
  293. <url>http://www.springframework.org</url>
  294. </dependency>
  295. <dependency>
  296. <groupId>commons-attributes</groupId>
  297. <artifactId>commons-attributes-api</artifactId>
  298. <version>2.1</version>
  299. <type>jar</type>
  300. <url>http://jakarta.apache.org/commons</url>
  301. <properties>
  302. <war.bundle>true</war.bundle>
  303. </properties>
  304. </dependency>
  305. <dependency>
  306. <groupId>commons-attributes</groupId>
  307. <artifactId>commons-attributes-compiler</artifactId>
  308. <version>2.1</version>
  309. <type>jar</type>
  310. <url>http://jakarta.apache.org/commons</url>
  311. </dependency>
  312. <dependency>
  313. <groupId>taglibs</groupId>
  314. <artifactId>standard</artifactId>
  315. <version>1.0.6</version>
  316. <type>jar</type>
  317. <url>http://jakarta.apache.org/taglibs/</url>
  318. <properties>
  319. <war.bundle>true</war.bundle>
  320. </properties>
  321. </dependency>
  322. <dependency>
  323. <groupId>cas</groupId>
  324. <artifactId>casclient</artifactId>
  325. <version>2.0.11</version>
  326. <type>jar</type>
  327. <url>http://www.yale.edu/tp/cas</url>
  328. <properties>
  329. <war.bundle>true</war.bundle>
  330. </properties>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.samba.jcifs</groupId>
  334. <artifactId>jcifs</artifactId>
  335. <version>1.2.6</version>
  336. <type>jar</type>
  337. <url>http://jcifs.samba.org/</url>
  338. </dependency>
  339. <dependency>
  340. <groupId>aspectj</groupId>
  341. <artifactId>aspectjrt</artifactId>
  342. <version>1.2</version>
  343. <type>jar</type>
  344. <url>http://www.eclipse.org/aspectj</url>
  345. <properties>
  346. <war.bundle>true</war.bundle>
  347. </properties>
  348. </dependency>
  349. <dependency>
  350. <groupId>javax.servlet</groupId>
  351. <artifactId>jsp-api</artifactId>
  352. <version>2.0</version>
  353. <url>http://java.sun.com/products/jsp</url>
  354. <properties>
  355. <war.bundle>false</war.bundle>
  356. </properties>
  357. </dependency>
  358. <!-- Apache DS dependencies for embedded LDAP test server -->
  359. <dependency>
  360. <groupId>org.apache.directory.server</groupId>
  361. <artifactId>apacheds-core</artifactId>
  362. <version>1.0-RC1</version>
  363. <properties>
  364. <scope>test</scope>
  365. </properties>
  366. </dependency>
  367. <dependency>
  368. <groupId>org.apache.directory.server</groupId>
  369. <artifactId>apacheds-core-shared</artifactId>
  370. <version>1.0-RC1</version>
  371. <properties>
  372. <scope>test</scope>
  373. </properties>
  374. </dependency>
  375. <dependency>
  376. <groupId>org.apache.directory.shared</groupId>
  377. <artifactId>shared-asn1</artifactId>
  378. <version>0.9.5</version>
  379. </dependency>
  380. <dependency>
  381. <groupId>org.apache.directory.shared</groupId>
  382. <artifactId>shared-ldap</artifactId>
  383. <version>0.9.5</version>
  384. </dependency>
  385. <dependency>
  386. <groupId>antlr</groupId>
  387. <artifactId>antlr</artifactId>
  388. <version>2.7.2</version>
  389. <type>jar</type>
  390. </dependency>
  391. <dependency>
  392. <groupId>jdbm</groupId>
  393. <artifactId>jdbm</artifactId>
  394. <version>1.0</version>
  395. <type>jar</type>
  396. </dependency>
  397. <dependency>
  398. <groupId>regexp</groupId>
  399. <artifactId>regexp</artifactId>
  400. <version>1.2</version>
  401. <type>jar</type>
  402. </dependency>
  403. <dependency>
  404. <groupId>org.slf4j</groupId>
  405. <artifactId>slf4j-log4j12</artifactId>
  406. <version>1.0-rc5</version>
  407. <type>jar</type>
  408. </dependency>
  409. <!-- End of ApacheDS dependencies -->
  410. <!-- Keep log4j after the apacheds stuff to avoid nasty classpath errors -->
  411. <dependency>
  412. <groupId>log4j</groupId>
  413. <artifactId>log4j</artifactId>
  414. <version>1.2.9</version>
  415. <type>jar</type>
  416. <properties>
  417. <war.bundle>true</war.bundle>
  418. </properties>
  419. </dependency>
  420. <dependency>
  421. <groupId>jmock</groupId>
  422. <artifactId>jmock</artifactId>
  423. <version>1.0.1</version>
  424. <type>jar</type>
  425. </dependency>
  426. <!-- plugins not bundled with maven 1.0.2 -->
  427. <!--dependency>
  428. <groupId>statcvs</groupId>
  429. <artifactId>maven-statcvs-plugin</artifactId>
  430. <version>2.7</version>
  431. <type>plugin</type>
  432. </dependency -->
  433. <dependency>
  434. <groupId>maven-plugins</groupId>
  435. <artifactId>maven-findbugs-plugin</artifactId>
  436. <version>0.9.2</version>
  437. <type>plugin</type>
  438. </dependency>
  439. </dependencies>
  440. <build>
  441. <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
  442. <unitTestSourceDirectory>${basedir}/src/test/java</unitTestSourceDirectory>
  443. <unitTest>
  444. <includes>
  445. <include>**/*Tests.java</include>
  446. </includes>
  447. <resources>
  448. <resource>
  449. <directory>${basedir}/src/test/resources</directory>
  450. <includes>
  451. <include>**/**</include>
  452. </includes>
  453. <filtering>false</filtering>
  454. </resource>
  455. </resources>
  456. </unitTest>
  457. <resources>
  458. <resource>
  459. <directory>${rootdir}</directory>
  460. <targetPath>META-INF</targetPath>
  461. <includes>
  462. <include>notice.txt</include>
  463. </includes>
  464. <filtering>false</filtering>
  465. </resource>
  466. <resource>
  467. <directory>${basedir}/src/main/resources</directory>
  468. <includes>
  469. <include>**/**</include>
  470. </includes>
  471. <filtering>false</filtering>
  472. </resource>
  473. </resources>
  474. </build>
  475. <reports>
  476. <!-- report>maven-changelog-plugin</report -->
  477. <!-- report>maven-checkstyle-plugin</report -->
  478. <report>maven-clover-plugin</report>
  479. <report>maven-javadoc-plugin</report>
  480. <report>maven-jdepend-plugin</report>
  481. <report>maven-junit-report-plugin</report>
  482. <report>maven-jxr-plugin</report>
  483. <report>maven-pmd-plugin</report>
  484. <report>maven-simian-plugin</report>
  485. <report>maven-tasklist-plugin</report>
  486. <report>maven-findbugs-plugin</report>
  487. </reports>
  488. <versions>
  489. <version>
  490. <id>0.3</id>
  491. <name>0.3</name>
  492. <tag>release_0_3</tag>
  493. </version>
  494. <version>
  495. <id>0.4</id>
  496. <name>0.4</name>
  497. <tag>release_0_4</tag>
  498. </version>
  499. <version>
  500. <id>0.5</id>
  501. <name>0.5</name>
  502. <tag>release_0_5</tag>
  503. </version>
  504. <version>
  505. <id>0.5.1</id>
  506. <name>0.5.1</name>
  507. <tag>release_0_51</tag>
  508. </version>
  509. <version>
  510. <id>0.6</id>
  511. <name>0.6</name>
  512. <tag>release_0_6</tag>
  513. </version>
  514. <version>
  515. <id>0.6.1</id>
  516. <name>0.6.1</name>
  517. <tag>release_0_6_1</tag>
  518. </version>
  519. <version>
  520. <id>0.7.0</id>
  521. <name>0.7.0</name>
  522. <tag>release_0_7_0</tag>
  523. </version>
  524. <version>
  525. <id>0.7.1</id>
  526. <name>0.7.1</name>
  527. <tag>release_0_7_1</tag>
  528. </version>
  529. <version>
  530. <id>0.8.0</id>
  531. <name>0.8.0</name>
  532. <tag>release_0_8_0</tag>
  533. </version>
  534. <version>
  535. <id>0.8.1</id>
  536. <name>0.8.1</name>
  537. <tag>release_0_8_1</tag>
  538. </version>
  539. <version>
  540. <id>0.8.1.1</id>
  541. <name>0.8.1.1</name>
  542. <tag>release_0_8_1_1</tag>
  543. </version>
  544. <version>
  545. <id>0.8.2</id>
  546. <name>0.8.2</name>
  547. <tag>release_0_8_2</tag>
  548. </version>
  549. <version>
  550. <id>0.8.3</id>
  551. <name>0.8.3</name>
  552. <tag>release_0_8_3</tag>
  553. </version>
  554. </versions>
  555. </project>