project.xml 9.0 KB

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