project.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <project>
  2. <pomVersion>3</pomVersion>
  3. <artifactId>acegi-security</artifactId>
  4. <name>Acegi Security System for Spring</name>
  5. <groupId>acegi</groupId>
  6. <currentVersion>0.7-SNAPSHOT</currentVersion>
  7. <package>net.sf.acegisecurity</package>
  8. <description>Acegi Security System for Spring</description>
  9. <shortDescription>Acegi Security System for Spring</shortDescription>
  10. <url>http://acegisecurity.sourceforge.net/</url>
  11. <siteDirectory>/srv/www/htdocs/acegi</siteDirectory>
  12. <repository>
  13. <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
  14. <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url>
  15. </repository>
  16. <mailingLists>
  17. <mailingList>
  18. <name>Acegi Developer List</name>
  19. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  20. </mailingList>
  21. <mailingList>
  22. <name>Spring User List</name>
  23. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  24. </mailingList>
  25. </mailingLists>
  26. <developers>
  27. <developer>
  28. <name>Ben Alex</name>
  29. <id>benalex</id>
  30. <email>benalex at users.sourceforge.net</email>
  31. <roles>
  32. <role>Developer</role>
  33. <role>Project Admin</role>
  34. </roles>
  35. </developer>
  36. <developer>
  37. <name>Francois Beausoleil</name>
  38. <id>fbos</id>
  39. <email>fbos at users.sourceforge.net</email>
  40. <roles>
  41. <role>Developer</role>
  42. </roles>
  43. </developer>
  44. <developer>
  45. <name>Colin Sampaleanu</name>
  46. <id>colins</id>
  47. <email>colinml1 at exis.com</email>
  48. <roles>
  49. <role>Developer</role>
  50. </roles>
  51. </developer>
  52. <developer>
  53. <name>Luke Taylor</name>
  54. <id>luke_t</id>
  55. <email>luke at monkeymachine.ltd.uk</email>
  56. <roles>
  57. <role>Developer</role>
  58. </roles>
  59. </developer>
  60. <developer>
  61. <name>Ray Krueger</name>
  62. <id>raykrueger</id>
  63. <email>raykrueger at users.sourceforge.net</email>
  64. <roles>
  65. <role>Developer</role>
  66. </roles>
  67. </developer>
  68. </developers>
  69. <dependencies>
  70. <dependency>
  71. <groupId>ehcache</groupId>
  72. <artifactId>ehcache</artifactId>
  73. <version>0.7</version>
  74. <type>jar</type>
  75. <url>http://ehcache.sourceforge.net</url>
  76. <properties>
  77. <war.bundle>true</war.bundle>
  78. </properties>
  79. </dependency>
  80. <dependency>
  81. <groupId>springframework</groupId>
  82. <artifactId>spring-core</artifactId>
  83. <version>1.1</version>
  84. <type>jar</type>
  85. <url>http://www.springframework.org</url>
  86. <properties>
  87. <war.bundle>true</war.bundle>
  88. </properties>
  89. </dependency>
  90. <dependency>
  91. <groupId>springframework</groupId>
  92. <artifactId>spring-dao</artifactId>
  93. <version>1.1</version>
  94. <type>jar</type>
  95. <url>http://www.springframework.org</url>
  96. <properties>
  97. <war.bundle>true</war.bundle>
  98. </properties>
  99. </dependency>
  100. <dependency>
  101. <groupId>springframework</groupId>
  102. <artifactId>spring-orm</artifactId>
  103. <version>1.1</version>
  104. <type>jar</type>
  105. <url>http://www.springframework.org</url>
  106. <properties>
  107. <war.bundle>true</war.bundle>
  108. </properties>
  109. </dependency>
  110. <dependency>
  111. <groupId>springframework</groupId>
  112. <artifactId>spring-context</artifactId>
  113. <version>1.1</version>
  114. <type>jar</type>
  115. <url>http://www.springframework.org</url>
  116. <properties>
  117. <war.bundle>true</war.bundle>
  118. </properties>
  119. </dependency>
  120. <dependency>
  121. <groupId>springframework</groupId>
  122. <artifactId>spring-aop</artifactId>
  123. <version>1.1</version>
  124. <type>jar</type>
  125. <url>http://www.springframework.org</url>
  126. <properties>
  127. <war.bundle>true</war.bundle>
  128. </properties>
  129. </dependency>
  130. <dependency>
  131. <groupId>springframework</groupId>
  132. <artifactId>spring-web</artifactId>
  133. <version>1.1</version>
  134. <type>jar</type>
  135. <url>http://www.springframework.org</url>
  136. <properties>
  137. <war.bundle>true</war.bundle>
  138. </properties>
  139. </dependency>
  140. <dependency>
  141. <groupId>springframework</groupId>
  142. <artifactId>spring-mock</artifactId>
  143. <version>1.1</version>
  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</version>
  256. <type>jar</type>
  257. <url>http://www.yale.edu/tp/cas</url>
  258. <properties/>
  259. </dependency>
  260. <dependency>
  261. <groupId>cas</groupId>
  262. <artifactId>casclient</artifactId>
  263. <version>2.0.11</version>
  264. <type>jar</type>
  265. <url>http://www.yale.edu/tp/cas</url>
  266. <properties>
  267. <war.bundle>true</war.bundle>
  268. </properties>
  269. </dependency>
  270. <dependency>
  271. <groupId>jboss</groupId>
  272. <artifactId>jboss-jmx</artifactId>
  273. <version>3.2.1</version>
  274. <type>jar</type>
  275. <properties/>
  276. </dependency>
  277. <dependency>
  278. <groupId>jboss</groupId>
  279. <artifactId>jboss-common</artifactId>
  280. <version>3.2.3</version>
  281. <type>jar</type>
  282. <properties/>
  283. </dependency>
  284. <dependency>
  285. <groupId>jboss</groupId>
  286. <artifactId>jbosssx</artifactId>
  287. <version>3.2.3</version>
  288. <type>jar</type>
  289. <properties/>
  290. </dependency>
  291. <dependency>
  292. <groupId>tomcat</groupId>
  293. <artifactId>catalina</artifactId>
  294. <version>4.1.9</version>
  295. <type>jar</type>
  296. <properties/>
  297. </dependency>
  298. <dependency>
  299. <groupId>jetty</groupId>
  300. <artifactId>org.mortbay.jetty</artifactId>
  301. <version>4.2.20</version>
  302. <type>jar</type>
  303. <properties/>
  304. </dependency>
  305. <dependency>
  306. <groupId>acegi</groupId>
  307. <artifactId>resin-extracted</artifactId>
  308. <version>unknown</version>
  309. <jar>${basedir}/lib/extracted/resin/resin-extracted.jar</jar>
  310. <type>jar</type>
  311. <properties/>
  312. </dependency>
  313. <dependency>
  314. <groupId>aspectj</groupId>
  315. <artifactId>aspectjrt</artifactId>
  316. <version>1.2</version>
  317. <type>jar</type>
  318. <url>http://eclipse.org/aspectj/</url>
  319. <properties/>
  320. </dependency>
  321. </dependencies>
  322. <build>
  323. <sourceDirectory>${basedir}/src</sourceDirectory>
  324. <unitTestSourceDirectory>${basedir}/test</unitTestSourceDirectory>
  325. <unitTest>
  326. <includes>
  327. <include>**/*Tests.java</include>
  328. </includes>
  329. <resources>
  330. <resource>
  331. <directory>${basedir}/test</directory>
  332. <includes>
  333. <include>**/**</include>
  334. </includes>
  335. <excludes>
  336. <exclude>**/*.java</exclude>
  337. </excludes>
  338. <filtering>false</filtering>
  339. </resource>
  340. </resources>
  341. </unitTest>
  342. <resources>
  343. <resource>
  344. <directory>${basedir}/src/conf</directory>
  345. <includes>
  346. <include>**/**</include>
  347. </includes>
  348. <filtering>false</filtering>
  349. </resource>
  350. </resources>
  351. </build>
  352. <reports>
  353. <report>maven-changelog-plugin</report>
  354. <report>maven-developer-activity-plugin</report>
  355. <report>maven-file-activity-plugin</report>
  356. <report>maven-checkstyle-plugin</report>
  357. <report>maven-statcvs-plugin</report>
  358. <report>maven-javadoc-plugin</report>
  359. <report>maven-jdepend-plugin</report>
  360. <report>maven-junit-report-plugin</report>
  361. <report>maven-jxr-plugin</report>
  362. <report>maven-license-plugin</report>
  363. <report>maven-pmd-plugin</report>
  364. <report>maven-findbugs-plugin</report>
  365. <report>maven-simian-plugin</report>
  366. <report>maven-tasklist-plugin</report>
  367. <report>maven-faq-plugin</report>
  368. <report>maven-clover-plugin</report>
  369. </reports>
  370. <properties/>
  371. </project>