project.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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. </developers>
  64. <dependencies>
  65. <dependency>
  66. <groupId>ehcache</groupId>
  67. <artifactId>ehcache</artifactId>
  68. <version>0.7</version>
  69. <url>http://ehcache.sourceforge.net</url>
  70. <properties>
  71. <war.bundle>true</war.bundle>
  72. </properties>
  73. </dependency>
  74. <!-- Spring dependencies -->
  75. <dependency>
  76. <groupId>springframework</groupId>
  77. <artifactId>spring-core</artifactId>
  78. <version>1.0.1</version>
  79. <url>http://www.springframework.org</url>
  80. <properties>
  81. <war.bundle>true</war.bundle>
  82. </properties>
  83. </dependency>
  84. <dependency>
  85. <groupId>springframework</groupId>
  86. <artifactId>spring-dao</artifactId>
  87. <version>1.0.1</version>
  88. <url>http://www.springframework.org</url>
  89. <properties>
  90. <war.bundle>true</war.bundle>
  91. </properties>
  92. </dependency>
  93. <dependency>
  94. <groupId>springframework</groupId>
  95. <artifactId>spring-orm</artifactId>
  96. <version>1.0.1</version>
  97. <url>http://www.springframework.org</url>
  98. <properties>
  99. <war.bundle>true</war.bundle>
  100. </properties>
  101. </dependency>
  102. <dependency>
  103. <groupId>springframework</groupId>
  104. <artifactId>spring-context</artifactId>
  105. <version>1.0.1</version>
  106. <url>http://www.springframework.org</url>
  107. <properties>
  108. <war.bundle>true</war.bundle>
  109. </properties>
  110. </dependency>
  111. <dependency>
  112. <groupId>springframework</groupId>
  113. <artifactId>spring-aop</artifactId>
  114. <version>1.0.1</version>
  115. <url>http://www.springframework.org</url>
  116. <properties>
  117. <war.bundle>true</war.bundle>
  118. </properties>
  119. </dependency>
  120. <dependency>
  121. <groupId>springframework</groupId>
  122. <artifactId>spring-web</artifactId>
  123. <version>1.0.1</version>
  124. <url>http://www.springframework.org</url>
  125. <properties>
  126. <war.bundle>true</war.bundle>
  127. </properties>
  128. </dependency>
  129. <dependency>
  130. <groupId>aopalliance</groupId>
  131. <artifactId>aopalliance</artifactId>
  132. <version>1.0</version>
  133. <url>http://aopalliance.sourceforge.net</url>
  134. <properties>
  135. <war.bundle>true</war.bundle>
  136. </properties>
  137. </dependency>
  138. <dependency>
  139. <groupId>commons-attributes</groupId>
  140. <artifactId>commons-attributes-api</artifactId>
  141. <version>SNAPSHOT</version>
  142. <url>http://jakarta.apache.org/commons</url>
  143. <properties>
  144. <war.bundle>true</war.bundle>
  145. </properties>
  146. </dependency>
  147. <dependency>
  148. <groupId>commons-attributes</groupId>
  149. <artifactId>commons-attributes-compiler</artifactId>
  150. <version>SNAPSHOT</version>
  151. <url>http://jakarta.apache.org/commons</url>
  152. </dependency>
  153. <dependency>
  154. <groupId>commons-codec</groupId>
  155. <artifactId>commons-codec</artifactId>
  156. <version>1.2</version>
  157. <url>http://jakarta.apache.org/commons</url>
  158. <properties>
  159. <war.bundle>true</war.bundle>
  160. </properties>
  161. </dependency>
  162. <dependency>
  163. <groupId>commons-collections</groupId>
  164. <artifactId>commons-collections</artifactId>
  165. <version>3.0</version>
  166. <url>http://jakarta.apache.org/commons</url>
  167. <properties>
  168. <war.bundle>true</war.bundle>
  169. </properties>
  170. </dependency>
  171. <dependency>
  172. <groupId>commons-logging</groupId>
  173. <artifactId>commons-logging</artifactId>
  174. <version>1.0</version>
  175. <url>http://jakarta.apache.org/commons</url>
  176. <properties>
  177. <war.bundle>true</war.bundle>
  178. </properties>
  179. </dependency>
  180. <dependency>
  181. <groupId>taglibs</groupId>
  182. <artifactId>standard</artifactId>
  183. <version>1.0.4</version>
  184. <url>http://jakarta.apache.org/taglibs/</url>
  185. <properties>
  186. <war.bundle>true</war.bundle>
  187. </properties>
  188. </dependency>
  189. <dependency>
  190. <groupId>jstl</groupId>
  191. <artifactId>jstl</artifactId>
  192. <version>1.0.2</version>
  193. <properties>
  194. <war.bundle>true</war.bundle>
  195. </properties>
  196. </dependency>
  197. <dependency>
  198. <groupId>servletapi</groupId>
  199. <artifactId>servletapi</artifactId>
  200. <version>2.3</version>
  201. </dependency>
  202. <dependency>
  203. <groupId>oro</groupId>
  204. <artifactId>oro</artifactId>
  205. <version>2.0.7</version>
  206. <url>http://jakarta.apache.org/oro/</url>
  207. <properties>
  208. <war.bundle>true</war.bundle>
  209. </properties>
  210. </dependency>
  211. <dependency>
  212. <groupId>hsqldb</groupId>
  213. <artifactId>hsqldb</artifactId>
  214. <version>1.7.1</version>
  215. <url>http://hsqldb.sourceforge.net/</url>
  216. <properties>
  217. <war.bundle>true</war.bundle>
  218. </properties>
  219. </dependency>
  220. <dependency>
  221. <groupId>cas</groupId>
  222. <artifactId>cas</artifactId>
  223. <version>2.0.12-beta3</version>
  224. <url>http://www.yale.edu/tp/cas</url>
  225. </dependency>
  226. <dependency>
  227. <groupId>cas</groupId>
  228. <artifactId>casclient</artifactId>
  229. <version>2.0.10</version>
  230. <url>http://www.yale.edu/tp/cas</url>
  231. <properties>
  232. <war.bundle>true</war.bundle>
  233. </properties>
  234. </dependency>
  235. <!-- Container Integration -->
  236. <dependency>
  237. <groupId>jboss</groupId>
  238. <artifactId>jboss-jmx</artifactId>
  239. <version>3.2.1</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>jboss</groupId>
  243. <artifactId>jboss-common</artifactId>
  244. <version>3.2.3</version>
  245. </dependency>
  246. <dependency>
  247. <groupId>jboss</groupId>
  248. <artifactId>jbosssx</artifactId>
  249. <version>3.2.3</version>
  250. </dependency>
  251. <dependency>
  252. <groupId>tomcat</groupId>
  253. <artifactId>catalina</artifactId>
  254. <version>4.1.9</version>
  255. </dependency>
  256. <dependency>
  257. <groupId>jetty</groupId>
  258. <artifactId>org.mortbay.jetty</artifactId>
  259. <version>4.2.20</version>
  260. </dependency>
  261. <!-- Extracted -->
  262. <dependency>
  263. <groupId>acegi</groupId>
  264. <artifactId>resin-extracted</artifactId>
  265. <version>unknown</version>
  266. </dependency>
  267. </dependencies>
  268. <build>
  269. <sourceDirectory>${basedir}/src</sourceDirectory>
  270. <unitTestSourceDirectory>${basedir}/test</unitTestSourceDirectory>
  271. <!-- Unit test cases -->
  272. <unitTest>
  273. <includes>
  274. <include>**/*Tests.java</include>
  275. </includes>
  276. <resources>
  277. <resource>
  278. <directory>${basedir}/test</directory>
  279. <includes>
  280. <include>**/**</include>
  281. </includes>
  282. <excludes>
  283. <exclude>**/*.java</exclude>
  284. </excludes>
  285. </resource>
  286. </resources>
  287. </unitTest>
  288. <!-- Jar resources -->
  289. <resources>
  290. <resource>
  291. <directory>${basedir}/src/conf</directory>
  292. <includes>
  293. <include>**/**</include>
  294. </includes>
  295. </resource>
  296. </resources>
  297. </build>
  298. <reports>
  299. <report>maven-changelog-plugin</report>
  300. <report>maven-developer-activity-plugin</report>
  301. <report>maven-file-activity-plugin</report>
  302. <report>maven-checkstyle-plugin</report>
  303. <report>maven-statcvs-plugin</report>
  304. <report>maven-javadoc-plugin</report>
  305. <report>maven-jdepend-plugin</report>
  306. <report>maven-junit-report-plugin</report>
  307. <report>maven-jxr-plugin</report>
  308. <report>maven-license-plugin</report>
  309. <report>maven-pmd-plugin</report>
  310. <report>maven-tasklist-plugin</report>
  311. <report>maven-simian-plugin</report>
  312. <report>maven-faq-plugin</report>
  313. <!--report>maven-jcoverage-plugin</report-->
  314. <report>maven-clover-plugin</report>
  315. </reports>
  316. </project>