project.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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. </contributors>
  137. <dependencies>
  138. <dependency>
  139. <groupId>ehcache</groupId>
  140. <artifactId>ehcache</artifactId>
  141. <version>1.0</version>
  142. <type>jar</type>
  143. <url>http://ehcache.sourceforge.net</url>
  144. <properties>
  145. <war.bundle>true</war.bundle>
  146. </properties>
  147. </dependency>
  148. <dependency>
  149. <groupId>resin</groupId>
  150. <artifactId>resin</artifactId>
  151. <version>3.0.9</version>
  152. <type>jar</type>
  153. <url>http://www.caucho.com</url>
  154. <properties>
  155. <war.bundle>false</war.bundle>
  156. </properties>
  157. </dependency>
  158. <dependency>
  159. <groupId>retroweaver</groupId>
  160. <artifactId>retroweaver</artifactId>
  161. <version>1.0fcs</version>
  162. <type>jar</type>
  163. <url>http://retroweaver.sourceforge.net</url>
  164. <properties>
  165. <war.bundle>true</war.bundle>
  166. </properties>
  167. </dependency>
  168. <dependency>
  169. <groupId>aopalliance</groupId>
  170. <artifactId>aopalliance</artifactId>
  171. <version>1.0</version>
  172. <type>jar</type>
  173. <url>http://aopalliance.sourceforge.net</url>
  174. <properties>
  175. <war.bundle>true</war.bundle>
  176. </properties>
  177. </dependency>
  178. <dependency>
  179. <groupId>commons-codec</groupId>
  180. <artifactId>commons-codec</artifactId>
  181. <version>1.2</version>
  182. <type>jar</type>
  183. <url>http://jakarta.apache.org/commons</url>
  184. <properties>
  185. <war.bundle>true</war.bundle>
  186. </properties>
  187. </dependency>
  188. <dependency>
  189. <groupId>commons-collections</groupId>
  190. <artifactId>commons-collections</artifactId>
  191. <version>3.1</version>
  192. <type>jar</type>
  193. <url>http://jakarta.apache.org/commons</url>
  194. <properties>
  195. <war.bundle>true</war.bundle>
  196. </properties>
  197. </dependency>
  198. <dependency>
  199. <groupId>commons-logging</groupId>
  200. <artifactId>commons-logging</artifactId>
  201. <version>1.0.4</version>
  202. <type>jar</type>
  203. <url>http://jakarta.apache.org/commons</url>
  204. <properties>
  205. <war.bundle>true</war.bundle>
  206. </properties>
  207. </dependency>
  208. <dependency>
  209. <groupId>jstl</groupId>
  210. <artifactId>jstl</artifactId>
  211. <version>1.0.2</version>
  212. <type>jar</type>
  213. <properties>
  214. <war.bundle>true</war.bundle>
  215. </properties>
  216. </dependency>
  217. <dependency>
  218. <groupId>servletapi</groupId>
  219. <artifactId>servletapi</artifactId>
  220. <version>2.3</version>
  221. <type>jar</type>
  222. </dependency>
  223. <dependency>
  224. <groupId>oro</groupId>
  225. <artifactId>oro</artifactId>
  226. <version>2.0.7</version>
  227. <type>jar</type>
  228. <url>http://jakarta.apache.org/oro/</url>
  229. <properties>
  230. <war.bundle>true</war.bundle>
  231. </properties>
  232. </dependency>
  233. <dependency>
  234. <groupId>hsqldb</groupId>
  235. <artifactId>hsqldb</artifactId>
  236. <version>1.7.3.0</version>
  237. <type>jar</type>
  238. <url>http://hsqldb.sourceforge.net/</url>
  239. <properties>
  240. <war.bundle>true</war.bundle>
  241. </properties>
  242. </dependency>
  243. <dependency>
  244. <groupId>log4j</groupId>
  245. <artifactId>log4j</artifactId>
  246. <version>1.2.8</version>
  247. <type>jar</type>
  248. </dependency>
  249. <dependency>
  250. <groupId>junit</groupId>
  251. <artifactId>junit</artifactId>
  252. <version>3.8.1</version>
  253. <type>jar</type>
  254. </dependency>
  255. <dependency>
  256. <groupId>springframework</groupId>
  257. <artifactId>spring-core</artifactId>
  258. <version>1.1.3</version>
  259. <type>jar</type>
  260. <url>http://www.springframework.org</url>
  261. <properties>
  262. <war.bundle>true</war.bundle>
  263. </properties>
  264. </dependency>
  265. <dependency>
  266. <groupId>springframework</groupId>
  267. <artifactId>spring-dao</artifactId>
  268. <version>1.1.3</version>
  269. <type>jar</type>
  270. <url>http://www.springframework.org</url>
  271. <properties>
  272. <war.bundle>true</war.bundle>
  273. </properties>
  274. </dependency>
  275. <dependency>
  276. <groupId>springframework</groupId>
  277. <artifactId>spring-orm</artifactId>
  278. <version>1.1.3</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-context</artifactId>
  288. <version>1.1.3</version>
  289. <type>jar</type>
  290. <url>http://www.springframework.org</url>
  291. <properties>
  292. <war.bundle>true</war.bundle>
  293. </properties>
  294. </dependency>
  295. <dependency>
  296. <groupId>springframework</groupId>
  297. <artifactId>spring-aop</artifactId>
  298. <version>1.1.3</version>
  299. <type>jar</type>
  300. <url>http://www.springframework.org</url>
  301. <properties>
  302. <war.bundle>true</war.bundle>
  303. </properties>
  304. </dependency>
  305. <dependency>
  306. <groupId>springframework</groupId>
  307. <artifactId>spring-web</artifactId>
  308. <version>1.1.3</version>
  309. <type>jar</type>
  310. <url>http://www.springframework.org</url>
  311. <properties>
  312. <war.bundle>true</war.bundle>
  313. </properties>
  314. </dependency>
  315. <dependency>
  316. <groupId>springframework</groupId>
  317. <artifactId>spring-webmvc</artifactId>
  318. <version>1.1.3</version>
  319. <type>jar</type>
  320. <url>http://www.springframework.org</url>
  321. <properties>
  322. <war.bundle>true</war.bundle>
  323. </properties>
  324. </dependency>
  325. <dependency>
  326. <groupId>springframework</groupId>
  327. <artifactId>spring-mock</artifactId>
  328. <version>1.1.3</version>
  329. <type>jar</type>
  330. <url>http://www.springframework.org</url>
  331. </dependency>
  332. <dependency>
  333. <groupId>commons-attributes</groupId>
  334. <artifactId>commons-attributes-api</artifactId>
  335. <version>2.1</version>
  336. <type>jar</type>
  337. <url>http://jakarta.apache.org/commons</url>
  338. <properties>
  339. <war.bundle>true</war.bundle>
  340. </properties>
  341. </dependency>
  342. <dependency>
  343. <groupId>commons-attributes</groupId>
  344. <artifactId>commons-attributes-compiler</artifactId>
  345. <version>2.1</version>
  346. <type>jar</type>
  347. <url>http://jakarta.apache.org/commons</url>
  348. </dependency>
  349. <dependency>
  350. <groupId>taglibs</groupId>
  351. <artifactId>standard</artifactId>
  352. <version>1.0.4</version>
  353. <type>jar</type>
  354. <url>http://jakarta.apache.org/taglibs/</url>
  355. <properties>
  356. <war.bundle>true</war.bundle>
  357. </properties>
  358. </dependency>
  359. <dependency>
  360. <groupId>cas</groupId>
  361. <artifactId>casclient</artifactId>
  362. <version>2.0.11</version>
  363. <type>jar</type>
  364. <url>http://www.yale.edu/tp/cas</url>
  365. <properties>
  366. <war.bundle>true</war.bundle>
  367. </properties>
  368. </dependency>
  369. <dependency>
  370. <groupId>aspectj</groupId>
  371. <artifactId>aspectjrt</artifactId>
  372. <version>1.2</version>
  373. <type>jar</type>
  374. <url>http://www.eclipse.org/aspectj</url>
  375. <properties>
  376. <war.bundle>true</war.bundle>
  377. </properties>
  378. </dependency>
  379. <dependency>
  380. <groupId>maven-plugins</groupId>
  381. <artifactId>maven-findbugs-plugin</artifactId>
  382. <version>0.8.4</version>
  383. <type>plugin</type>
  384. </dependency>
  385. <dependency>
  386. <groupId>statcvs</groupId>
  387. <artifactId>maven-statcvs-plugin</artifactId>
  388. <version>2.5</version>
  389. <type>plugin</type>
  390. </dependency>
  391. </dependencies>
  392. <build>
  393. <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
  394. <unitTestSourceDirectory>${basedir}/src/test/java</unitTestSourceDirectory>
  395. <unitTest>
  396. <includes>
  397. <include>**/*Tests.java</include>
  398. </includes>
  399. <resources>
  400. <resource>
  401. <directory>${basedir}/src/test/resources</directory>
  402. <includes>
  403. <include>**/**</include>
  404. </includes>
  405. <excludes>
  406. <exclude>**/*.java</exclude>
  407. </excludes>
  408. <filtering>false</filtering>
  409. </resource>
  410. </resources>
  411. </unitTest>
  412. <resources>
  413. <resource>
  414. <directory>${rootdir}</directory>
  415. <targetPath>META-INF</targetPath>
  416. <includes>
  417. <include>notice.txt</include>
  418. </includes>
  419. <filtering>false</filtering>
  420. </resource>
  421. <resource>
  422. <directory>${basedir}/src/main/resources</directory>
  423. <includes>
  424. <include>**/**</include>
  425. </includes>
  426. <filtering>false</filtering>
  427. </resource>
  428. </resources>
  429. </build>
  430. <reports>
  431. <report>maven-changelog-plugin</report>
  432. <report>maven-checkstyle-plugin</report>
  433. <report>maven-clover-plugin</report>
  434. <report>maven-javadoc-plugin</report>
  435. <report>maven-jdepend-plugin</report>
  436. <report>maven-junit-report-plugin</report>
  437. <report>maven-jxr-plugin</report>
  438. <report>maven-pmd-plugin</report>
  439. <report>maven-simian-plugin</report>
  440. <report>maven-tasklist-plugin</report>
  441. <report>maven-findbugs-plugin</report>
  442. </reports>
  443. <versions>
  444. <version>
  445. <id>0.3</id>
  446. <name>0.3</name>
  447. <tag>release_0_3</tag>
  448. </version>
  449. <version>
  450. <id>0.4</id>
  451. <name>0.4</name>
  452. <tag>release_0_4</tag>
  453. </version>
  454. <version>
  455. <id>0.5</id>
  456. <name>0.5</name>
  457. <tag>release_0_5</tag>
  458. </version>
  459. <version>
  460. <id>0.5.1</id>
  461. <name>0.5.1</name>
  462. <tag>release_0_51</tag>
  463. </version>
  464. <version>
  465. <id>0.6</id>
  466. <name>0.6</name>
  467. <tag>release_0_6</tag>
  468. </version>
  469. <version>
  470. <id>0.6.1</id>
  471. <name>0.6.1</name>
  472. <tag>release_0_6_1</tag>
  473. </version>
  474. </versions>
  475. </project>