project.xml 10 KB

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