project.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * ========================================================================
  4. *
  5. * Copyright 2004 Acegi Technology Pty Limited
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. * ========================================================================
  20. -->
  21. <project>
  22. <pomVersion>3</pomVersion>
  23. <groupId>acegisecurity</groupId>
  24. <currentVersion>0.7-SNAPSHOT</currentVersion>
  25. <package>net.sf.acegisecurity</package>
  26. <description>Acegi Security System for Spring</description>
  27. <shortDescription>Acegi Security System for Spring</shortDescription>
  28. <organization>
  29. <name>Acegi Security</name>
  30. <url>http://sourceforge.net/projects/acegisecurity</url>
  31. <logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>
  32. </organization>
  33. <inceptionYear>2004</inceptionYear>
  34. <logo>http://acegisecurity.sourceforge.net/logo.gif</logo>
  35. <url>http://acegisecurity.sourceforge.net/</url>
  36. <siteAddress>shell.sourceforge.net</siteAddress>
  37. <siteDirectory>/home/groups/a/ac/acegisecurity/htdocs</siteDirectory>
  38. <distributionSite>shell.sourceforge.net</distributionSite>
  39. <distributionDirectory>/home/groups/a/ac/acegisecurity/htdocs/maven</distributionDirectory>
  40. <repository>
  41. <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
  42. <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url>
  43. </repository>
  44. <mailingLists>
  45. <mailingList>
  46. <name>Acegi Developer List</name>
  47. <subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
  48. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  49. </mailingList>
  50. <mailingList>
  51. <name>Acegi Developer List (at GMane)</name>
  52. <archive>http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</archive>
  53. </mailingList>
  54. <mailingList>
  55. <name>Acegi Developer List (at mail-archive.com)</name>
  56. <archive>http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</archive>
  57. </mailingList>
  58. <mailingList>
  59. <name>Spring User List</name>
  60. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  61. </mailingList>
  62. </mailingLists>
  63. <developers>
  64. <developer>
  65. <name>Ben Alex</name>
  66. <id>benalex</id>
  67. <email>benalex at users.sourceforge.net</email>
  68. <organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
  69. </developer>
  70. <developer>
  71. <name>Francois Beausoleil</name>
  72. <id>fbos</id>
  73. <email>fbos at users.sourceforge.net</email>
  74. </developer>
  75. <developer>
  76. <name>Colin Sampaleanu</name>
  77. <id>colins</id>
  78. <email>colinml1 at exis.com</email>
  79. </developer>
  80. <developer>
  81. <name>Carlos Sanchez</name>
  82. <id>carlossg</id>
  83. <email>carlossg at users.sourceforge.net</email>
  84. <timezone>+1</timezone>
  85. </developer>
  86. <developer>
  87. <name>Luke Taylor</name>
  88. <id>luke_t</id>
  89. <email>luke at monkeymachine.ltd.uk</email>
  90. </developer>
  91. <developer>
  92. <name>Ray Krueger</name>
  93. <id>raykrueger</id>
  94. <email>raykrueger at users.sourceforge.net</email>
  95. </developer>
  96. </developers>
  97. <contributors>
  98. <contributor>
  99. <name>Cameron Braid</name>
  100. <id>CameronBraid</id>
  101. </contributor>
  102. <contributor>
  103. <name>Patrick Burleson</name>
  104. </contributor>
  105. <contributor>
  106. <name>Wesley Hall</name>
  107. </contributor>
  108. <contributor>
  109. <name>Scott Evans</name>
  110. </contributor>
  111. <contributor>
  112. <name>Travis Gregg</name>
  113. </contributor>
  114. <contributor>
  115. <name>Karel Miarka</name>
  116. </contributor>
  117. <contributor>
  118. <name>James Monaghan</name>
  119. </contributor>
  120. <contributor>
  121. <name>Andrew Petro</name>
  122. </contributor>
  123. </contributors>
  124. <dependencies>
  125. <dependency>
  126. <groupId>ehcache</groupId>
  127. <artifactId>ehcache</artifactId>
  128. <version>0.9</version>
  129. <type>jar</type>
  130. <url>http://ehcache.sourceforge.net</url>
  131. <properties>
  132. <war.bundle>true</war.bundle>
  133. </properties>
  134. </dependency>
  135. <dependency>
  136. <groupId>aopalliance</groupId>
  137. <artifactId>aopalliance</artifactId>
  138. <version>1.0</version>
  139. <type>jar</type>
  140. <url>http://aopalliance.sourceforge.net</url>
  141. <properties>
  142. <war.bundle>true</war.bundle>
  143. </properties>
  144. </dependency>
  145. <dependency>
  146. <groupId>commons-codec</groupId>
  147. <artifactId>commons-codec</artifactId>
  148. <version>1.2</version>
  149. <type>jar</type>
  150. <url>http://jakarta.apache.org/commons</url>
  151. <properties>
  152. <war.bundle>true</war.bundle>
  153. </properties>
  154. </dependency>
  155. <dependency>
  156. <groupId>commons-collections</groupId>
  157. <artifactId>commons-collections</artifactId>
  158. <version>3.1</version>
  159. <type>jar</type>
  160. <url>http://jakarta.apache.org/commons</url>
  161. <properties>
  162. <war.bundle>true</war.bundle>
  163. </properties>
  164. </dependency>
  165. <dependency>
  166. <groupId>commons-logging</groupId>
  167. <artifactId>commons-logging</artifactId>
  168. <version>1.0</version>
  169. <type>jar</type>
  170. <url>http://jakarta.apache.org/commons</url>
  171. <properties>
  172. <war.bundle>true</war.bundle>
  173. </properties>
  174. </dependency>
  175. <dependency>
  176. <groupId>jstl</groupId>
  177. <artifactId>jstl</artifactId>
  178. <version>1.0.2</version>
  179. <type>jar</type>
  180. <properties>
  181. <war.bundle>true</war.bundle>
  182. </properties>
  183. </dependency>
  184. <dependency>
  185. <groupId>servletapi</groupId>
  186. <artifactId>servletapi</artifactId>
  187. <version>2.3</version>
  188. <type>jar</type>
  189. </dependency>
  190. <dependency>
  191. <groupId>oro</groupId>
  192. <artifactId>oro</artifactId>
  193. <version>2.0.7</version>
  194. <type>jar</type>
  195. <url>http://jakarta.apache.org/oro/</url>
  196. <properties>
  197. <war.bundle>true</war.bundle>
  198. </properties>
  199. </dependency>
  200. <dependency>
  201. <groupId>hsqldb</groupId>
  202. <artifactId>hsqldb</artifactId>
  203. <version>1.7.2-rc6c</version>
  204. <type>jar</type>
  205. <url>http://hsqldb.sourceforge.net/</url>
  206. <properties>
  207. <war.bundle>true</war.bundle>
  208. </properties>
  209. </dependency>
  210. <dependency>
  211. <groupId>springframework</groupId>
  212. <artifactId>spring-core</artifactId>
  213. <version>1.1.2</version>
  214. <type>jar</type>
  215. <url>http://www.springframework.org</url>
  216. <properties>
  217. <war.bundle>true</war.bundle>
  218. </properties>
  219. </dependency>
  220. <dependency>
  221. <groupId>springframework</groupId>
  222. <artifactId>spring-dao</artifactId>
  223. <version>1.1.2</version>
  224. <type>jar</type>
  225. <url>http://www.springframework.org</url>
  226. <properties>
  227. <war.bundle>true</war.bundle>
  228. </properties>
  229. </dependency>
  230. <dependency>
  231. <groupId>springframework</groupId>
  232. <artifactId>spring-orm</artifactId>
  233. <version>1.1.2</version>
  234. <type>jar</type>
  235. <url>http://www.springframework.org</url>
  236. <properties>
  237. <war.bundle>true</war.bundle>
  238. </properties>
  239. </dependency>
  240. <dependency>
  241. <groupId>springframework</groupId>
  242. <artifactId>spring-context</artifactId>
  243. <version>1.1.2</version>
  244. <type>jar</type>
  245. <url>http://www.springframework.org</url>
  246. <properties>
  247. <war.bundle>true</war.bundle>
  248. </properties>
  249. </dependency>
  250. <dependency>
  251. <groupId>springframework</groupId>
  252. <artifactId>spring-aop</artifactId>
  253. <version>1.1.2</version>
  254. <type>jar</type>
  255. <url>http://www.springframework.org</url>
  256. <properties>
  257. <war.bundle>true</war.bundle>
  258. </properties>
  259. </dependency>
  260. <dependency>
  261. <groupId>springframework</groupId>
  262. <artifactId>spring-web</artifactId>
  263. <version>1.1.2</version>
  264. <type>jar</type>
  265. <url>http://www.springframework.org</url>
  266. <properties>
  267. <war.bundle>true</war.bundle>
  268. </properties>
  269. </dependency>
  270. <dependency>
  271. <groupId>springframework</groupId>
  272. <artifactId>spring-mock</artifactId>
  273. <version>1.1.2</version>
  274. <type>jar</type>
  275. <url>http://www.springframework.org</url>
  276. </dependency>
  277. <dependency>
  278. <groupId>commons-attributes</groupId>
  279. <artifactId>commons-attributes-api</artifactId>
  280. <version>2.1</version>
  281. <type>jar</type>
  282. <url>http://jakarta.apache.org/commons</url>
  283. <properties>
  284. <war.bundle>true</war.bundle>
  285. </properties>
  286. </dependency>
  287. <dependency>
  288. <groupId>commons-attributes</groupId>
  289. <artifactId>commons-attributes-compiler</artifactId>
  290. <version>2.1</version>
  291. <type>jar</type>
  292. <url>http://jakarta.apache.org/commons</url>
  293. </dependency>
  294. <dependency>
  295. <groupId>taglibs</groupId>
  296. <artifactId>standard</artifactId>
  297. <version>1.0.4</version>
  298. <type>jar</type>
  299. <url>http://jakarta.apache.org/taglibs/</url>
  300. <properties>
  301. <war.bundle>true</war.bundle>
  302. </properties>
  303. </dependency>
  304. <dependency>
  305. <groupId>cas</groupId>
  306. <artifactId>casclient</artifactId>
  307. <version>2.0.11</version>
  308. <type>jar</type>
  309. <url>http://www.yale.edu/tp/cas</url>
  310. <properties>
  311. <war.bundle>true</war.bundle>
  312. </properties>
  313. </dependency>
  314. <dependency>
  315. <groupId>aspectj</groupId>
  316. <artifactId>aspectjrt</artifactId>
  317. <version>1.2</version>
  318. <type>jar</type>
  319. <url>http://www.eclipse.org/aspectj</url>
  320. <properties>
  321. <war.bundle>true</war.bundle>
  322. </properties>
  323. </dependency>
  324. <dependency>
  325. <groupId>maven-plugins</groupId>
  326. <artifactId>maven-findbugs-plugin</artifactId>
  327. <version>0.8.4</version>
  328. <type>plugin</type>
  329. </dependency>
  330. <dependency>
  331. <groupId>statcvs</groupId>
  332. <artifactId>maven-statcvs-plugin</artifactId>
  333. <version>2.5</version>
  334. <type>plugin</type>
  335. </dependency>
  336. </dependencies>
  337. <build>
  338. <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
  339. <unitTestSourceDirectory>${basedir}/src/test/java</unitTestSourceDirectory>
  340. <unitTest>
  341. <includes>
  342. <include>**/*Tests.java</include>
  343. </includes>
  344. <resources>
  345. <resource>
  346. <directory>${basedir}/src/test/resources</directory>
  347. <includes>
  348. <include>**/**</include>
  349. </includes>
  350. <excludes>
  351. <exclude>**/*.java</exclude>
  352. </excludes>
  353. <filtering>false</filtering>
  354. </resource>
  355. </resources>
  356. </unitTest>
  357. <resources>
  358. <resource>
  359. <directory>${rootdir}</directory>
  360. <targetPath>META-INF</targetPath>
  361. <includes>
  362. <include>notice.txt</include>
  363. </includes>
  364. <filtering>false</filtering>
  365. </resource>
  366. <resource>
  367. <directory>${basedir}/src/main/resources</directory>
  368. <includes>
  369. <include>**/**</include>
  370. </includes>
  371. <filtering>false</filtering>
  372. </resource>
  373. </resources>
  374. </build>
  375. <reports>
  376. <report>maven-changelog-plugin</report>
  377. <report>maven-checkstyle-plugin</report>
  378. <report>maven-clover-plugin</report>
  379. <report>maven-developer-activity-plugin</report>
  380. <report>maven-file-activity-plugin</report>
  381. <report>maven-javadoc-plugin</report>
  382. <report>maven-jdepend-plugin</report>
  383. <report>maven-junit-report-plugin</report>
  384. <report>maven-jxr-plugin</report>
  385. <report>maven-license-plugin</report>
  386. <report>maven-pmd-plugin</report>
  387. <report>maven-simian-plugin</report>
  388. <report>maven-tasklist-plugin</report>
  389. <report>maven-findbugs-plugin</report>
  390. <report>maven-statcvs-plugin</report>
  391. </reports>
  392. <versions>
  393. <version>
  394. <id>0.3</id>
  395. <name>0.3</name>
  396. <tag>release_0_3</tag>
  397. </version>
  398. <version>
  399. <id>0.4</id>
  400. <name>0.4</name>
  401. <tag>release_0_4</tag>
  402. </version>
  403. <version>
  404. <id>0.5</id>
  405. <name>0.5</name>
  406. <tag>release_0_5</tag>
  407. </version>
  408. <version>
  409. <id>0.5.1</id>
  410. <name>0.5.1</name>
  411. <tag>release_0_51</tag>
  412. </version>
  413. <version>
  414. <id>0.6</id>
  415. <name>0.6</name>
  416. <tag>release_0_6</tag>
  417. </version>
  418. <version>
  419. <id>0.6.1</id>
  420. <name>0.6.1</name>
  421. <tag>release_0_6_1</tag>
  422. </version>
  423. </versions>
  424. </project>