project.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * ========================================================================
  4. *
  5. * Copyright 2004 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>acegisecurity</groupId>
  24. <currentVersion>0.7-SNAPSHOT</currentVersion>
  25. <package>net.sf.acegisecurity</package>
  26. <description>Acegi Security System for Spring</description>
  27. <shortDescription>Acegi Security System for Spring</shortDescription>
  28. <organization>
  29. <name>Acegi Security</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.sourceforge.net/logo.gif</logo>
  35. <url>http://acegisecurity.sourceforge.net/</url>
  36. <siteAddress>shell.sourceforge.net</siteAddress>
  37. <siteDirectory>/home/groups/a/ac/acegisecurity/htdocs</siteDirectory>
  38. <distributionSite>shell.sourceforge.net</distributionSite>
  39. <distributionDirectory>/home/groups/a/ac/acegisecurity/htdocs/maven</distributionDirectory>
  40. <repository>
  41. <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
  42. <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url>
  43. </repository>
  44. <mailingLists>
  45. <mailingList>
  46. <name>Acegi Developer List</name>
  47. <subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
  48. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  49. </mailingList>
  50. <mailingList>
  51. <name>Acegi Developer List (at GMane)</name>
  52. <archive>http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</archive>
  53. </mailingList>
  54. <mailingList>
  55. <name>Acegi Developer List (at mail-archive.com)</name>
  56. <archive>http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</archive>
  57. </mailingList>
  58. <mailingList>
  59. <name>Spring User List</name>
  60. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  61. </mailingList>
  62. </mailingLists>
  63. <developers>
  64. <developer>
  65. <name>Ben Alex</name>
  66. <id>benalex</id>
  67. <email>benalex at users.sourceforge.net</email>
  68. <organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
  69. </developer>
  70. <developer>
  71. <name>Francois Beausoleil</name>
  72. <id>fbos</id>
  73. <email>fbos at users.sourceforge.net</email>
  74. </developer>
  75. <developer>
  76. <name>Colin Sampaleanu</name>
  77. <id>colins</id>
  78. <email>colinml1 at exis.com</email>
  79. </developer>
  80. <developer>
  81. <name>Carlos Sanchez</name>
  82. <id>carlossg</id>
  83. <email>carlossg at users.sourceforge.net</email>
  84. <timezone>+1</timezone>
  85. </developer>
  86. <developer>
  87. <name>Luke Taylor</name>
  88. <id>luke_t</id>
  89. <email>luke at monkeymachine.ltd.uk</email>
  90. </developer>
  91. <developer>
  92. <name>Ray Krueger</name>
  93. <id>raykrueger</id>
  94. <email>raykrueger at users.sourceforge.net</email>
  95. </developer>
  96. </developers>
  97. <contributors>
  98. <contributor>
  99. <name>Cameron Braid</name>
  100. <id>CameronBraid</id>
  101. </contributor>
  102. <contributor>
  103. <name>Patrick Burleson</name>
  104. </contributor>
  105. <contributor>
  106. <name>Wesley Hall</name>
  107. </contributor>
  108. <contributor>
  109. <name>Scott Evans</name>
  110. </contributor>
  111. <contributor>
  112. <name>Travis Gregg</name>
  113. </contributor>
  114. <contributor>
  115. <name>Karel Miarka</name>
  116. </contributor>
  117. <contributor>
  118. <name>James Monaghan</name>
  119. </contributor>
  120. <contributor>
  121. <name>Andrew Petro</name>
  122. </contributor>
  123. <contributor>
  124. <name>Sergio Berná</name>
  125. </contributor>
  126. <contributor>
  127. <name>Aaron Tang</name>
  128. </contributor>
  129. <contributor>
  130. <name>Orlando Garcia Carmona</name>
  131. </contributor>
  132. <contributor>
  133. <name>Joni Suominen</name>
  134. </contributor>
  135. </contributors>
  136. <dependencies>
  137. <dependency>
  138. <groupId>ehcache</groupId>
  139. <artifactId>ehcache</artifactId>
  140. <version>0.9</version>
  141. <type>jar</type>
  142. <url>http://ehcache.sourceforge.net</url>
  143. <properties>
  144. <war.bundle>true</war.bundle>
  145. </properties>
  146. </dependency>
  147. <dependency>
  148. <groupId>resin</groupId>
  149. <artifactId>resin</artifactId>
  150. <version>3.0.9</version>
  151. <type>jar</type>
  152. <url>http://www.caucho.com</url>
  153. <properties>
  154. <war.bundle>true</war.bundle>
  155. </properties>
  156. </dependency>
  157. <dependency>
  158. <groupId>retroweaver</groupId>
  159. <artifactId>retroweaver</artifactId>
  160. <version>1.0fcs</version>
  161. <type>jar</type>
  162. <url>http://retroweaver.sourceforge.net</url>
  163. <properties>
  164. <war.bundle>true</war.bundle>
  165. </properties>
  166. </dependency>
  167. <dependency>
  168. <groupId>aopalliance</groupId>
  169. <artifactId>aopalliance</artifactId>
  170. <version>1.0</version>
  171. <type>jar</type>
  172. <url>http://aopalliance.sourceforge.net</url>
  173. <properties>
  174. <war.bundle>true</war.bundle>
  175. </properties>
  176. </dependency>
  177. <dependency>
  178. <groupId>commons-codec</groupId>
  179. <artifactId>commons-codec</artifactId>
  180. <version>1.2</version>
  181. <type>jar</type>
  182. <url>http://jakarta.apache.org/commons</url>
  183. <properties>
  184. <war.bundle>true</war.bundle>
  185. </properties>
  186. </dependency>
  187. <dependency>
  188. <groupId>commons-collections</groupId>
  189. <artifactId>commons-collections</artifactId>
  190. <version>3.1</version>
  191. <type>jar</type>
  192. <url>http://jakarta.apache.org/commons</url>
  193. <properties>
  194. <war.bundle>true</war.bundle>
  195. </properties>
  196. </dependency>
  197. <dependency>
  198. <groupId>commons-logging</groupId>
  199. <artifactId>commons-logging</artifactId>
  200. <version>1.0.4</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>jstl</groupId>
  209. <artifactId>jstl</artifactId>
  210. <version>1.0.2</version>
  211. <type>jar</type>
  212. <properties>
  213. <war.bundle>true</war.bundle>
  214. </properties>
  215. </dependency>
  216. <dependency>
  217. <groupId>servletapi</groupId>
  218. <artifactId>servletapi</artifactId>
  219. <version>2.3</version>
  220. <type>jar</type>
  221. </dependency>
  222. <dependency>
  223. <groupId>oro</groupId>
  224. <artifactId>oro</artifactId>
  225. <version>2.0.7</version>
  226. <type>jar</type>
  227. <url>http://jakarta.apache.org/oro/</url>
  228. <properties>
  229. <war.bundle>true</war.bundle>
  230. </properties>
  231. </dependency>
  232. <dependency>
  233. <groupId>hsqldb</groupId>
  234. <artifactId>hsqldb</artifactId>
  235. <version>1.7.3.0</version>
  236. <type>jar</type>
  237. <url>http://hsqldb.sourceforge.net/</url>
  238. <properties>
  239. <war.bundle>true</war.bundle>
  240. </properties>
  241. </dependency>
  242. <dependency>
  243. <groupId>log4j</groupId>
  244. <artifactId>log4j</artifactId>
  245. <version>1.2.8</version>
  246. <type>jar</type>
  247. </dependency>
  248. <dependency>
  249. <groupId>junit</groupId>
  250. <artifactId>junit</artifactId>
  251. <version>3.8.1</version>
  252. <type>jar</type>
  253. </dependency>
  254. <dependency>
  255. <groupId>jetty</groupId>
  256. <artifactId>org.mortbay.jetty</artifactId>
  257. <version>4.2.22</version>
  258. <type>jar</type>
  259. <url>http://jetty.mortbay.org</url>
  260. <properties>
  261. <war.bundle>true</war.bundle>
  262. </properties>
  263. </dependency>
  264. <dependency>
  265. <groupId>springframework</groupId>
  266. <artifactId>spring-core</artifactId>
  267. <version>1.1.3</version>
  268. <type>jar</type>
  269. <url>http://www.springframework.org</url>
  270. <properties>
  271. <war.bundle>true</war.bundle>
  272. </properties>
  273. </dependency>
  274. <dependency>
  275. <groupId>springframework</groupId>
  276. <artifactId>spring-dao</artifactId>
  277. <version>1.1.3</version>
  278. <type>jar</type>
  279. <url>http://www.springframework.org</url>
  280. <properties>
  281. <war.bundle>true</war.bundle>
  282. </properties>
  283. </dependency>
  284. <dependency>
  285. <groupId>springframework</groupId>
  286. <artifactId>spring-orm</artifactId>
  287. <version>1.1.3</version>
  288. <type>jar</type>
  289. <url>http://www.springframework.org</url>
  290. <properties>
  291. <war.bundle>true</war.bundle>
  292. </properties>
  293. </dependency>
  294. <dependency>
  295. <groupId>springframework</groupId>
  296. <artifactId>spring-context</artifactId>
  297. <version>1.1.3</version>
  298. <type>jar</type>
  299. <url>http://www.springframework.org</url>
  300. <properties>
  301. <war.bundle>true</war.bundle>
  302. </properties>
  303. </dependency>
  304. <dependency>
  305. <groupId>springframework</groupId>
  306. <artifactId>spring-aop</artifactId>
  307. <version>1.1.3</version>
  308. <type>jar</type>
  309. <url>http://www.springframework.org</url>
  310. <properties>
  311. <war.bundle>true</war.bundle>
  312. </properties>
  313. </dependency>
  314. <dependency>
  315. <groupId>springframework</groupId>
  316. <artifactId>spring-web</artifactId>
  317. <version>1.1.3</version>
  318. <type>jar</type>
  319. <url>http://www.springframework.org</url>
  320. <properties>
  321. <war.bundle>true</war.bundle>
  322. </properties>
  323. </dependency>
  324. <dependency>
  325. <groupId>springframework</groupId>
  326. <artifactId>spring-webmvc</artifactId>
  327. <version>1.1.3</version>
  328. <type>jar</type>
  329. <url>http://www.springframework.org</url>
  330. <properties>
  331. <war.bundle>true</war.bundle>
  332. </properties>
  333. </dependency>
  334. <dependency>
  335. <groupId>springframework</groupId>
  336. <artifactId>spring-mock</artifactId>
  337. <version>1.1.3</version>
  338. <type>jar</type>
  339. <url>http://www.springframework.org</url>
  340. </dependency>
  341. <dependency>
  342. <groupId>commons-attributes</groupId>
  343. <artifactId>commons-attributes-api</artifactId>
  344. <version>2.1</version>
  345. <type>jar</type>
  346. <url>http://jakarta.apache.org/commons</url>
  347. <properties>
  348. <war.bundle>true</war.bundle>
  349. </properties>
  350. </dependency>
  351. <dependency>
  352. <groupId>commons-attributes</groupId>
  353. <artifactId>commons-attributes-compiler</artifactId>
  354. <version>2.1</version>
  355. <type>jar</type>
  356. <url>http://jakarta.apache.org/commons</url>
  357. </dependency>
  358. <dependency>
  359. <groupId>taglibs</groupId>
  360. <artifactId>standard</artifactId>
  361. <version>1.0.4</version>
  362. <type>jar</type>
  363. <url>http://jakarta.apache.org/taglibs/</url>
  364. <properties>
  365. <war.bundle>true</war.bundle>
  366. </properties>
  367. </dependency>
  368. <dependency>
  369. <groupId>cas</groupId>
  370. <artifactId>casclient</artifactId>
  371. <version>2.0.11</version>
  372. <type>jar</type>
  373. <url>http://www.yale.edu/tp/cas</url>
  374. <properties>
  375. <war.bundle>true</war.bundle>
  376. </properties>
  377. </dependency>
  378. <dependency>
  379. <groupId>aspectj</groupId>
  380. <artifactId>aspectjrt</artifactId>
  381. <version>1.2</version>
  382. <type>jar</type>
  383. <url>http://www.eclipse.org/aspectj</url>
  384. <properties>
  385. <war.bundle>true</war.bundle>
  386. </properties>
  387. </dependency>
  388. <dependency>
  389. <groupId>maven-plugins</groupId>
  390. <artifactId>maven-findbugs-plugin</artifactId>
  391. <version>0.8.4</version>
  392. <type>plugin</type>
  393. </dependency>
  394. <dependency>
  395. <groupId>statcvs</groupId>
  396. <artifactId>maven-statcvs-plugin</artifactId>
  397. <version>2.5</version>
  398. <type>plugin</type>
  399. </dependency>
  400. </dependencies>
  401. <build>
  402. <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
  403. <unitTestSourceDirectory>${basedir}/src/test/java</unitTestSourceDirectory>
  404. <unitTest>
  405. <includes>
  406. <include>**/*Tests.java</include>
  407. </includes>
  408. <resources>
  409. <resource>
  410. <directory>${basedir}/src/test/resources</directory>
  411. <includes>
  412. <include>**/**</include>
  413. </includes>
  414. <excludes>
  415. <exclude>**/*.java</exclude>
  416. </excludes>
  417. <filtering>false</filtering>
  418. </resource>
  419. </resources>
  420. </unitTest>
  421. <resources>
  422. <resource>
  423. <directory>${rootdir}</directory>
  424. <targetPath>META-INF</targetPath>
  425. <includes>
  426. <include>notice.txt</include>
  427. </includes>
  428. <filtering>false</filtering>
  429. </resource>
  430. <resource>
  431. <directory>${basedir}/src/main/resources</directory>
  432. <includes>
  433. <include>**/**</include>
  434. </includes>
  435. <filtering>false</filtering>
  436. </resource>
  437. </resources>
  438. </build>
  439. <reports>
  440. <report>maven-changelog-plugin</report>
  441. <report>maven-checkstyle-plugin</report>
  442. <report>maven-clover-plugin</report>
  443. <report>maven-javadoc-plugin</report>
  444. <report>maven-jdepend-plugin</report>
  445. <report>maven-junit-report-plugin</report>
  446. <report>maven-jxr-plugin</report>
  447. <report>maven-pmd-plugin</report>
  448. <report>maven-simian-plugin</report>
  449. <report>maven-tasklist-plugin</report>
  450. <report>maven-findbugs-plugin</report>
  451. </reports>
  452. <versions>
  453. <version>
  454. <id>0.3</id>
  455. <name>0.3</name>
  456. <tag>release_0_3</tag>
  457. </version>
  458. <version>
  459. <id>0.4</id>
  460. <name>0.4</name>
  461. <tag>release_0_4</tag>
  462. </version>
  463. <version>
  464. <id>0.5</id>
  465. <name>0.5</name>
  466. <tag>release_0_5</tag>
  467. </version>
  468. <version>
  469. <id>0.5.1</id>
  470. <name>0.5.1</name>
  471. <tag>release_0_51</tag>
  472. </version>
  473. <version>
  474. <id>0.6</id>
  475. <name>0.6</name>
  476. <tag>release_0_6</tag>
  477. </version>
  478. <version>
  479. <id>0.6.1</id>
  480. <name>0.6.1</name>
  481. <tag>release_0_6_1</tag>
  482. </version>
  483. </versions>
  484. </project>