project.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <project>
  3. <pomVersion>3</pomVersion>
  4. <id>acegi-security</id>
  5. <name>Acegi Security System for Spring</name>
  6. <groupId>acegi</groupId>
  7. <currentVersion>0.6-SNAPSHOT</currentVersion>
  8. <package>net.sf.acegisecurity</package>
  9. <!--logo>http://acegisecurity.sourceforge.net/logo.gif</logoi-->
  10. <description>Acegi Security System for Spring</description>
  11. <shortDescription>Acegi Security System for Spring</shortDescription>
  12. <url>http://acegisecurity.sourceforge.net/</url>
  13. <siteDirectory>/srv/www/htdocs/acegi</siteDirectory>
  14. <repository>
  15. <!-- connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</connection-->
  16. <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
  17. <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url>
  18. </repository>
  19. <mailingLists>
  20. <mailingList>
  21. <name>Acegi Developer List</name>
  22. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  23. </mailingList>
  24. <mailingList>
  25. <name>Spring User List</name>
  26. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  27. </mailingList>
  28. </mailingLists>
  29. <developers>
  30. <developer>
  31. <name>Ben Alex</name>
  32. <id>benalex</id>
  33. <email>benalex at users.sourceforge.net</email>
  34. <roles>
  35. <role>Project Admin</role>'
  36. <role>Developer</role>
  37. </roles>
  38. </developer>
  39. <developer>
  40. <name>Francois Beausoleil</name>
  41. <id>fbos</id>
  42. <email>fbos at users.sourceforge.net</email>
  43. <roles>
  44. <role>Developer</role>
  45. </roles>
  46. </developer>
  47. <developer>
  48. <name>Colin Sampaleanu</name>
  49. <id>colins</id>
  50. <email>colinml1 at exis.com</email>
  51. <roles>
  52. <role>Developer</role>
  53. </roles>
  54. </developer>
  55. <developer>
  56. <name>Luke Taylor</name>
  57. <id>luke_t</id>
  58. <email>luke at monkeymachine.ltd.uk</email>
  59. <roles>
  60. <role>Developer</role>
  61. </roles>
  62. </developer>
  63. <developer>
  64. <name>Ray Krueger</name>
  65. <id>raykrueger</id>
  66. <email>raykrueger at users.sourceforge.net</email>
  67. <roles>
  68. <role>Developer</role>
  69. </roles>
  70. </developer>
  71. </developers>
  72. <dependencies>
  73. <dependency>
  74. <groupId>ehcache</groupId>
  75. <artifactId>ehcache</artifactId>
  76. <version>0.7</version>
  77. <url>http://ehcache.sourceforge.net</url>
  78. <properties>
  79. <war.bundle>true</war.bundle>
  80. </properties>
  81. </dependency>
  82. <!-- Spring dependencies -->
  83. <dependency>
  84. <groupId>springframework</groupId>
  85. <artifactId>spring-core</artifactId>
  86. <version>1.0.1</version>
  87. <url>http://www.springframework.org</url>
  88. <properties>
  89. <war.bundle>true</war.bundle>
  90. </properties>
  91. </dependency>
  92. <dependency>
  93. <groupId>springframework</groupId>
  94. <artifactId>spring-dao</artifactId>
  95. <version>1.0.1</version>
  96. <url>http://www.springframework.org</url>
  97. <properties>
  98. <war.bundle>true</war.bundle>
  99. </properties>
  100. </dependency>
  101. <dependency>
  102. <groupId>springframework</groupId>
  103. <artifactId>spring-orm</artifactId>
  104. <version>1.0.1</version>
  105. <url>http://www.springframework.org</url>
  106. <properties>
  107. <war.bundle>true</war.bundle>
  108. </properties>
  109. </dependency>
  110. <dependency>
  111. <groupId>springframework</groupId>
  112. <artifactId>spring-context</artifactId>
  113. <version>1.0.1</version>
  114. <url>http://www.springframework.org</url>
  115. <properties>
  116. <war.bundle>true</war.bundle>
  117. </properties>
  118. </dependency>
  119. <dependency>
  120. <groupId>springframework</groupId>
  121. <artifactId>spring-aop</artifactId>
  122. <version>1.0.1</version>
  123. <url>http://www.springframework.org</url>
  124. <properties>
  125. <war.bundle>true</war.bundle>
  126. </properties>
  127. </dependency>
  128. <dependency>
  129. <groupId>springframework</groupId>
  130. <artifactId>spring-web</artifactId>
  131. <version>1.0.1</version>
  132. <url>http://www.springframework.org</url>
  133. <properties>
  134. <war.bundle>true</war.bundle>
  135. </properties>
  136. </dependency>
  137. <dependency>
  138. <groupId>springframework</groupId>
  139. <artifactId>spring-mock</artifactId>
  140. <version>1.0.1</version>
  141. <url>http://www.springframework.org</url>
  142. </dependency>
  143. <dependency>
  144. <groupId>aopalliance</groupId>
  145. <artifactId>aopalliance</artifactId>
  146. <version>1.0</version>
  147. <url>http://aopalliance.sourceforge.net</url>
  148. <properties>
  149. <war.bundle>true</war.bundle>
  150. </properties>
  151. </dependency>
  152. <dependency>
  153. <groupId>commons-attributes</groupId>
  154. <artifactId>commons-attributes-api</artifactId>
  155. <version>2.1</version>
  156. <url>http://jakarta.apache.org/commons</url>
  157. <properties>
  158. <war.bundle>true</war.bundle>
  159. </properties>
  160. </dependency>
  161. <dependency>
  162. <groupId>commons-attributes</groupId>
  163. <artifactId>commons-attributes-compiler</artifactId>
  164. <version>2.1</version>
  165. <url>http://jakarta.apache.org/commons</url>
  166. </dependency>
  167. <dependency>
  168. <groupId>commons-codec</groupId>
  169. <artifactId>commons-codec</artifactId>
  170. <version>1.2</version>
  171. <url>http://jakarta.apache.org/commons</url>
  172. <properties>
  173. <war.bundle>true</war.bundle>
  174. </properties>
  175. </dependency>
  176. <dependency>
  177. <groupId>commons-collections</groupId>
  178. <artifactId>commons-collections</artifactId>
  179. <version>3.0</version>
  180. <url>http://jakarta.apache.org/commons</url>
  181. <properties>
  182. <war.bundle>true</war.bundle>
  183. </properties>
  184. </dependency>
  185. <dependency>
  186. <groupId>commons-logging</groupId>
  187. <artifactId>commons-logging</artifactId>
  188. <version>1.0</version>
  189. <url>http://jakarta.apache.org/commons</url>
  190. <properties>
  191. <war.bundle>true</war.bundle>
  192. </properties>
  193. </dependency>
  194. <dependency>
  195. <groupId>taglibs</groupId>
  196. <artifactId>standard</artifactId>
  197. <version>1.0.4</version>
  198. <url>http://jakarta.apache.org/taglibs/</url>
  199. <properties>
  200. <war.bundle>true</war.bundle>
  201. </properties>
  202. </dependency>
  203. <dependency>
  204. <groupId>jstl</groupId>
  205. <artifactId>jstl</artifactId>
  206. <version>1.0.2</version>
  207. <properties>
  208. <war.bundle>true</war.bundle>
  209. </properties>
  210. </dependency>
  211. <dependency>
  212. <groupId>servletapi</groupId>
  213. <artifactId>servletapi</artifactId>
  214. <version>2.3</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>oro</groupId>
  218. <artifactId>oro</artifactId>
  219. <version>2.0.7</version>
  220. <url>http://jakarta.apache.org/oro/</url>
  221. <properties>
  222. <war.bundle>true</war.bundle>
  223. </properties>
  224. </dependency>
  225. <dependency>
  226. <groupId>hsqldb</groupId>
  227. <artifactId>hsqldb</artifactId>
  228. <version>1.7.2-rc6c</version>
  229. <url>http://hsqldb.sourceforge.net/</url>
  230. <properties>
  231. <war.bundle>true</war.bundle>
  232. </properties>
  233. </dependency>
  234. <dependency>
  235. <groupId>cas</groupId>
  236. <artifactId>cas</artifactId>
  237. <version>2.0.12-beta3</version>
  238. <url>http://www.yale.edu/tp/cas</url>
  239. </dependency>
  240. <dependency>
  241. <groupId>cas</groupId>
  242. <artifactId>casclient</artifactId>
  243. <version>2.0.10</version>
  244. <url>http://www.yale.edu/tp/cas</url>
  245. <properties>
  246. <war.bundle>true</war.bundle>
  247. </properties>
  248. </dependency>
  249. <!-- Container Integration -->
  250. <dependency>
  251. <groupId>jboss</groupId>
  252. <artifactId>jboss-jmx</artifactId>
  253. <version>3.2.1</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>jboss</groupId>
  257. <artifactId>jboss-common</artifactId>
  258. <version>3.2.3</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>jboss</groupId>
  262. <artifactId>jbosssx</artifactId>
  263. <version>3.2.3</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>tomcat</groupId>
  267. <artifactId>catalina</artifactId>
  268. <version>4.1.9</version>
  269. </dependency>
  270. <dependency>
  271. <groupId>jetty</groupId>
  272. <artifactId>org.mortbay.jetty</artifactId>
  273. <version>4.2.20</version>
  274. </dependency>
  275. <!-- Extracted -->
  276. <dependency>
  277. <groupId>acegi</groupId>
  278. <artifactId>resin-extracted</artifactId>
  279. <version>unknown</version>
  280. </dependency>
  281. </dependencies>
  282. <build>
  283. <sourceDirectory>${basedir}/src</sourceDirectory>
  284. <unitTestSourceDirectory>${basedir}/test</unitTestSourceDirectory>
  285. <!-- Unit test cases -->
  286. <unitTest>
  287. <includes>
  288. <include>**/*Tests.java</include>
  289. </includes>
  290. <resources>
  291. <resource>
  292. <directory>${basedir}/test</directory>
  293. <includes>
  294. <include>**/**</include>
  295. </includes>
  296. <excludes>
  297. <exclude>**/*.java</exclude>
  298. </excludes>
  299. </resource>
  300. </resources>
  301. </unitTest>
  302. <!-- Jar resources -->
  303. <resources>
  304. <resource>
  305. <directory>${basedir}/src/conf</directory>
  306. <includes>
  307. <include>**/**</include>
  308. </includes>
  309. </resource>
  310. </resources>
  311. </build>
  312. <reports>
  313. <report>maven-changelog-plugin</report>
  314. <report>maven-developer-activity-plugin</report>
  315. <report>maven-file-activity-plugin</report>
  316. <report>maven-checkstyle-plugin</report>
  317. <report>maven-statcvs-plugin</report>
  318. <report>maven-javadoc-plugin</report>
  319. <report>maven-jdepend-plugin</report>
  320. <report>maven-junit-report-plugin</report>
  321. <report>maven-jxr-plugin</report>
  322. <report>maven-license-plugin</report>
  323. <report>maven-pmd-plugin</report>
  324. <report>maven-tasklist-plugin</report>
  325. <report>maven-simian-plugin</report>
  326. <report>maven-faq-plugin</report>
  327. <!--report>maven-jcoverage-plugin</report-->
  328. <report>maven-clover-plugin</report>
  329. </reports>
  330. </project>