project.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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.0-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 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.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. <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. </developer>
  71. <developer>
  72. <name>Francois Beausoleil</name>
  73. <id>fbos</id>
  74. <email>fbos at users.sourceforge.net</email>
  75. </developer>
  76. <developer>
  77. <name>Colin Sampaleanu</name>
  78. <id>colins</id>
  79. <email>colinml1 at exis.com</email>
  80. </developer>
  81. <developer>
  82. <name>Carlos Sanchez</name>
  83. <id>carlossg</id>
  84. <email>carlossg at users.sourceforge.net</email>
  85. <timezone>+1</timezone>
  86. </developer>
  87. <developer>
  88. <name>Luke Taylor</name>
  89. <id>luke_t</id>
  90. <email>luke at monkeymachine.ltd.uk</email>
  91. </developer>
  92. <developer>
  93. <name>Ray Krueger</name>
  94. <id>raykrueger</id>
  95. <email>raykrueger at users.sourceforge.net</email>
  96. </developer>
  97. </developers>
  98. <contributors>
  99. <contributor>
  100. <name>Cameron Braid</name>
  101. <id>CameronBraid</id>
  102. </contributor>
  103. <contributor>
  104. <name>Patrick Burleson</name>
  105. </contributor>
  106. <contributor>
  107. <name>Wesley Hall</name>
  108. </contributor>
  109. <contributor>
  110. <name>Scott Evans</name>
  111. </contributor>
  112. <contributor>
  113. <name>Travis Gregg</name>
  114. </contributor>
  115. <contributor>
  116. <name>Karel Miarka</name>
  117. </contributor>
  118. <contributor>
  119. <name>James Monaghan</name>
  120. </contributor>
  121. <contributor>
  122. <name>Andrew Petro</name>
  123. </contributor>
  124. <contributor>
  125. <name>Sergio Berná</name>
  126. </contributor>
  127. <contributor>
  128. <name>Aaron Tang</name>
  129. </contributor>
  130. <contributor>
  131. <name>Orlando Garcia Carmona</name>
  132. </contributor>
  133. <contributor>
  134. <name>Joni Suominen</name>
  135. </contributor>
  136. <contributor>
  137. <name>Sergio Berna</name>
  138. </contributor>
  139. </contributors>
  140. <dependencies>
  141. <dependency>
  142. <groupId>ehcache</groupId>
  143. <artifactId>ehcache</artifactId>
  144. <version>1.0</version>
  145. <type>jar</type>
  146. <url>http://ehcache.sourceforge.net</url>
  147. <properties>
  148. <war.bundle>true</war.bundle>
  149. </properties>
  150. </dependency>
  151. <dependency>
  152. <groupId>resin</groupId>
  153. <artifactId>resin</artifactId>
  154. <version>3.0.9</version>
  155. <type>jar</type>
  156. <url>http://www.caucho.com</url>
  157. <properties>
  158. <war.bundle>false</war.bundle>
  159. </properties>
  160. </dependency>
  161. <dependency>
  162. <groupId>retroweaver</groupId>
  163. <artifactId>retroweaver</artifactId>
  164. <version>1.0fcs</version>
  165. <type>jar</type>
  166. <url>http://retroweaver.sourceforge.net</url>
  167. <properties>
  168. <war.bundle>true</war.bundle>
  169. </properties>
  170. </dependency>
  171. <dependency>
  172. <groupId>aopalliance</groupId>
  173. <artifactId>aopalliance</artifactId>
  174. <version>1.0</version>
  175. <type>jar</type>
  176. <url>http://aopalliance.sourceforge.net</url>
  177. <properties>
  178. <war.bundle>true</war.bundle>
  179. </properties>
  180. </dependency>
  181. <dependency>
  182. <groupId>commons-codec</groupId>
  183. <artifactId>commons-codec</artifactId>
  184. <version>1.2</version>
  185. <type>jar</type>
  186. <url>http://jakarta.apache.org/commons</url>
  187. <properties>
  188. <war.bundle>true</war.bundle>
  189. </properties>
  190. </dependency>
  191. <dependency>
  192. <groupId>commons-collections</groupId>
  193. <artifactId>commons-collections</artifactId>
  194. <version>3.1</version>
  195. <type>jar</type>
  196. <url>http://jakarta.apache.org/commons</url>
  197. <properties>
  198. <war.bundle>true</war.bundle>
  199. </properties>
  200. </dependency>
  201. <dependency>
  202. <groupId>commons-logging</groupId>
  203. <artifactId>commons-logging</artifactId>
  204. <version>1.0.4</version>
  205. <type>jar</type>
  206. <url>http://jakarta.apache.org/commons</url>
  207. <properties>
  208. <war.bundle>true</war.bundle>
  209. </properties>
  210. </dependency>
  211. <dependency>
  212. <groupId>jstl</groupId>
  213. <artifactId>jstl</artifactId>
  214. <version>1.0.2</version>
  215. <type>jar</type>
  216. <properties>
  217. <war.bundle>true</war.bundle>
  218. </properties>
  219. </dependency>
  220. <dependency>
  221. <groupId>servletapi</groupId>
  222. <artifactId>servletapi</artifactId>
  223. <version>2.3</version>
  224. <type>jar</type>
  225. </dependency>
  226. <dependency>
  227. <groupId>oro</groupId>
  228. <artifactId>oro</artifactId>
  229. <version>2.0.7</version>
  230. <type>jar</type>
  231. <url>http://jakarta.apache.org/oro/</url>
  232. <properties>
  233. <war.bundle>true</war.bundle>
  234. </properties>
  235. </dependency>
  236. <dependency>
  237. <groupId>hsqldb</groupId>
  238. <artifactId>hsqldb</artifactId>
  239. <version>1.7.3.0</version>
  240. <type>jar</type>
  241. <url>http://hsqldb.sourceforge.net/</url>
  242. <properties>
  243. <war.bundle>true</war.bundle>
  244. </properties>
  245. </dependency>
  246. <dependency>
  247. <groupId>log4j</groupId>
  248. <artifactId>log4j</artifactId>
  249. <version>1.2.8</version>
  250. <type>jar</type>
  251. </dependency>
  252. <dependency>
  253. <groupId>junit</groupId>
  254. <artifactId>junit</artifactId>
  255. <version>3.8.1</version>
  256. <type>jar</type>
  257. </dependency>
  258. <dependency>
  259. <groupId>springframework</groupId>
  260. <artifactId>spring-core</artifactId>
  261. <version>1.1.3</version>
  262. <type>jar</type>
  263. <url>http://www.springframework.org</url>
  264. <properties>
  265. <war.bundle>true</war.bundle>
  266. </properties>
  267. </dependency>
  268. <dependency>
  269. <groupId>springframework</groupId>
  270. <artifactId>spring-dao</artifactId>
  271. <version>1.1.3</version>
  272. <type>jar</type>
  273. <url>http://www.springframework.org</url>
  274. <properties>
  275. <war.bundle>true</war.bundle>
  276. </properties>
  277. </dependency>
  278. <dependency>
  279. <groupId>springframework</groupId>
  280. <artifactId>spring-orm</artifactId>
  281. <version>1.1.3</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>springframework</groupId>
  290. <artifactId>spring-context</artifactId>
  291. <version>1.1.3</version>
  292. <type>jar</type>
  293. <url>http://www.springframework.org</url>
  294. <properties>
  295. <war.bundle>true</war.bundle>
  296. </properties>
  297. </dependency>
  298. <dependency>
  299. <groupId>springframework</groupId>
  300. <artifactId>spring-aop</artifactId>
  301. <version>1.1.3</version>
  302. <type>jar</type>
  303. <url>http://www.springframework.org</url>
  304. <properties>
  305. <war.bundle>true</war.bundle>
  306. </properties>
  307. </dependency>
  308. <dependency>
  309. <groupId>springframework</groupId>
  310. <artifactId>spring-web</artifactId>
  311. <version>1.1.3</version>
  312. <type>jar</type>
  313. <url>http://www.springframework.org</url>
  314. <properties>
  315. <war.bundle>true</war.bundle>
  316. </properties>
  317. </dependency>
  318. <dependency>
  319. <groupId>springframework</groupId>
  320. <artifactId>spring-webmvc</artifactId>
  321. <version>1.1.3</version>
  322. <type>jar</type>
  323. <url>http://www.springframework.org</url>
  324. <properties>
  325. <war.bundle>true</war.bundle>
  326. </properties>
  327. </dependency>
  328. <dependency>
  329. <groupId>springframework</groupId>
  330. <artifactId>spring-mock</artifactId>
  331. <version>1.1.3</version>
  332. <type>jar</type>
  333. <url>http://www.springframework.org</url>
  334. </dependency>
  335. <dependency>
  336. <groupId>commons-attributes</groupId>
  337. <artifactId>commons-attributes-api</artifactId>
  338. <version>2.1</version>
  339. <type>jar</type>
  340. <url>http://jakarta.apache.org/commons</url>
  341. <properties>
  342. <war.bundle>true</war.bundle>
  343. </properties>
  344. </dependency>
  345. <dependency>
  346. <groupId>commons-attributes</groupId>
  347. <artifactId>commons-attributes-compiler</artifactId>
  348. <version>2.1</version>
  349. <type>jar</type>
  350. <url>http://jakarta.apache.org/commons</url>
  351. </dependency>
  352. <dependency>
  353. <groupId>taglibs</groupId>
  354. <artifactId>standard</artifactId>
  355. <version>1.0.4</version>
  356. <type>jar</type>
  357. <url>http://jakarta.apache.org/taglibs/</url>
  358. <properties>
  359. <war.bundle>true</war.bundle>
  360. </properties>
  361. </dependency>
  362. <dependency>
  363. <groupId>cas</groupId>
  364. <artifactId>casclient</artifactId>
  365. <version>2.0.11</version>
  366. <type>jar</type>
  367. <url>http://www.yale.edu/tp/cas</url>
  368. <properties>
  369. <war.bundle>true</war.bundle>
  370. </properties>
  371. </dependency>
  372. <dependency>
  373. <groupId>aspectj</groupId>
  374. <artifactId>aspectjrt</artifactId>
  375. <version>1.2</version>
  376. <type>jar</type>
  377. <url>http://www.eclipse.org/aspectj</url>
  378. <properties>
  379. <war.bundle>true</war.bundle>
  380. </properties>
  381. </dependency>
  382. <dependency>
  383. <groupId>maven-plugins</groupId>
  384. <artifactId>maven-findbugs-plugin</artifactId>
  385. <version>0.8.4</version>
  386. <type>plugin</type>
  387. </dependency>
  388. <dependency>
  389. <groupId>statcvs</groupId>
  390. <artifactId>maven-statcvs-plugin</artifactId>
  391. <version>2.5</version>
  392. <type>plugin</type>
  393. </dependency>
  394. </dependencies>
  395. <build>
  396. <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
  397. <unitTestSourceDirectory>${basedir}/src/test/java</unitTestSourceDirectory>
  398. <unitTest>
  399. <includes>
  400. <include>**/*Tests.java</include>
  401. </includes>
  402. <resources>
  403. <resource>
  404. <directory>${basedir}/src/test/resources</directory>
  405. <includes>
  406. <include>**/**</include>
  407. </includes>
  408. <excludes>
  409. <exclude>**/*.java</exclude>
  410. </excludes>
  411. <filtering>false</filtering>
  412. </resource>
  413. </resources>
  414. </unitTest>
  415. <resources>
  416. <resource>
  417. <directory>${rootdir}</directory>
  418. <targetPath>META-INF</targetPath>
  419. <includes>
  420. <include>notice.txt</include>
  421. </includes>
  422. <filtering>false</filtering>
  423. </resource>
  424. <resource>
  425. <directory>${basedir}/src/main/resources</directory>
  426. <includes>
  427. <include>**/**</include>
  428. </includes>
  429. <filtering>false</filtering>
  430. </resource>
  431. </resources>
  432. </build>
  433. <reports>
  434. <report>maven-changelog-plugin</report>
  435. <report>maven-checkstyle-plugin</report>
  436. <report>maven-clover-plugin</report>
  437. <report>maven-javadoc-plugin</report>
  438. <report>maven-jdepend-plugin</report>
  439. <report>maven-junit-report-plugin</report>
  440. <report>maven-jxr-plugin</report>
  441. <report>maven-pmd-plugin</report>
  442. <report>maven-simian-plugin</report>
  443. <report>maven-tasklist-plugin</report>
  444. <report>maven-findbugs-plugin</report>
  445. </reports>
  446. <versions>
  447. <version>
  448. <id>0.3</id>
  449. <name>0.3</name>
  450. <tag>release_0_3</tag>
  451. </version>
  452. <version>
  453. <id>0.4</id>
  454. <name>0.4</name>
  455. <tag>release_0_4</tag>
  456. </version>
  457. <version>
  458. <id>0.5</id>
  459. <name>0.5</name>
  460. <tag>release_0_5</tag>
  461. </version>
  462. <version>
  463. <id>0.5.1</id>
  464. <name>0.5.1</name>
  465. <tag>release_0_51</tag>
  466. </version>
  467. <version>
  468. <id>0.6</id>
  469. <name>0.6</name>
  470. <tag>release_0_6</tag>
  471. </version>
  472. <version>
  473. <id>0.6.1</id>
  474. <name>0.6.1</name>
  475. <tag>release_0_6_1</tag>
  476. </version>
  477. </versions>
  478. </project>