project.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. * ========================================================================
  4. *
  5. * Copyright 2004, 2005 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.0.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:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</connection>
  42. <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
  43. <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/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>Sergio Berna</name>
  153. </contributor>
  154. <contributor>
  155. <name>Aaron Tang</name>
  156. </contributor>
  157. <contributor>
  158. <name>Orlando Garcia Carmona</name>
  159. </contributor>
  160. <contributor>
  161. <name>Joni Suominen</name>
  162. </contributor>
  163. <contributor>
  164. <name>Sergio Berna</name>
  165. </contributor>
  166. <contributor>
  167. <name>Paulo Neves</name>
  168. </contributor>
  169. <contributor>
  170. <name>Mike Perham</name>
  171. </contributor>
  172. </contributors>
  173. <dependencies>
  174. <dependency>
  175. <groupId>ehcache</groupId>
  176. <artifactId>ehcache</artifactId>
  177. <version>1.1</version>
  178. <type>jar</type>
  179. <url>http://ehcache.sourceforge.net</url>
  180. <properties>
  181. <war.bundle>true</war.bundle>
  182. </properties>
  183. </dependency>
  184. <dependency>
  185. <groupId>aopalliance</groupId>
  186. <artifactId>aopalliance</artifactId>
  187. <version>1.0</version>
  188. <type>jar</type>
  189. <url>http://aopalliance.sourceforge.net</url>
  190. <properties>
  191. <war.bundle>true</war.bundle>
  192. </properties>
  193. </dependency>
  194. <dependency>
  195. <groupId>commons-codec</groupId>
  196. <artifactId>commons-codec</artifactId>
  197. <version>1.3</version>
  198. <type>jar</type>
  199. <url>http://jakarta.apache.org/commons</url>
  200. <properties>
  201. <war.bundle>true</war.bundle>
  202. </properties>
  203. </dependency>
  204. <dependency>
  205. <groupId>commons-collections</groupId>
  206. <artifactId>commons-collections</artifactId>
  207. <version>3.0</version>
  208. <type>jar</type>
  209. <url>http://jakarta.apache.org/commons</url>
  210. <properties>
  211. <war.bundle>true</war.bundle>
  212. </properties>
  213. </dependency>
  214. <dependency>
  215. <groupId>commons-lang</groupId>
  216. <artifactId>commons-lang</artifactId>
  217. <version>2.1</version>
  218. <type>jar</type>
  219. <url>http://jakarta.apache.org/commons</url>
  220. <properties>
  221. <war.bundle>true</war.bundle>
  222. </properties>
  223. </dependency>
  224. <dependency>
  225. <groupId>commons-logging</groupId>
  226. <artifactId>commons-logging</artifactId>
  227. <version>1.0.4</version>
  228. <type>jar</type>
  229. <url>http://jakarta.apache.org/commons</url>
  230. <properties>
  231. <war.bundle>true</war.bundle>
  232. </properties>
  233. </dependency>
  234. <dependency>
  235. <groupId>javax.servlet</groupId>
  236. <artifactId>jstl</artifactId>
  237. <version>1.0.6</version>
  238. <type>jar</type>
  239. <properties>
  240. <war.bundle>true</war.bundle>
  241. </properties>
  242. </dependency>
  243. <dependency>
  244. <groupId>javax.servlet</groupId>
  245. <artifactId>servlet-api</artifactId>
  246. <version>2.4</version>
  247. <url>http://java.sun.com/products/servlet</url>
  248. </dependency>
  249. <dependency>
  250. <groupId>oro</groupId>
  251. <artifactId>oro</artifactId>
  252. <version>2.0.8</version>
  253. <type>jar</type>
  254. <url>http://jakarta.apache.org/oro/</url>
  255. <properties>
  256. <war.bundle>true</war.bundle>
  257. </properties>
  258. </dependency>
  259. <dependency>
  260. <groupId>hsqldb</groupId>
  261. <artifactId>hsqldb</artifactId>
  262. <version>1.7.3.0</version>
  263. <type>jar</type>
  264. <url>http://hsqldb.sourceforge.net/</url>
  265. <properties>
  266. <war.bundle>true</war.bundle>
  267. </properties>
  268. </dependency>
  269. <dependency>
  270. <groupId>junit</groupId>
  271. <artifactId>junit</artifactId>
  272. <version>3.8.1</version>
  273. <type>jar</type>
  274. </dependency>
  275. <dependency>
  276. <groupId>springframework</groupId>
  277. <artifactId>spring</artifactId>
  278. <version>1.2.6</version>
  279. <type>jar</type>
  280. <url>http://www.springframework.org</url>
  281. <properties>
  282. <war.bundle>true</war.bundle>
  283. </properties>
  284. </dependency>
  285. <dependency>
  286. <groupId>springframework</groupId>
  287. <artifactId>spring-mock</artifactId>
  288. <version>1.2.6</version>
  289. <type>jar</type>
  290. <url>http://www.springframework.org</url>
  291. </dependency>
  292. <dependency>
  293. <groupId>commons-attributes</groupId>
  294. <artifactId>commons-attributes-api</artifactId>
  295. <version>2.1</version>
  296. <type>jar</type>
  297. <url>http://jakarta.apache.org/commons</url>
  298. <properties>
  299. <war.bundle>true</war.bundle>
  300. </properties>
  301. </dependency>
  302. <dependency>
  303. <groupId>commons-attributes</groupId>
  304. <artifactId>commons-attributes-compiler</artifactId>
  305. <version>2.1</version>
  306. <type>jar</type>
  307. <url>http://jakarta.apache.org/commons</url>
  308. </dependency>
  309. <dependency>
  310. <groupId>taglibs</groupId>
  311. <artifactId>standard</artifactId>
  312. <version>1.0.6</version>
  313. <type>jar</type>
  314. <url>http://jakarta.apache.org/taglibs/</url>
  315. <properties>
  316. <war.bundle>true</war.bundle>
  317. </properties>
  318. </dependency>
  319. <dependency>
  320. <groupId>cas</groupId>
  321. <artifactId>casclient</artifactId>
  322. <version>2.0.11</version>
  323. <type>jar</type>
  324. <url>http://www.yale.edu/tp/cas</url>
  325. <properties>
  326. <war.bundle>true</war.bundle>
  327. </properties>
  328. </dependency>
  329. <dependency>
  330. <groupId>org.samba.jcifs</groupId>
  331. <artifactId>jcifs</artifactId>
  332. <version>1.2.6</version>
  333. <type>jar</type>
  334. <url>http://jcifs.samba.org/</url>
  335. </dependency>
  336. <dependency>
  337. <groupId>aspectj</groupId>
  338. <artifactId>aspectjrt</artifactId>
  339. <version>1.2</version>
  340. <type>jar</type>
  341. <url>http://www.eclipse.org/aspectj</url>
  342. <properties>
  343. <war.bundle>true</war.bundle>
  344. </properties>
  345. </dependency>
  346. <dependency>
  347. <groupId>javax.servlet</groupId>
  348. <artifactId>jsp-api</artifactId>
  349. <version>2.0</version>
  350. <url>http://java.sun.com/products/jsp</url>
  351. <properties>
  352. <war.bundle>false</war.bundle>
  353. </properties>
  354. </dependency>
  355. <!-- Apache DS dependencies for embedded LDAP test server -->
  356. <!--
  357. The entire server jar
  358. <dependency>
  359. <groupId>directory</groupId>
  360. <artifactId>apacheds-server-main</artifactId>
  361. <version>0.9.4-SNAPSHOT</version>
  362. <type>jar</type>
  363. </dependency>
  364. -->
  365. <dependency>
  366. <groupId>directory</groupId>
  367. <artifactId>apacheds-core</artifactId>
  368. <version>0.9.4-SNAPSHOT</version>
  369. <type>jar</type>
  370. </dependency>
  371. <dependency>
  372. <groupId>directory</groupId>
  373. <artifactId>apacheds-shared</artifactId>
  374. <version>0.9.4-SNAPSHOT</version>
  375. <type>jar</type>
  376. </dependency>
  377. <dependency>
  378. <groupId>directory</groupId>
  379. <artifactId>apacheds-server</artifactId>
  380. <version>0.9.4-SNAPSHOT</version>
  381. <type>jar</type>
  382. </dependency>
  383. <dependency>
  384. <groupId>directory-asn1</groupId>
  385. <artifactId>asn1-codec</artifactId>
  386. <version>0.3.4-SNAPSHOT</version>
  387. <type>jar</type>
  388. </dependency>
  389. <dependency>
  390. <groupId>directory-shared</groupId>
  391. <artifactId>ldap-common</artifactId>
  392. <version>0.9.4-SNAPSHOT</version>
  393. <type>jar</type>
  394. </dependency>
  395. <dependency>
  396. <groupId>antlr</groupId>
  397. <artifactId>antlr</artifactId>
  398. <version>2.7.2</version>
  399. <type>jar</type>
  400. </dependency>
  401. <dependency>
  402. <groupId>jdbm</groupId>
  403. <artifactId>jdbm</artifactId>
  404. <version>1.0</version>
  405. <type>jar</type>
  406. </dependency>
  407. <dependency>
  408. <groupId>regexp</groupId>
  409. <artifactId>regexp</artifactId>
  410. <version>1.2</version>
  411. <type>jar</type>
  412. </dependency>
  413. <dependency>
  414. <groupId>org.slf4j</groupId>
  415. <artifactId>nlog4j</artifactId>
  416. <version>1.2.17</version>
  417. <type>jar</type>
  418. </dependency>
  419. <!-- End of ApacheDS dependencies -->
  420. <!-- Keep log4j after the apacheds stuff to avoid nasty classpath errors -->
  421. <dependency>
  422. <groupId>log4j</groupId>
  423. <artifactId>log4j</artifactId>
  424. <version>1.2.9</version>
  425. <type>jar</type>
  426. <properties>
  427. <war.bundle>true</war.bundle>
  428. </properties>
  429. </dependency>
  430. <dependency>
  431. <groupId>jmock</groupId>
  432. <artifactId>jmock</artifactId>
  433. <version>1.0.1</version>
  434. <type>jar</type>
  435. </dependency>
  436. <!-- plugins not bundled with maven 1.0.2 -->
  437. <dependency>
  438. <groupId>statcvs</groupId>
  439. <artifactId>maven-statcvs-plugin</artifactId>
  440. <version>2.7</version>
  441. <type>plugin</type>
  442. </dependency>
  443. <dependency>
  444. <groupId>maven-plugins</groupId>
  445. <artifactId>maven-findbugs-plugin</artifactId>
  446. <version>0.9.2</version>
  447. <type>plugin</type>
  448. </dependency>
  449. </dependencies>
  450. <build>
  451. <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
  452. <unitTestSourceDirectory>${basedir}/src/test/java</unitTestSourceDirectory>
  453. <unitTest>
  454. <includes>
  455. <include>**/*Tests.java</include>
  456. </includes>
  457. <resources>
  458. <resource>
  459. <directory>${basedir}/src/test/resources</directory>
  460. <includes>
  461. <include>**/**</include>
  462. </includes>
  463. <filtering>false</filtering>
  464. </resource>
  465. </resources>
  466. </unitTest>
  467. <resources>
  468. <resource>
  469. <directory>${rootdir}</directory>
  470. <targetPath>META-INF</targetPath>
  471. <includes>
  472. <include>notice.txt</include>
  473. </includes>
  474. <filtering>false</filtering>
  475. </resource>
  476. <resource>
  477. <directory>${basedir}/src/main/resources</directory>
  478. <includes>
  479. <include>**/**</include>
  480. </includes>
  481. <filtering>false</filtering>
  482. </resource>
  483. </resources>
  484. </build>
  485. <reports>
  486. <report>maven-changelog-plugin</report>
  487. <report>maven-checkstyle-plugin</report>
  488. <report>maven-clover-plugin</report>
  489. <report>maven-javadoc-plugin</report>
  490. <report>maven-jdepend-plugin</report>
  491. <report>maven-junit-report-plugin</report>
  492. <report>maven-jxr-plugin</report>
  493. <report>maven-pmd-plugin</report>
  494. <report>maven-simian-plugin</report>
  495. <report>maven-tasklist-plugin</report>
  496. <report>maven-findbugs-plugin</report>
  497. </reports>
  498. <versions>
  499. <version>
  500. <id>0.3</id>
  501. <name>0.3</name>
  502. <tag>release_0_3</tag>
  503. </version>
  504. <version>
  505. <id>0.4</id>
  506. <name>0.4</name>
  507. <tag>release_0_4</tag>
  508. </version>
  509. <version>
  510. <id>0.5</id>
  511. <name>0.5</name>
  512. <tag>release_0_5</tag>
  513. </version>
  514. <version>
  515. <id>0.5.1</id>
  516. <name>0.5.1</name>
  517. <tag>release_0_51</tag>
  518. </version>
  519. <version>
  520. <id>0.6</id>
  521. <name>0.6</name>
  522. <tag>release_0_6</tag>
  523. </version>
  524. <version>
  525. <id>0.6.1</id>
  526. <name>0.6.1</name>
  527. <tag>release_0_6_1</tag>
  528. </version>
  529. <version>
  530. <id>0.7.0</id>
  531. <name>0.7.0</name>
  532. <tag>release_0_7_0</tag>
  533. </version>
  534. <version>
  535. <id>0.7.1</id>
  536. <name>0.7.1</name>
  537. <tag>release_0_7_1</tag>
  538. </version>
  539. <version>
  540. <id>0.8.0</id>
  541. <name>0.8.0</name>
  542. <tag>release_0_8_0</tag>
  543. </version>
  544. <version>
  545. <id>0.8.1</id>
  546. <name>0.8.1</name>
  547. <tag>release_0_8_1</tag>
  548. </version>
  549. <version>
  550. <id>0.8.1.1</id>
  551. <name>0.8.1.1</name>
  552. <tag>release_0_8_1_1</tag>
  553. </version>
  554. <version>
  555. <id>0.8.2</id>
  556. <name>0.8.2</name>
  557. <tag>release_0_8_2</tag>
  558. </version>
  559. <version>
  560. <id>0.8.3</id>
  561. <name>0.8.3</name>
  562. <tag>release_0_8_3</tag>
  563. </version>
  564. </versions>
  565. </project>