pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>org.acegisecurity</groupId>
  4. <artifactId>acegi-security-parent</artifactId>
  5. <version>1.1-SNAPSHOT</version>
  6. <name>Acegi Security System for Spring - Parent</name>
  7. <packaging>pom</packaging>
  8. <modules>
  9. <module>core</module>
  10. <module>core-tiger</module>
  11. <module>adapters</module>
  12. <module>domain</module>
  13. </modules>
  14. <description>Acegi Security System for Spring</description>
  15. <organization>
  16. <name>Acegi Technology Pty Limited</name>
  17. <url>http://sourceforge.net/projects/acegisecurity</url>
  18. <!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>-->
  19. </organization>
  20. <inceptionYear>2004</inceptionYear>
  21. <!--<logo>http://acegisecurity.org/logo.gif</logo>-->
  22. <url>http://acegisecurity.org/</url>
  23. <licenses>
  24. <license>
  25. <name>The Apache Software License, Version 2.0</name>
  26. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  27. <distribution>repo</distribution>
  28. </license>
  29. </licenses>
  30. <scm>
  31. <connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
  32. <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
  33. <url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
  34. </scm>
  35. <!--
  36. <issueManagement>
  37. <system>bugzilla</system>
  38. <url>http://jira.codehaus.org/browse/MNG</url>
  39. </issueManagement>
  40. -->
  41. <distributionManagement>
  42. <repository>
  43. <id>sourceforge.net</id>
  44. <name>Acegi Releases Repository at Sourceforge</name>
  45. <url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases</url>
  46. </repository>
  47. <snapshotRepository>
  48. <id>sourceforge.net</id>
  49. <name>Acegi Snapshots Repository at Sourceforge</name>
  50. <url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots</url>
  51. </snapshotRepository>
  52. <site>
  53. <id>sourceforge.net</id>
  54. <name>Acegi Website at Sourceforge</name>
  55. <url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/maven2</url>
  56. </site>
  57. </distributionManagement>
  58. <repositories>
  59. <repository>
  60. <id>sourceforge.net</id>
  61. <name>Acegi snapshot repository</name>
  62. <url>http://acegisecurity.sourceforge.net/repository/snapshots</url>
  63. <releases>
  64. <enabled>false</enabled>
  65. </releases>
  66. </repository>
  67. <repository>
  68. <id>apache.org</id>
  69. <name>Apache snapshot repository</name>
  70. <url>http://svn.apache.org/maven-snapshot-repository</url>
  71. <releases>
  72. <enabled>false</enabled>
  73. </releases>
  74. </repository>
  75. </repositories>
  76. <mailingLists>
  77. <mailingList>
  78. <name>Acegi Developer List</name>
  79. <subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
  80. <!--
  81. <unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
  82. <post>acegisecurity-developer@lists.sourceforge.net</post>
  83. -->
  84. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  85. <otherArchives>
  86. <otherArchive>http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</otherArchive>
  87. <otherArchive>http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</otherArchive>
  88. </otherArchives>
  89. </mailingList>
  90. <mailingList>
  91. <name>Spring User List</name>
  92. <!--
  93. <subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
  94. <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
  95. <post>users@maven.apache.org</post>
  96. -->
  97. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  98. </mailingList>
  99. </mailingLists>
  100. <developers>
  101. <developer>
  102. <name>Ben Alex</name>
  103. <id>benalex</id>
  104. <email>benalex at users.sourceforge.net</email>
  105. <organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
  106. <timezone>+10</timezone>
  107. </developer>
  108. <developer>
  109. <name>Francois Beausoleil</name>
  110. <id>fbos</id>
  111. <email>fbos at users.sourceforge.net</email>
  112. </developer>
  113. <developer>
  114. <name>Colin Sampaleanu</name>
  115. <id>colins</id>
  116. <email>colinml1 at exis.com</email>
  117. </developer>
  118. <developer>
  119. <name>Carlos Sanchez</name>
  120. <id>carlossg</id>
  121. <email>carlossg at users.sourceforge.net</email>
  122. <timezone>+1</timezone>
  123. </developer>
  124. <developer>
  125. <name>Luke Taylor</name>
  126. <id>luke_t</id>
  127. <email>luke at monkeymachine.ltd.uk</email>
  128. <organization>Monkey Machine Ltd. (http://monkeymachine.ltd.uk)</organization>
  129. <timezone>0</timezone>
  130. </developer>
  131. <developer>
  132. <name>Ray Krueger</name>
  133. <id>raykrueger</id>
  134. <email>raykrueger at users.sourceforge.net</email>
  135. </developer>
  136. <developer>
  137. <name>Robert Sanders</name>
  138. <id>robertsanders</id>
  139. <email>robertsanders at users.sourceforge.net</email>
  140. </developer>
  141. <developer>
  142. <name>Mark St.Godard</name>
  143. <id>markstg</id>
  144. <email>markstg at users.sourceforge.net</email>
  145. </developer>
  146. </developers>
  147. <contributors>
  148. <contributor>
  149. <name>Cameron Braid</name>
  150. </contributor>
  151. <contributor>
  152. <name>Patrick Burleson</name>
  153. </contributor>
  154. <contributor>
  155. <name>Wesley Hall</name>
  156. </contributor>
  157. <contributor>
  158. <name>Scott Evans</name>
  159. </contributor>
  160. <contributor>
  161. <name>Travis Gregg</name>
  162. </contributor>
  163. <contributor>
  164. <name>Karel Miarka</name>
  165. </contributor>
  166. <contributor>
  167. <name>James Monaghan</name>
  168. </contributor>
  169. <contributor>
  170. <name>Andrew Petro</name>
  171. </contributor>
  172. <contributor>
  173. <name>Aaron Tang</name>
  174. </contributor>
  175. <contributor>
  176. <name>Orlando Garcia Carmona</name>
  177. </contributor>
  178. <contributor>
  179. <name>Joni Suominen</name>
  180. </contributor>
  181. <contributor>
  182. <name>Sergio Berna</name>
  183. </contributor>
  184. <contributor>
  185. <name>Paulo Neves</name>
  186. </contributor>
  187. <contributor>
  188. <name>Mike Perham</name>
  189. </contributor>
  190. </contributors>
  191. <dependencies>
  192. <dependency>
  193. <groupId>junit</groupId>
  194. <artifactId>junit</artifactId>
  195. <version>3.8.1</version>
  196. <scope>test</scope>
  197. </dependency>
  198. </dependencies>
  199. <build>
  200. <plugins>
  201. <plugin>
  202. <groupId>org.apache.maven.plugins</groupId>
  203. <artifactId>maven-compiler-plugin</artifactId>
  204. <configuration>
  205. <source>1.3</source>
  206. <target>1.3</target>
  207. </configuration>
  208. </plugin>
  209. <plugin>
  210. <groupId>org.apache.maven.plugins</groupId>
  211. <artifactId>maven-jar-plugin</artifactId>
  212. <executions>
  213. <execution>
  214. <goals>
  215. <goal>test-jar</goal>
  216. </goals>
  217. <phase>package</phase>
  218. </execution>
  219. </executions>
  220. </plugin>
  221. <plugin>
  222. <groupId>org.apache.maven.plugins</groupId>
  223. <artifactId>maven-source-plugin</artifactId>
  224. <version>2.0</version>
  225. </plugin>
  226. <plugin>
  227. <groupId>org.apache.maven.plugins</groupId>
  228. <artifactId>maven-surefire-plugin</artifactId>
  229. <configuration>
  230. <includes>
  231. <include>**/*Tests.class</include>
  232. </includes>
  233. <excludes>
  234. <exclude>**/Abstract*</exclude>
  235. </excludes>
  236. <forkMode>once</forkMode>
  237. </configuration>
  238. </plugin>
  239. <plugin>
  240. <artifactId>maven-release-plugin</artifactId>
  241. <configuration>
  242. <tagBase>https://svn.sourceforge.net/svnroot/acegisecurity/tags</tagBase>
  243. </configuration>
  244. </plugin>
  245. </plugins>
  246. </build>
  247. <reporting>
  248. <plugins>
  249. <plugin>
  250. <groupId>org.apache.maven.plugins</groupId>
  251. <artifactId>maven-surefire-report-plugin</artifactId>
  252. </plugin>
  253. <plugin>
  254. <groupId>org.apache.maven.plugins</groupId>
  255. <artifactId>maven-jxr-plugin</artifactId>
  256. </plugin>
  257. <plugin>
  258. <groupId>org.apache.maven.plugins</groupId>
  259. <artifactId>maven-checkstyle-plugin</artifactId>
  260. </plugin>
  261. <plugin>
  262. <groupId>org.apache.maven.plugins</groupId>
  263. <artifactId>maven-pmd-plugin</artifactId>
  264. </plugin>
  265. <plugin>
  266. <groupId>org.codehaus.mojo</groupId>
  267. <artifactId>cobertura-maven-plugin</artifactId>
  268. </plugin>
  269. <plugin>
  270. <groupId>org.apache.maven.plugins</groupId>
  271. <artifactId>maven-javadoc-plugin</artifactId>
  272. <configuration>
  273. <links>
  274. <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
  275. <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
  276. <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
  277. <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
  278. <link>http://jakarta.apache.org/commons/logging/api/</link>
  279. <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
  280. <link>http://www.junit.org/junit/javadoc/</link>
  281. <link>http://logging.apache.org/log4j/docs/api/</link>
  282. <link>http://jakarta.apache.org/regexp/apidocs/</link>
  283. <link>http://jakarta.apache.org/velocity/api/</link>
  284. <link>http://www.springframework.org/docs/api/</link>
  285. <link>http://jakarta.apache.org/commons/lang/api/</link>
  286. <link>http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/</link>
  287. <link>http://jakarta.apache.org/commons/codec/apidocs/</link>
  288. <link>http://jakarta.apache.org/commons/collections/api/</link>
  289. <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
  290. <link>http://tomcat.apache.org/tomcat-5.0-doc/servletapi/</link>
  291. </links>
  292. </configuration>
  293. </plugin>
  294. <plugin>
  295. <groupId>org.codehaus.mojo</groupId>
  296. <artifactId>taglist-maven-plugin</artifactId>
  297. </plugin>
  298. <plugin>
  299. <groupId>org.codehaus.mojo</groupId>
  300. <artifactId>clirr-maven-plugin</artifactId>
  301. </plugin>
  302. </plugins>
  303. </reporting>
  304. <dependencyManagement>
  305. <dependencies>
  306. <dependency>
  307. <groupId>org.springframework</groupId>
  308. <artifactId>spring-mock</artifactId>
  309. <version>1.2.7</version>
  310. </dependency>
  311. <dependency>
  312. <groupId>log4j</groupId>
  313. <artifactId>log4j</artifactId>
  314. <version>1.2.9</version>
  315. <optional>true</optional>
  316. <scope>runtime</scope>
  317. </dependency>
  318. </dependencies>
  319. </dependencyManagement>
  320. </project>