|
|
|
|
@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>org.acegisecurity</groupId> |
|
|
|
|
<artifactId>acegi-security-parent</artifactId> |
|
|
|
|
<version>1.1-SNAPSHOT</version> |
|
|
|
|
<version>1.0.4-SNAPSHOT</version> |
|
|
|
|
<name>Acegi Security System for Spring - Parent</name> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
|
|
|
|
@ -12,11 +12,13 @@
@@ -12,11 +12,13 @@
|
|
|
|
|
<module>core</module> |
|
|
|
|
<module>core-tiger</module> |
|
|
|
|
<module>adapters</module> |
|
|
|
|
<module>samples</module> |
|
|
|
|
<module>doc</module> |
|
|
|
|
</modules> |
|
|
|
|
|
|
|
|
|
<description>Acegi Security System for Spring</description> |
|
|
|
|
<organization> |
|
|
|
|
<name>Acegi Technology Pty Limited</name> |
|
|
|
|
<name>Interface21, Inc</name> |
|
|
|
|
<url>http://sourceforge.net/projects/acegisecurity</url> |
|
|
|
|
<!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&type=5</logo>--> |
|
|
|
|
</organization> |
|
|
|
|
@ -44,12 +46,10 @@
@@ -44,12 +46,10 @@
|
|
|
|
|
</url> |
|
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
<issueManagement> |
|
|
|
|
<system>bugzilla</system> |
|
|
|
|
<url>http://jira.codehaus.org/browse/MNG</url> |
|
|
|
|
<system>jira</system> |
|
|
|
|
<url>http://opensource.atlassian.com/projects/spring/browse/SEC</url> |
|
|
|
|
</issueManagement> |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<distributionManagement> |
|
|
|
|
<repository> |
|
|
|
|
@ -118,18 +118,6 @@
@@ -118,18 +118,6 @@
|
|
|
|
|
</otherArchive> |
|
|
|
|
</otherArchives> |
|
|
|
|
</mailingList> |
|
|
|
|
|
|
|
|
|
<mailingList> |
|
|
|
|
<name>Spring User List</name> |
|
|
|
|
<!-- |
|
|
|
|
<subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe> |
|
|
|
|
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe> |
|
|
|
|
<post>users@maven.apache.org</post> |
|
|
|
|
--> |
|
|
|
|
<archive> |
|
|
|
|
http://sourceforge.net/mailarchive/forum.php?forum_id=30287 |
|
|
|
|
</archive> |
|
|
|
|
</mailingList> |
|
|
|
|
</mailingLists> |
|
|
|
|
|
|
|
|
|
<developers> |
|
|
|
|
@ -257,28 +245,18 @@
@@ -257,28 +245,18 @@
|
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<source>1.5</source> |
|
|
|
|
<target>1.5</target> |
|
|
|
|
</configuration> |
|
|
|
|
<artifactId>maven-help-plugin</artifactId> |
|
|
|
|
<version>2.0.1</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<goals> |
|
|
|
|
<goal>test-jar</goal> |
|
|
|
|
</goals> |
|
|
|
|
<phase>package</phase> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
<artifactId>maven-clean-plugin</artifactId> |
|
|
|
|
<version>2.1.1</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
|
<version>2.0</version> |
|
|
|
|
<artifactId>maven-resources-plugin</artifactId> |
|
|
|
|
<version>2.2</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
@ -303,11 +281,78 @@
@@ -303,11 +281,78 @@
|
|
|
|
|
</systemProperties> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<source>1.3</source> |
|
|
|
|
<target>1.3</target> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
|
<version>2.1</version> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<goals> |
|
|
|
|
<goal>test-jar</goal> |
|
|
|
|
</goals> |
|
|
|
|
<phase>package</phase> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
|
<version>2.0.3</version> |
|
|
|
|
<configuration> |
|
|
|
|
<attach>true</attach> |
|
|
|
|
</configuration> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<goals> |
|
|
|
|
<goal>jar</goal> |
|
|
|
|
</goals> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
<!-- Other --> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-war-plugin</artifactId> |
|
|
|
|
<version>2.0.2</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
|
<version>2.1</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-install-plugin</artifactId> |
|
|
|
|
<version>2.2</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId> |
|
|
|
|
<version>2.3</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-release-plugin</artifactId> |
|
|
|
|
<version>2.0-beta-5</version> |
|
|
|
|
<configuration> |
|
|
|
|
<tagBase> |
|
|
|
|
https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags |
|
|
|
|
</tagBase> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<!-- IDE --> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId> |
|
|
|
|
<version>2.2</version> |
|
|
|
|
<version>2.3</version> |
|
|
|
|
<configuration> |
|
|
|
|
<downloadSources>true</downloadSources> |
|
|
|
|
<wtpversion>1.0</wtpversion> |
|
|
|
|
@ -325,14 +370,11 @@
@@ -325,14 +370,11 @@
|
|
|
|
|
</dependenciesAsLibraries> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
<!-- Site --> |
|
|
|
|
<plugin> |
|
|
|
|
<artifactId>maven-release-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<tagBase> |
|
|
|
|
https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags |
|
|
|
|
</tagBase> |
|
|
|
|
</configuration> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-site-plugin</artifactId> |
|
|
|
|
<version>2.0-beta-5</version> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
|