project.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. <project>
  2. <pomVersion>3</pomVersion>
  3. <name>Acegi Security System for Spring</name>
  4. <groupId>acegi</groupId>
  5. <currentVersion>0.6-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.0.1</version>
  143. <jar>${basedir}/lib/spring/spring-mock.jar</jar>
  144. <type>jar</type>
  145. <url>http://www.springframework.org</url>
  146. <properties/>
  147. </dependency>
  148. <dependency>
  149. <groupId>aopalliance</groupId>
  150. <artifactId>aopalliance</artifactId>
  151. <version>1.0</version>
  152. <type>jar</type>
  153. <url>http://aopalliance.sourceforge.net</url>
  154. <properties>
  155. <war.bundle>true</war.bundle>
  156. </properties>
  157. </dependency>
  158. <dependency>
  159. <groupId>commons-attributes</groupId>
  160. <artifactId>commons-attributes-api</artifactId>
  161. <version>2.1</version>
  162. <type>jar</type>
  163. <url>http://jakarta.apache.org/commons</url>
  164. <properties>
  165. <war.bundle>true</war.bundle>
  166. </properties>
  167. </dependency>
  168. <dependency>
  169. <groupId>commons-attributes</groupId>
  170. <artifactId>commons-attributes-compiler</artifactId>
  171. <version>2.1</version>
  172. <type>jar</type>
  173. <url>http://jakarta.apache.org/commons</url>
  174. <properties/>
  175. </dependency>
  176. <dependency>
  177. <groupId>commons-codec</groupId>
  178. <artifactId>commons-codec</artifactId>
  179. <version>1.2</version>
  180. <type>jar</type>
  181. <url>http://jakarta.apache.org/commons</url>
  182. <properties>
  183. <war.bundle>true</war.bundle>
  184. </properties>
  185. </dependency>
  186. <dependency>
  187. <groupId>commons-collections</groupId>
  188. <artifactId>commons-collections</artifactId>
  189. <version>3.0</version>
  190. <type>jar</type>
  191. <url>http://jakarta.apache.org/commons</url>
  192. <properties>
  193. <war.bundle>true</war.bundle>
  194. </properties>
  195. </dependency>
  196. <dependency>
  197. <groupId>commons-logging</groupId>
  198. <artifactId>commons-logging</artifactId>
  199. <version>1.0</version>
  200. <type>jar</type>
  201. <url>http://jakarta.apache.org/commons</url>
  202. <properties>
  203. <war.bundle>true</war.bundle>
  204. </properties>
  205. </dependency>
  206. <dependency>
  207. <groupId>taglibs</groupId>
  208. <artifactId>standard</artifactId>
  209. <version>1.0.4</version>
  210. <type>jar</type>
  211. <url>http://jakarta.apache.org/taglibs/</url>
  212. <properties>
  213. <war.bundle>true</war.bundle>
  214. </properties>
  215. </dependency>
  216. <dependency>
  217. <groupId>jstl</groupId>
  218. <artifactId>jstl</artifactId>
  219. <version>1.0.2</version>
  220. <type>jar</type>
  221. <properties>
  222. <war.bundle>true</war.bundle>
  223. </properties>
  224. </dependency>
  225. <dependency>
  226. <groupId>servletapi</groupId>
  227. <artifactId>servletapi</artifactId>
  228. <version>2.3</version>
  229. <type>jar</type>
  230. <properties/>
  231. </dependency>
  232. <dependency>
  233. <groupId>oro</groupId>
  234. <artifactId>oro</artifactId>
  235. <version>2.0.7</version>
  236. <type>jar</type>
  237. <url>http://jakarta.apache.org/oro/</url>
  238. <properties>
  239. <war.bundle>true</war.bundle>
  240. </properties>
  241. </dependency>
  242. <dependency>
  243. <groupId>hsqldb</groupId>
  244. <artifactId>hsqldb</artifactId>
  245. <version>1.7.2-rc6c</version>
  246. <type>jar</type>
  247. <url>http://hsqldb.sourceforge.net/</url>
  248. <properties>
  249. <war.bundle>true</war.bundle>
  250. </properties>
  251. </dependency>
  252. <dependency>
  253. <groupId>cas</groupId>
  254. <artifactId>cas</artifactId>
  255. <version>2.0.12-beta3</version>
  256. <jar>${basedir}/lib/cas/cas-2.0.12-beta3.jar</jar>
  257. <type>jar</type>
  258. <url>http://www.yale.edu/tp/cas</url>
  259. <properties/>
  260. </dependency>
  261. <dependency>
  262. <groupId>cas</groupId>
  263. <artifactId>casclient</artifactId>
  264. <version>2.0.10</version>
  265. <jar>${basedir}/lib/cas/casclient-2.0.10.jar</jar>
  266. <type>jar</type>
  267. <url>http://www.yale.edu/tp/cas</url>
  268. <properties>
  269. <war.bundle>true</war.bundle>
  270. </properties>
  271. </dependency>
  272. <dependency>
  273. <groupId>jboss</groupId>
  274. <artifactId>jboss-jmx</artifactId>
  275. <version>3.2.1</version>
  276. <type>jar</type>
  277. <properties/>
  278. </dependency>
  279. <dependency>
  280. <groupId>jboss</groupId>
  281. <artifactId>jboss-common</artifactId>
  282. <version>3.2.3</version>
  283. <type>jar</type>
  284. <properties/>
  285. </dependency>
  286. <dependency>
  287. <groupId>jboss</groupId>
  288. <artifactId>jbosssx</artifactId>
  289. <version>3.2.3</version>
  290. <type>jar</type>
  291. <properties/>
  292. </dependency>
  293. <dependency>
  294. <groupId>tomcat</groupId>
  295. <artifactId>catalina</artifactId>
  296. <version>4.1.9</version>
  297. <type>jar</type>
  298. <properties/>
  299. </dependency>
  300. <dependency>
  301. <groupId>jetty</groupId>
  302. <artifactId>org.mortbay.jetty</artifactId>
  303. <version>4.2.20</version>
  304. <type>jar</type>
  305. <properties/>
  306. </dependency>
  307. <dependency>
  308. <groupId>acegi</groupId>
  309. <artifactId>resin-extracted</artifactId>
  310. <version>unknown</version>
  311. <jar>${basedir}/lib/extracted/resin/resin-extracted.jar</jar>
  312. <type>jar</type>
  313. <properties/>
  314. </dependency>
  315. </dependencies>
  316. <build>
  317. <sourceDirectory>${basedir}/src</sourceDirectory>
  318. <unitTestSourceDirectory>${basedir}/test</unitTestSourceDirectory>
  319. <unitTest>
  320. <includes>
  321. <include>**/*Tests.java</include>
  322. </includes>
  323. <resources>
  324. <resource>
  325. <directory>${basedir}/test</directory>
  326. <includes>
  327. <include>**/**</include>
  328. </includes>
  329. <excludes>
  330. <exclude>**/*.java</exclude>
  331. </excludes>
  332. <filtering>false</filtering>
  333. </resource>
  334. </resources>
  335. </unitTest>
  336. <resources>
  337. <resource>
  338. <directory>${basedir}/src/conf</directory>
  339. <includes>
  340. <include>**/**</include>
  341. </includes>
  342. <filtering>false</filtering>
  343. </resource>
  344. </resources>
  345. </build>
  346. <reports>
  347. <report>maven-changelog-plugin</report>
  348. <report>maven-developer-activity-plugin</report>
  349. <report>maven-file-activity-plugin</report>
  350. <report>maven-checkstyle-plugin</report>
  351. <report>maven-statcvs-plugin</report>
  352. <report>maven-javadoc-plugin</report>
  353. <report>maven-jdepend-plugin</report>
  354. <report>maven-junit-report-plugin</report>
  355. <report>maven-jxr-plugin</report>
  356. <report>maven-license-plugin</report>
  357. <report>maven-pmd-plugin</report>
  358. <report>maven-tasklist-plugin</report>
  359. <report>maven-simian-plugin</report>
  360. <report>maven-faq-plugin</report>
  361. <report>maven-clover-plugin</report>
  362. </reports>
  363. <properties/>
  364. </project>