project.xml 14 KB

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