project.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  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.8.2-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 Technology Pty Limited</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. <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</connection>
  42. <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
  43. <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url>
  44. </repository>
  45. <mailingLists>
  46. <mailingList>
  47. <name>Acegi Developer List</name>
  48. <subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
  49. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  50. </mailingList>
  51. <mailingList>
  52. <name>Acegi Developer List (at GMane)</name>
  53. <archive>http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</archive>
  54. </mailingList>
  55. <mailingList>
  56. <name>Acegi Developer List (at mail-archive.com)</name>
  57. <archive>http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</archive>
  58. </mailingList>
  59. <mailingList>
  60. <name>Spring User List</name>
  61. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  62. </mailingList>
  63. </mailingLists>
  64. <developers>
  65. <developer>
  66. <name>Ben Alex</name>
  67. <id>benalex</id>
  68. <email>benalex at users.sourceforge.net</email>
  69. <organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
  70. <timezone>+10</timezone>
  71. </developer>
  72. <developer>
  73. <name>Francois Beausoleil</name>
  74. <id>fbos</id>
  75. <email>fbos at users.sourceforge.net</email>
  76. </developer>
  77. <developer>
  78. <name>Colin Sampaleanu</name>
  79. <id>colins</id>
  80. <email>colinml1 at exis.com</email>
  81. </developer>
  82. <developer>
  83. <name>Carlos Sanchez</name>
  84. <id>carlossg</id>
  85. <email>carlossg at users.sourceforge.net</email>
  86. <timezone>+1</timezone>
  87. </developer>
  88. <developer>
  89. <name>Luke Taylor</name>
  90. <id>luke_t</id>
  91. <email>luke at monkeymachine.ltd.uk</email>
  92. <organization>Monkey Machine Ltd. (http://monkeymachine.ltd.uk)</organization>
  93. <timezone>0</timezone>
  94. </developer>
  95. <developer>
  96. <name>Ray Krueger</name>
  97. <id>raykrueger</id>
  98. <email>raykrueger at users.sourceforge.net</email>
  99. </developer>
  100. </developers>
  101. <contributors>
  102. <contributor>
  103. <name>Cameron Braid</name>
  104. <id>CameronBraid</id>
  105. </contributor>
  106. <contributor>
  107. <name>Patrick Burleson</name>
  108. </contributor>
  109. <contributor>
  110. <name>Wesley Hall</name>
  111. </contributor>
  112. <contributor>
  113. <name>Scott Evans</name>
  114. </contributor>
  115. <contributor>
  116. <name>Travis Gregg</name>
  117. </contributor>
  118. <contributor>
  119. <name>Karel Miarka</name>
  120. </contributor>
  121. <contributor>
  122. <name>James Monaghan</name>
  123. </contributor>
  124. <contributor>
  125. <name>Andrew Petro</name>
  126. </contributor>
  127. <contributor>
  128. <name>Sergio Berná</name>
  129. </contributor>
  130. <contributor>
  131. <name>Aaron Tang</name>
  132. </contributor>
  133. <contributor>
  134. <name>Orlando Garcia Carmona</name>
  135. </contributor>
  136. <contributor>
  137. <name>Joni Suominen</name>
  138. </contributor>
  139. <contributor>
  140. <name>Sergio Berna</name>
  141. </contributor>
  142. <contributor>
  143. <name>Robert Sanders</name>
  144. </contributor>
  145. </contributors>
  146. <dependencies>
  147. <dependency>
  148. <groupId>ehcache</groupId>
  149. <artifactId>ehcache</artifactId>
  150. <version>1.1</version>
  151. <type>jar</type>
  152. <url>http://ehcache.sourceforge.net</url>
  153. <properties>
  154. <war.bundle>true</war.bundle>
  155. </properties>
  156. </dependency>
  157. <dependency>
  158. <groupId>aopalliance</groupId>
  159. <artifactId>aopalliance</artifactId>
  160. <version>1.0</version>
  161. <type>jar</type>
  162. <url>http://aopalliance.sourceforge.net</url>
  163. <properties>
  164. <war.bundle>true</war.bundle>
  165. </properties>
  166. </dependency>
  167. <dependency>
  168. <groupId>commons-codec</groupId>
  169. <artifactId>commons-codec</artifactId>
  170. <version>1.3</version>
  171. <type>jar</type>
  172. <url>http://jakarta.apache.org/commons</url>
  173. <properties>
  174. <war.bundle>true</war.bundle>
  175. </properties>
  176. </dependency>
  177. <dependency>
  178. <groupId>commons-collections</groupId>
  179. <artifactId>commons-collections</artifactId>
  180. <version>3.1</version>
  181. <type>jar</type>
  182. <url>http://jakarta.apache.org/commons</url>
  183. <properties>
  184. <war.bundle>true</war.bundle>
  185. </properties>
  186. </dependency>
  187. <dependency>
  188. <groupId>commons-logging</groupId>
  189. <artifactId>commons-logging</artifactId>
  190. <version>1.0.4</version>
  191. <type>jar</type>
  192. <url>http://jakarta.apache.org/commons</url>
  193. <properties>
  194. <war.bundle>true</war.bundle>
  195. </properties>
  196. </dependency>
  197. <dependency>
  198. <groupId>jstl</groupId>
  199. <artifactId>jstl</artifactId>
  200. <version>1.0.6</version>
  201. <type>jar</type>
  202. <properties>
  203. <war.bundle>true</war.bundle>
  204. </properties>
  205. </dependency>
  206. <dependency>
  207. <groupId>servletapi</groupId>
  208. <artifactId>servletapi</artifactId>
  209. <version>2.4</version>
  210. <type>jar</type>
  211. <url>http://java.sun.com/products/servlet</url>
  212. </dependency>
  213. <dependency>
  214. <groupId>oro</groupId>
  215. <artifactId>oro</artifactId>
  216. <version>2.0.8</version>
  217. <type>jar</type>
  218. <url>http://jakarta.apache.org/oro/</url>
  219. <properties>
  220. <war.bundle>true</war.bundle>
  221. </properties>
  222. </dependency>
  223. <dependency>
  224. <groupId>hsqldb</groupId>
  225. <artifactId>hsqldb</artifactId>
  226. <version>1.7.3.0</version>
  227. <type>jar</type>
  228. <url>http://hsqldb.sourceforge.net/</url>
  229. <properties>
  230. <war.bundle>true</war.bundle>
  231. </properties>
  232. </dependency>
  233. <dependency>
  234. <groupId>log4j</groupId>
  235. <artifactId>log4j</artifactId>
  236. <version>1.2.9</version>
  237. <type>jar</type>
  238. <properties>
  239. <war.bundle>true</war.bundle>
  240. </properties>
  241. </dependency>
  242. <dependency>
  243. <groupId>junit</groupId>
  244. <artifactId>junit</artifactId>
  245. <version>3.8.1</version>
  246. <type>jar</type>
  247. </dependency>
  248. <dependency>
  249. <groupId>springframework</groupId>
  250. <artifactId>spring</artifactId>
  251. <version>1.2-rc1</version>
  252. <type>jar</type>
  253. <url>http://www.springframework.org</url>
  254. <properties>
  255. <war.bundle>true</war.bundle>
  256. </properties>
  257. </dependency>
  258. <dependency>
  259. <groupId>springframework</groupId>
  260. <artifactId>spring-mock</artifactId>
  261. <version>1.2-rc1</version>
  262. <type>jar</type>
  263. <url>http://www.springframework.org</url>
  264. </dependency>
  265. <dependency>
  266. <groupId>commons-attributes</groupId>
  267. <artifactId>commons-attributes-api</artifactId>
  268. <version>2.1</version>
  269. <type>jar</type>
  270. <url>http://jakarta.apache.org/commons</url>
  271. <properties>
  272. <war.bundle>true</war.bundle>
  273. </properties>
  274. </dependency>
  275. <dependency>
  276. <groupId>commons-attributes</groupId>
  277. <artifactId>commons-attributes-compiler</artifactId>
  278. <version>2.1</version>
  279. <type>jar</type>
  280. <url>http://jakarta.apache.org/commons</url>
  281. </dependency>
  282. <dependency>
  283. <groupId>taglibs</groupId>
  284. <artifactId>standard</artifactId>
  285. <version>1.0.6</version>
  286. <type>jar</type>
  287. <url>http://jakarta.apache.org/taglibs/</url>
  288. <properties>
  289. <war.bundle>true</war.bundle>
  290. </properties>
  291. </dependency>
  292. <dependency>
  293. <groupId>cas</groupId>
  294. <artifactId>casclient</artifactId>
  295. <version>2.0.11</version>
  296. <type>jar</type>
  297. <url>http://www.yale.edu/tp/cas</url>
  298. <properties>
  299. <war.bundle>true</war.bundle>
  300. </properties>
  301. </dependency>
  302. <dependency>
  303. <groupId>aspectj</groupId>
  304. <artifactId>aspectjrt</artifactId>
  305. <version>1.2</version>
  306. <type>jar</type>
  307. <url>http://www.eclipse.org/aspectj</url>
  308. <properties>
  309. <war.bundle>true</war.bundle>
  310. </properties>
  311. </dependency>
  312. <dependency>
  313. <groupId>maven-plugins</groupId>
  314. <artifactId>maven-findbugs-plugin</artifactId>
  315. <version>0.8.4</version>
  316. <type>plugin</type>
  317. </dependency>
  318. <dependency>
  319. <groupId>statcvs</groupId>
  320. <artifactId>maven-statcvs-plugin</artifactId>
  321. <version>2.5</version>
  322. <type>plugin</type>
  323. </dependency>
  324. <dependency>
  325. <groupId>jspapi</groupId>
  326. <artifactId>jsp-api</artifactId>
  327. <version>2.0</version>
  328. <type>jar</type>
  329. <url>http://java.sun.com/products/jsp</url>
  330. <properties>
  331. <war.bundle>false</war.bundle>
  332. </properties>
  333. </dependency>
  334. <dependency>
  335. <groupId>apache-directory</groupId>
  336. <artifactId>apacheds-main</artifactId>
  337. <version>0.9-SNAPSHOT</version>
  338. <type>jar</type>
  339. </dependency>
  340. </dependencies>
  341. <build>
  342. <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
  343. <unitTestSourceDirectory>${basedir}/src/test/java</unitTestSourceDirectory>
  344. <unitTest>
  345. <includes>
  346. <include>**/*Tests.java</include>
  347. </includes>
  348. <resources>
  349. <resource>
  350. <directory>${basedir}/src/test/resources</directory>
  351. <includes>
  352. <include>**/**</include>
  353. </includes>
  354. <excludes>
  355. <exclude>**/*.java</exclude>
  356. </excludes>
  357. <filtering>false</filtering>
  358. </resource>
  359. </resources>
  360. </unitTest>
  361. <resources>
  362. <resource>
  363. <directory>${rootdir}</directory>
  364. <targetPath>META-INF</targetPath>
  365. <includes>
  366. <include>notice.txt</include>
  367. </includes>
  368. <filtering>false</filtering>
  369. </resource>
  370. <resource>
  371. <directory>${basedir}/src/main/resources</directory>
  372. <includes>
  373. <include>**/**</include>
  374. </includes>
  375. <filtering>false</filtering>
  376. </resource>
  377. </resources>
  378. </build>
  379. <reports>
  380. <report>maven-changelog-plugin</report>
  381. <report>maven-checkstyle-plugin</report>
  382. <report>maven-clover-plugin</report>
  383. <report>maven-javadoc-plugin</report>
  384. <report>maven-jdepend-plugin</report>
  385. <report>maven-junit-report-plugin</report>
  386. <report>maven-jxr-plugin</report>
  387. <report>maven-pmd-plugin</report>
  388. <report>maven-simian-plugin</report>
  389. <report>maven-tasklist-plugin</report>
  390. <report>maven-findbugs-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. <version>
  424. <id>0.7.0</id>
  425. <name>0.7.0</name>
  426. <tag>release_0_7_0</tag>
  427. </version>
  428. <version>
  429. <id>0.8.0</id>
  430. <name>0.8.0</name>
  431. <tag>release_0_8_0</tag>
  432. </version>
  433. <version>
  434. <id>0.8.1</id>
  435. <name>0.8.1</name>
  436. <tag>release_0_8_1</tag>
  437. </version>
  438. </versions>
  439. </project>