project.xml 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <project>
  3. <pomVersion>3</pomVersion>
  4. <id>acegi-security</id>
  5. <name>Acegi Security System for Spring</name>
  6. <currentVersion>0.51</currentVersion>
  7. <groupId>acegi</groupId>
  8. <package>net.sf.acegisecurity</package>
  9. <shortDescription>Acegi Security System for Spring</shortDescription>
  10. <description>Acegi Security System for Spring</description>
  11. <dependencies>
  12. <dependency>
  13. <groupId>ehcache</groupId>
  14. <artifactId>ehcache</artifactId>
  15. <version>0.7</version>
  16. <url>http://ehcache.sourceforge.net</url>
  17. <properties>
  18. <war.bundle>true</war.bundle>
  19. </properties>
  20. </dependency>
  21. <!-- Spring dependencies -->
  22. <dependency>
  23. <groupId>springframework</groupId>
  24. <artifactId>spring-core</artifactId>
  25. <version>1.0.1</version>
  26. <url>http://www.springframework.org</url>
  27. <properties>
  28. <war.bundle>true</war.bundle>
  29. </properties>
  30. </dependency>
  31. <dependency>
  32. <groupId>springframework</groupId>
  33. <artifactId>spring-dao</artifactId>
  34. <version>1.0.1</version>
  35. <url>http://www.springframework.org</url>
  36. <properties>
  37. <war.bundle>true</war.bundle>
  38. </properties>
  39. </dependency>
  40. <dependency>
  41. <groupId>springframework</groupId>
  42. <artifactId>spring-orm</artifactId>
  43. <version>1.0.1</version>
  44. <url>http://www.springframework.org</url>
  45. <properties>
  46. <war.bundle>true</war.bundle>
  47. </properties>
  48. </dependency>
  49. <dependency>
  50. <groupId>springframework</groupId>
  51. <artifactId>spring-context</artifactId>
  52. <version>1.0.1</version>
  53. <url>http://www.springframework.org</url>
  54. <properties>
  55. <war.bundle>true</war.bundle>
  56. </properties>
  57. </dependency>
  58. <dependency>
  59. <groupId>springframework</groupId>
  60. <artifactId>spring-aop</artifactId>
  61. <version>1.0.1</version>
  62. <url>http://www.springframework.org</url>
  63. <properties>
  64. <war.bundle>true</war.bundle>
  65. </properties>
  66. </dependency>
  67. <dependency>
  68. <groupId>springframework</groupId>
  69. <artifactId>spring-web</artifactId>
  70. <version>1.0.1</version>
  71. <url>http://www.springframework.org</url>
  72. <properties>
  73. <war.bundle>true</war.bundle>
  74. </properties>
  75. </dependency>
  76. <dependency>
  77. <groupId>aopalliance</groupId>
  78. <artifactId>aopalliance</artifactId>
  79. <version>1.0</version>
  80. <url>http://aopalliance.sourceforge.net</url>
  81. <properties>
  82. <war.bundle>true</war.bundle>
  83. </properties>
  84. </dependency>
  85. <dependency>
  86. <groupId>commons-attributes</groupId>
  87. <artifactId>commons-attributes-api</artifactId>
  88. <version>SNAPSHOT</version>
  89. <url>http://jakarta.apache.org/commons</url>
  90. <properties>
  91. <war.bundle>true</war.bundle>
  92. </properties>
  93. </dependency>
  94. <dependency>
  95. <groupId>commons-attributes</groupId>
  96. <artifactId>commons-attributes-compiler</artifactId>
  97. <version>SNAPSHOT</version>
  98. <url>http://jakarta.apache.org/commons</url>
  99. </dependency>
  100. <dependency>
  101. <groupId>commons-codec</groupId>
  102. <artifactId>commons-codec</artifactId>
  103. <version>1.2</version>
  104. <url>http://jakarta.apache.org/commons</url>
  105. <properties>
  106. <war.bundle>true</war.bundle>
  107. </properties>
  108. </dependency>
  109. <dependency>
  110. <groupId>commons-collections</groupId>
  111. <artifactId>commons-collections</artifactId>
  112. <version>3.0</version>
  113. <url>http://jakarta.apache.org/commons</url>
  114. <properties>
  115. <war.bundle>true</war.bundle>
  116. </properties>
  117. </dependency>
  118. <dependency>
  119. <groupId>commons-logging</groupId>
  120. <artifactId>commons-logging</artifactId>
  121. <version>1.0</version>
  122. <url>http://jakarta.apache.org/commons</url>
  123. <properties>
  124. <war.bundle>true</war.bundle>
  125. </properties>
  126. </dependency>
  127. <dependency>
  128. <groupId>taglibs</groupId>
  129. <artifactId>standard</artifactId>
  130. <version>1.0.4</version>
  131. <url>http://jakarta.apache.org/taglibs/</url>
  132. <properties>
  133. <war.bundle>true</war.bundle>
  134. </properties>
  135. </dependency>
  136. <dependency>
  137. <groupId>jstl</groupId>
  138. <artifactId>jstl</artifactId>
  139. <version>1.0.2</version>
  140. <properties>
  141. <war.bundle>true</war.bundle>
  142. </properties>
  143. </dependency>
  144. <dependency>
  145. <groupId>servletapi</groupId>
  146. <artifactId>servletapi</artifactId>
  147. <version>2.3</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>oro</groupId>
  151. <artifactId>oro</artifactId>
  152. <version>2.0.7</version>
  153. <url>http://jakarta.apache.org/oro/</url>
  154. <properties>
  155. <war.bundle>true</war.bundle>
  156. </properties>
  157. </dependency>
  158. <dependency>
  159. <groupId>hsqldb</groupId>
  160. <artifactId>hsqldb</artifactId>
  161. <version>1.7.1</version>
  162. <url>http://hsqldb.sourceforge.net/</url>
  163. <properties>
  164. <war.bundle>true</war.bundle>
  165. </properties>
  166. </dependency>
  167. <dependency>
  168. <groupId>cas</groupId>
  169. <artifactId>cas</artifactId>
  170. <version>2.0.12-beta3</version>
  171. <url>http://www.yale.edu/tp/cas</url>
  172. </dependency>
  173. <dependency>
  174. <groupId>cas</groupId>
  175. <artifactId>casclient</artifactId>
  176. <version>2.0.10</version>
  177. <url>http://www.yale.edu/tp/cas</url>
  178. <properties>
  179. <war.bundle>true</war.bundle>
  180. </properties>
  181. </dependency>
  182. <!-- Extracted -->
  183. <dependency>
  184. <groupId>acegi</groupId>
  185. <artifactId>catalina-extracted</artifactId>
  186. <version>unknown</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>acegi</groupId>
  190. <artifactId>jmx-extracted</artifactId>
  191. <version>unknown</version>
  192. </dependency>
  193. <dependency>
  194. <groupId>acegi</groupId>
  195. <artifactId>jboss-common-extracted</artifactId>
  196. <version>unknown</version>
  197. </dependency>
  198. <dependency>
  199. <groupId>acegi</groupId>
  200. <artifactId>jbosssx-extracted</artifactId>
  201. <version>unknown</version>
  202. </dependency>
  203. <dependency>
  204. <groupId>acegi</groupId>
  205. <artifactId>org.mortbay.jetty-extracted</artifactId>
  206. <version>unknown</version>
  207. </dependency>
  208. <dependency>
  209. <groupId>acegi</groupId>
  210. <artifactId>resin-extracted</artifactId>
  211. <version>unknown</version>
  212. </dependency>
  213. </dependencies>
  214. <build>
  215. <sourceDirectory>${basedir}/src</sourceDirectory>
  216. <unitTestSourceDirectory>${basedir}/tests</unitTestSourceDirectory>
  217. <!-- Unit test cases -->
  218. <unitTest>
  219. <includes>
  220. <include>**/*Tests.java</include>
  221. </includes>
  222. <resources>
  223. <resource>
  224. <directory>${basedir}/test</directory>
  225. <includes>
  226. <include>**/**</include>
  227. </includes>
  228. <excludes>
  229. <exclude>**/*.java</exclude>
  230. </excludes>
  231. </resource>
  232. </resources>
  233. </unitTest>
  234. <!-- Jar resources -->
  235. <resources>
  236. <resource>
  237. <directory>${basedir}/src/conf</directory>
  238. <includes>
  239. <include>**/**</include>
  240. </includes>
  241. </resource>
  242. </resources>
  243. </build>
  244. <reports>
  245. <report>maven-checkstyle-plugin</report>
  246. <report>maven-javadoc-plugin</report>
  247. <report>maven-jdepend-plugin</report>
  248. <report>maven-junit-report-plugin</report>
  249. <report>maven-jxr-plugin</report>
  250. <report>maven-license-plugin</report>
  251. <report>maven-pmd-plugin</report>
  252. <report>maven-tasklist-plugin</report>
  253. <report>maven-simian-plugin</report>
  254. <report>maven-faq-plugin</report>
  255. <report>maven-jcoverage-plugin</report>
  256. <report>maven-clover-plugin</report>
  257. </reports>
  258. </project>