project.xml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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. <siteAddress>shell.sourceforge.net</siteAddress>
  11. <siteDirectory>/home/groups/a/ac/acegisecurity/htdocs</siteDirectory>
  12. <distributionSite>shell.sourceforge.net</distributionSite>
  13. <distributionDirectory>/home/groups/a/ac/acegisecurity/htdocs/maven</distributionDirectory>
  14. <repository>
  15. <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
  16. <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url>
  17. </repository>
  18. <mailingLists>
  19. <mailingList>
  20. <name>Acegi Developer List</name>
  21. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  22. </mailingList>
  23. <mailingList>
  24. <name>Spring User List</name>
  25. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  26. </mailingList>
  27. </mailingLists>
  28. <developers>
  29. <developer>
  30. <name>Ben Alex</name>
  31. <id>benalex</id>
  32. <email>benalex at users.sourceforge.net</email>
  33. </developer>
  34. <developer>
  35. <name>Francois Beausoleil</name>
  36. <id>fbos</id>
  37. <email>fbos at users.sourceforge.net</email>
  38. </developer>
  39. <developer>
  40. <name>Colin Sampaleanu</name>
  41. <id>colins</id>
  42. <email>colinml1 at exis.com</email>
  43. </developer>
  44. <developer>
  45. <name>Luke Taylor</name>
  46. <id>luke_t</id>
  47. <email>luke at monkeymachine.ltd.uk</email>
  48. </developer>
  49. <developer>
  50. <name>Ray Krueger</name>
  51. <id>raykrueger</id>
  52. <email>raykrueger at users.sourceforge.net</email>
  53. </developer>
  54. </developers>
  55. <dependencies>
  56. <dependency>
  57. <groupId>ehcache</groupId>
  58. <artifactId>ehcache</artifactId>
  59. <version>0.7</version>
  60. <url>http://ehcache.sourceforge.net</url>
  61. <properties>
  62. <war.bundle>true</war.bundle>
  63. </properties>
  64. </dependency>
  65. <dependency>
  66. <groupId>aopalliance</groupId>
  67. <artifactId>aopalliance</artifactId>
  68. <version>1.0</version>
  69. <url>http://aopalliance.sourceforge.net</url>
  70. <properties>
  71. <war.bundle>true</war.bundle>
  72. </properties>
  73. </dependency>
  74. <dependency>
  75. <groupId>commons-codec</groupId>
  76. <artifactId>commons-codec</artifactId>
  77. <version>1.2</version>
  78. <url>http://jakarta.apache.org/commons</url>
  79. <properties>
  80. <war.bundle>true</war.bundle>
  81. </properties>
  82. </dependency>
  83. <dependency>
  84. <groupId>commons-collections</groupId>
  85. <artifactId>commons-collections</artifactId>
  86. <version>3.0</version>
  87. <url>http://jakarta.apache.org/commons</url>
  88. <properties>
  89. <war.bundle>true</war.bundle>
  90. </properties>
  91. </dependency>
  92. <dependency>
  93. <groupId>commons-logging</groupId>
  94. <artifactId>commons-logging</artifactId>
  95. <version>1.0</version>
  96. <url>http://jakarta.apache.org/commons</url>
  97. <properties>
  98. <war.bundle>true</war.bundle>
  99. </properties>
  100. </dependency>
  101. <dependency>
  102. <groupId>jstl</groupId>
  103. <artifactId>jstl</artifactId>
  104. <version>1.0.2</version>
  105. <properties>
  106. <war.bundle>true</war.bundle>
  107. </properties>
  108. </dependency>
  109. <dependency>
  110. <groupId>servletapi</groupId>
  111. <artifactId>servletapi</artifactId>
  112. <version>2.3</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>oro</groupId>
  116. <artifactId>oro</artifactId>
  117. <version>2.0.7</version>
  118. <url>http://jakarta.apache.org/oro/</url>
  119. <properties>
  120. <war.bundle>true</war.bundle>
  121. </properties>
  122. </dependency>
  123. <dependency>
  124. <groupId>hsqldb</groupId>
  125. <artifactId>hsqldb</artifactId>
  126. <version>1.7.2-rc6c</version>
  127. <url>http://hsqldb.sourceforge.net/</url>
  128. <properties>
  129. <war.bundle>true</war.bundle>
  130. </properties>
  131. </dependency>
  132. <!-- maven plugins -->
  133. <dependency>
  134. <groupId>springframework</groupId>
  135. <artifactId>spring-core</artifactId>
  136. <version>1.1</version>
  137. <url>http://www.springframework.org</url>
  138. <properties>
  139. <war.bundle>true</war.bundle>
  140. </properties>
  141. </dependency>
  142. <dependency>
  143. <groupId>springframework</groupId>
  144. <artifactId>spring-dao</artifactId>
  145. <version>1.1</version>
  146. <url>http://www.springframework.org</url>
  147. <properties>
  148. <war.bundle>true</war.bundle>
  149. </properties>
  150. </dependency>
  151. <dependency>
  152. <groupId>springframework</groupId>
  153. <artifactId>spring-orm</artifactId>
  154. <version>1.1</version>
  155. <url>http://www.springframework.org</url>
  156. <properties>
  157. <war.bundle>true</war.bundle>
  158. </properties>
  159. </dependency>
  160. <dependency>
  161. <groupId>springframework</groupId>
  162. <artifactId>spring-context</artifactId>
  163. <version>1.1</version>
  164. <url>http://www.springframework.org</url>
  165. <properties>
  166. <war.bundle>true</war.bundle>
  167. </properties>
  168. </dependency>
  169. <dependency>
  170. <groupId>springframework</groupId>
  171. <artifactId>spring-aop</artifactId>
  172. <version>1.1</version>
  173. <url>http://www.springframework.org</url>
  174. <properties>
  175. <war.bundle>true</war.bundle>
  176. </properties>
  177. </dependency>
  178. <dependency>
  179. <groupId>springframework</groupId>
  180. <artifactId>spring-web</artifactId>
  181. <version>1.1</version>
  182. <url>http://www.springframework.org</url>
  183. <properties>
  184. <war.bundle>true</war.bundle>
  185. </properties>
  186. </dependency>
  187. <dependency>
  188. <groupId>springframework</groupId>
  189. <artifactId>spring-mock</artifactId>
  190. <version>1.1</version>
  191. <url>http://www.springframework.org</url>
  192. </dependency>
  193. <dependency>
  194. <groupId>commons-attributes</groupId>
  195. <artifactId>commons-attributes-api</artifactId>
  196. <version>2.1</version>
  197. <url>http://jakarta.apache.org/commons</url>
  198. <properties>
  199. <war.bundle>true</war.bundle>
  200. </properties>
  201. </dependency>
  202. <dependency>
  203. <groupId>commons-attributes</groupId>
  204. <artifactId>commons-attributes-compiler</artifactId>
  205. <version>2.1</version>
  206. <url>http://jakarta.apache.org/commons</url>
  207. </dependency>
  208. <dependency>
  209. <groupId>taglibs</groupId>
  210. <artifactId>standard</artifactId>
  211. <version>1.0.4</version>
  212. <url>http://jakarta.apache.org/taglibs/</url>
  213. <properties>
  214. <war.bundle>true</war.bundle>
  215. </properties>
  216. </dependency>
  217. <dependency>
  218. <groupId>cas</groupId>
  219. <artifactId>casclient</artifactId>
  220. <version>2.0.11</version>
  221. <url>http://www.yale.edu/tp/cas</url>
  222. <properties>
  223. <war.bundle>true</war.bundle>
  224. </properties>
  225. </dependency>
  226. <dependency>
  227. <groupId>aspectj</groupId>
  228. <artifactId>aspectjrt</artifactId>
  229. <version>1.2</version>
  230. <url>http://www.eclipse.org/aspectj</url>
  231. <properties>
  232. <war.bundle>true</war.bundle>
  233. </properties>
  234. </dependency>
  235. <dependency>
  236. <groupId>maven-plugins</groupId>
  237. <artifactId>maven-findbugs-plugin</artifactId>
  238. <version>0.8.4</version>
  239. <type>plugin</type>
  240. </dependency>
  241. <dependency>
  242. <groupId>statcvs</groupId>
  243. <artifactId>maven-statcvs-plugin</artifactId>
  244. <version>2.5</version>
  245. <type>plugin</type>
  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-javadoc-plugin</report>
  284. <report>maven-jdepend-plugin</report>
  285. <report>maven-junit-report-plugin</report>
  286. <report>maven-jxr-plugin</report>
  287. <report>maven-license-plugin</report>
  288. <report>maven-pmd-plugin</report>
  289. <report>maven-simian-plugin</report>
  290. <report>maven-tasklist-plugin</report>
  291. <report>maven-faq-plugin</report>
  292. <report>maven-clover-plugin</report>
  293. <report>maven-findbugs-plugin</report>
  294. <report>maven-statcvs-plugin</report>
  295. </reports>
  296. <properties />
  297. </project>