project.xml 9.7 KB

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