project.xml 11 KB

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