pom.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>org.acegisecurity</groupId>
  7. <artifactId>acegi-security-parent</artifactId>
  8. <version>1.0.0-SNAPSHOT</version>
  9. <name>Acegi Security System for Spring - Parent</name>
  10. <packaging>pom</packaging>
  11. <modules>
  12. <module>core</module>
  13. <module>core-tiger</module>
  14. <module>adapters</module>
  15. <module>domain</module>
  16. </modules>
  17. <description>Acegi Security System for Spring</description>
  18. <organization>
  19. <name>Acegi Technology Pty Limited</name>
  20. <url>http://sourceforge.net/projects/acegisecurity</url>
  21. <!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>-->
  22. </organization>
  23. <inceptionYear>2004</inceptionYear>
  24. <!--<logo>http://acegisecurity.org/logo.gif</logo>-->
  25. <url>http://acegisecurity.org/</url>
  26. <licenses>
  27. <license>
  28. <name>The Apache Software License, Version 2.0</name>
  29. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  30. <distribution>repo</distribution>
  31. </license>
  32. </licenses>
  33. <scm>
  34. <connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
  35. <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
  36. <url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
  37. </scm>
  38. <!--
  39. <issueManagement>
  40. <system>bugzilla</system>
  41. <url>http://jira.codehaus.org/browse/MNG</url>
  42. </issueManagement>
  43. -->
  44. <distributionManagement>
  45. <repository>
  46. <id>acegi-sourceforge-releases</id>
  47. <name>Acegi Releases Repository at Sourceforge</name>
  48. <url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases</url>
  49. </repository>
  50. <snapshotRepository>
  51. <id>acegi-sourceforge-snapshots</id>
  52. <name>Acegi Snapshots Repository at Sourceforge</name>
  53. <url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots</url>
  54. </snapshotRepository>
  55. <site>
  56. <id>website</id>
  57. <url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs</url>
  58. </site>
  59. </distributionManagement>
  60. <repositories>
  61. <repository>
  62. <id>acegi-snapshot</id>
  63. <name>Acegi snapshot repository</name>
  64. <url>http://acegisecurity.sourceforge.net/repository/snapshots</url>
  65. <layout>default</layout>
  66. </repository>
  67. <repository>
  68. <id>apache-maven-snapshots</id>
  69. <name>Apache snapshot repository</name>
  70. <url>http://svn.apache.org/maven-snapshot-repository/</url>
  71. <layout>default</layout>
  72. </repository>
  73. </repositories>
  74. <mailingLists>
  75. <mailingList>
  76. <name>Acegi Developer List</name>
  77. <subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
  78. <!--
  79. <unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
  80. <post>acegisecurity-developer@lists.sourceforge.net</post>
  81. -->
  82. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
  83. <otherArchives>
  84. <otherArchive>http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</otherArchive>
  85. <otherArchive>http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</otherArchive>
  86. </otherArchives>
  87. </mailingList>
  88. <mailingList>
  89. <name>Spring User List</name>
  90. <!--
  91. <subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
  92. <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
  93. <post>users@maven.apache.org</post>
  94. -->
  95. <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
  96. </mailingList>
  97. </mailingLists>
  98. <developers>
  99. <developer>
  100. <name>Ben Alex</name>
  101. <id>benalex</id>
  102. <email>benalex at users.sourceforge.net</email>
  103. <organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
  104. <timezone>+10</timezone>
  105. </developer>
  106. <developer>
  107. <name>Francois Beausoleil</name>
  108. <id>fbos</id>
  109. <email>fbos at users.sourceforge.net</email>
  110. </developer>
  111. <developer>
  112. <name>Colin Sampaleanu</name>
  113. <id>colins</id>
  114. <email>colinml1 at exis.com</email>
  115. </developer>
  116. <developer>
  117. <name>Carlos Sanchez</name>
  118. <id>carlossg</id>
  119. <email>carlossg at users.sourceforge.net</email>
  120. <timezone>+1</timezone>
  121. </developer>
  122. <developer>
  123. <name>Luke Taylor</name>
  124. <id>luke_t</id>
  125. <email>luke at monkeymachine.ltd.uk</email>
  126. <organization>Monkey Machine Ltd. (http://monkeymachine.ltd.uk)</organization>
  127. <timezone>0</timezone>
  128. </developer>
  129. <developer>
  130. <name>Ray Krueger</name>
  131. <id>raykrueger</id>
  132. <email>raykrueger at users.sourceforge.net</email>
  133. </developer>
  134. <developer>
  135. <name>Robert Sanders</name>
  136. <id>robertsanders</id>
  137. <email>robertsanders at users.sourceforge.net</email>
  138. </developer>
  139. <developer>
  140. <name>Mark St.Godard</name>
  141. <id>markstg</id>
  142. <email>markstg at users.sourceforge.net</email>
  143. </developer>
  144. </developers>
  145. <contributors>
  146. <contributor>
  147. <name>Cameron Braid</name>
  148. </contributor>
  149. <contributor>
  150. <name>Patrick Burleson</name>
  151. </contributor>
  152. <contributor>
  153. <name>Wesley Hall</name>
  154. </contributor>
  155. <contributor>
  156. <name>Scott Evans</name>
  157. </contributor>
  158. <contributor>
  159. <name>Travis Gregg</name>
  160. </contributor>
  161. <contributor>
  162. <name>Karel Miarka</name>
  163. </contributor>
  164. <contributor>
  165. <name>James Monaghan</name>
  166. </contributor>
  167. <contributor>
  168. <name>Andrew Petro</name>
  169. </contributor>
  170. <contributor>
  171. <name>Sergio Berná</name>
  172. </contributor>
  173. <contributor>
  174. <name>Aaron Tang</name>
  175. </contributor>
  176. <contributor>
  177. <name>Orlando Garcia Carmona</name>
  178. </contributor>
  179. <contributor>
  180. <name>Joni Suominen</name>
  181. </contributor>
  182. <contributor>
  183. <name>Sergio Berna</name>
  184. </contributor>
  185. <contributor>
  186. <name>Paulo Neves</name>
  187. </contributor>
  188. <contributor>
  189. <name>Mike Perham</name>
  190. </contributor>
  191. </contributors>
  192. <dependencies>
  193. <dependency>
  194. <groupId>junit</groupId>
  195. <artifactId>junit</artifactId>
  196. <version>3.8.1</version>
  197. <scope>test</scope>
  198. </dependency>
  199. </dependencies>
  200. <build>
  201. <plugins>
  202. <plugin>
  203. <groupId>org.apache.maven.plugins</groupId>
  204. <artifactId>maven-compiler-plugin</artifactId>
  205. <configuration>
  206. <source>1.3</source>
  207. <target>1.3</target>
  208. </configuration>
  209. </plugin>
  210. <plugin>
  211. <groupId>org.apache.maven.plugins</groupId>
  212. <artifactId>maven-surefire-plugin</artifactId>
  213. <configuration>
  214. <includes>
  215. <include implementation="java.lang.String">**/*Tests.class</include>
  216. </includes>
  217. <excludes>
  218. <exclude implementation="java.lang.String">**/Abstract*</exclude>
  219. </excludes>
  220. </configuration>
  221. </plugin>
  222. </plugins>
  223. </build>
  224. <reporting>
  225. <plugins>
  226. <plugin>
  227. <groupId>org.codehaus.mojo</groupId>
  228. <artifactId>surefire-report-maven-plugin</artifactId>
  229. </plugin>
  230. <plugin>
  231. <groupId>org.codehaus.mojo</groupId>
  232. <artifactId>jxr-maven-plugin</artifactId>
  233. </plugin>
  234. </plugins>
  235. </reporting>
  236. <dependencyManagement>
  237. <dependencies>
  238. <dependency>
  239. <groupId>org.springframework</groupId>
  240. <artifactId>spring-mock</artifactId>
  241. <version>2.0-m2</version>
  242. </dependency>
  243. </dependencies>
  244. </dependencyManagement>
  245. </project>