project.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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. <type>jar</type>
  74. <url>http://ehcache.sourceforge.net</url>
  75. <properties>
  76. <war.bundle>true</war.bundle>
  77. </properties>
  78. </dependency>
  79. <dependency>
  80. <groupId>springframework</groupId>
  81. <artifactId>spring-core</artifactId>
  82. <version>1.1</version>
  83. <type>jar</type>
  84. <url>http://www.springframework.org</url>
  85. <properties>
  86. <war.bundle>true</war.bundle>
  87. </properties>
  88. </dependency>
  89. <dependency>
  90. <groupId>springframework</groupId>
  91. <artifactId>spring-dao</artifactId>
  92. <version>1.1</version>
  93. <type>jar</type>
  94. <url>http://www.springframework.org</url>
  95. <properties>
  96. <war.bundle>true</war.bundle>
  97. </properties>
  98. </dependency>
  99. <dependency>
  100. <groupId>springframework</groupId>
  101. <artifactId>spring-orm</artifactId>
  102. <version>1.1</version>
  103. <type>jar</type>
  104. <url>http://www.springframework.org</url>
  105. <properties>
  106. <war.bundle>true</war.bundle>
  107. </properties>
  108. </dependency>
  109. <dependency>
  110. <groupId>springframework</groupId>
  111. <artifactId>spring-context</artifactId>
  112. <version>1.1</version>
  113. <type>jar</type>
  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.1</version>
  123. <type>jar</type>
  124. <url>http://www.springframework.org</url>
  125. <properties>
  126. <war.bundle>true</war.bundle>
  127. </properties>
  128. </dependency>
  129. <dependency>
  130. <groupId>springframework</groupId>
  131. <artifactId>spring-web</artifactId>
  132. <version>1.1</version>
  133. <type>jar</type>
  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-mock</artifactId>
  142. <version>1.1</version>
  143. <type>jar</type>
  144. <url>http://www.springframework.org</url>
  145. <properties/>
  146. </dependency>
  147. <dependency>
  148. <groupId>aopalliance</groupId>
  149. <artifactId>aopalliance</artifactId>
  150. <version>1.0</version>
  151. <type>jar</type>
  152. <url>http://aopalliance.sourceforge.net</url>
  153. <properties>
  154. <war.bundle>true</war.bundle>
  155. </properties>
  156. </dependency>
  157. <dependency>
  158. <groupId>commons-attributes</groupId>
  159. <artifactId>commons-attributes-api</artifactId>
  160. <version>2.1</version>
  161. <type>jar</type>
  162. <url>http://jakarta.apache.org/commons</url>
  163. <properties>
  164. <war.bundle>true</war.bundle>
  165. </properties>
  166. </dependency>
  167. <dependency>
  168. <groupId>commons-attributes</groupId>
  169. <artifactId>commons-attributes-compiler</artifactId>
  170. <version>2.1</version>
  171. <type>jar</type>
  172. <url>http://jakarta.apache.org/commons</url>
  173. <properties/>
  174. </dependency>
  175. <dependency>
  176. <groupId>commons-codec</groupId>
  177. <artifactId>commons-codec</artifactId>
  178. <version>1.2</version>
  179. <type>jar</type>
  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-collections</groupId>
  187. <artifactId>commons-collections</artifactId>
  188. <version>3.0</version>
  189. <type>jar</type>
  190. <url>http://jakarta.apache.org/commons</url>
  191. <properties>
  192. <war.bundle>true</war.bundle>
  193. </properties>
  194. </dependency>
  195. <dependency>
  196. <groupId>commons-logging</groupId>
  197. <artifactId>commons-logging</artifactId>
  198. <version>1.0</version>
  199. <type>jar</type>
  200. <url>http://jakarta.apache.org/commons</url>
  201. <properties>
  202. <war.bundle>true</war.bundle>
  203. </properties>
  204. </dependency>
  205. <dependency>
  206. <groupId>taglibs</groupId>
  207. <artifactId>standard</artifactId>
  208. <version>1.0.4</version>
  209. <type>jar</type>
  210. <url>http://jakarta.apache.org/taglibs/</url>
  211. <properties>
  212. <war.bundle>true</war.bundle>
  213. </properties>
  214. </dependency>
  215. <dependency>
  216. <groupId>jstl</groupId>
  217. <artifactId>jstl</artifactId>
  218. <version>1.0.2</version>
  219. <type>jar</type>
  220. <properties>
  221. <war.bundle>true</war.bundle>
  222. </properties>
  223. </dependency>
  224. <dependency>
  225. <groupId>servletapi</groupId>
  226. <artifactId>servletapi</artifactId>
  227. <version>2.3</version>
  228. <type>jar</type>
  229. <properties/>
  230. </dependency>
  231. <dependency>
  232. <groupId>oro</groupId>
  233. <artifactId>oro</artifactId>
  234. <version>2.0.7</version>
  235. <type>jar</type>
  236. <url>http://jakarta.apache.org/oro/</url>
  237. <properties>
  238. <war.bundle>true</war.bundle>
  239. </properties>
  240. </dependency>
  241. <dependency>
  242. <groupId>hsqldb</groupId>
  243. <artifactId>hsqldb</artifactId>
  244. <version>1.7.2-rc6c</version>
  245. <type>jar</type>
  246. <url>http://hsqldb.sourceforge.net/</url>
  247. <properties>
  248. <war.bundle>true</war.bundle>
  249. </properties>
  250. </dependency>
  251. <dependency>
  252. <groupId>cas</groupId>
  253. <artifactId>casclient</artifactId>
  254. <version>2.0.11</version>
  255. <type>jar</type>
  256. <url>http://www.yale.edu/tp/cas</url>
  257. <properties>
  258. <war.bundle>true</war.bundle>
  259. </properties>
  260. </dependency>
  261. <dependency>
  262. <groupId>aspectj</groupId>
  263. <artifactId>aspectjrt</artifactId>
  264. <version>1.2</version>
  265. <type>jar</type>
  266. <url>http://www.eclipse.org/aspectj</url>
  267. <properties>
  268. <war.bundle>true</war.bundle>
  269. </properties>
  270. </dependency>
  271. </dependencies>
  272. <build>
  273. <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
  274. <unitTestSourceDirectory>${basedir}/src/test/java</unitTestSourceDirectory>
  275. <unitTest>
  276. <includes>
  277. <include>**/*Tests.java</include>
  278. </includes>
  279. <resources>
  280. <resource>
  281. <directory>${basedir}/src/test/resources</directory>
  282. <includes>
  283. <include>**/**</include>
  284. </includes>
  285. <excludes>
  286. <exclude>**/*.java</exclude>
  287. </excludes>
  288. <filtering>false</filtering>
  289. </resource>
  290. </resources>
  291. </unitTest>
  292. <resources>
  293. <resource>
  294. <directory>${basedir}/src/main/resources</directory>
  295. <includes>
  296. <include>**/**</include>
  297. </includes>
  298. <filtering>false</filtering>
  299. </resource>
  300. </resources>
  301. </build>
  302. <reports>
  303. <report>maven-changelog-plugin</report>
  304. <report>maven-developer-activity-plugin</report>
  305. <report>maven-file-activity-plugin</report>
  306. <report>maven-checkstyle-plugin</report>
  307. <report>maven-statcvs-plugin</report>
  308. <report>maven-javadoc-plugin</report>
  309. <report>maven-jdepend-plugin</report>
  310. <report>maven-junit-report-plugin</report>
  311. <report>maven-jxr-plugin</report>
  312. <report>maven-license-plugin</report>
  313. <report>maven-pmd-plugin</report>
  314. <report>maven-findbugs-plugin</report>
  315. <report>maven-simian-plugin</report>
  316. <report>maven-tasklist-plugin</report>
  317. <report>maven-faq-plugin</report>
  318. <report>maven-clover-plugin</report>
  319. </reports>
  320. <properties/>
  321. </project>