|
@@ -24,12 +24,10 @@
|
|
<description>Spring Security</description>
|
|
<description>Spring Security</description>
|
|
<organization>
|
|
<organization>
|
|
<name>SpringSource, Inc</name>
|
|
<name>SpringSource, Inc</name>
|
|
- <url>http://sourceforge.net/projects/acegisecurity</url>
|
|
|
|
- <!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&type=5</logo>-->
|
|
|
|
|
|
+ <url>http://www.springsource.com/</url>
|
|
</organization>
|
|
</organization>
|
|
<inceptionYear>2004</inceptionYear>
|
|
<inceptionYear>2004</inceptionYear>
|
|
- <!--<logo>http://acegisecurity.org/logo.gif</logo>-->
|
|
|
|
- <url>http://acegisecurity.org/</url>
|
|
|
|
|
|
+ <url>http://static.springframework.org/spring-security/site/index.html</url>
|
|
|
|
|
|
<licenses>
|
|
<licenses>
|
|
<license>
|
|
<license>
|
|
@@ -52,7 +50,7 @@
|
|
</issueManagement>
|
|
</issueManagement>
|
|
<ciManagement>
|
|
<ciManagement>
|
|
<system>bamboo</system>
|
|
<system>bamboo</system>
|
|
- <url>http://build.springframework.org:8085/bamboo/</url>
|
|
|
|
|
|
+ <url>https://build.springframework.org/browse/SEC</url>
|
|
</ciManagement>
|
|
</ciManagement>
|
|
|
|
|
|
<distributionManagement>
|
|
<distributionManagement>
|
|
@@ -158,11 +156,6 @@
|
|
<id>raykrueger</id>
|
|
<id>raykrueger</id>
|
|
<email>raykrueger at users.sourceforge.net</email>
|
|
<email>raykrueger at users.sourceforge.net</email>
|
|
</developer>
|
|
</developer>
|
|
- <developer>
|
|
|
|
- <name>Robert Sanders</name>
|
|
|
|
- <id>robertsanders</id>
|
|
|
|
- <email>robertsanders at users.sourceforge.net</email>
|
|
|
|
- </developer>
|
|
|
|
<developer>
|
|
<developer>
|
|
<name>Mark St.Godard</name>
|
|
<name>Mark St.Godard</name>
|
|
<id>markstg</id>
|
|
<id>markstg</id>
|
|
@@ -488,18 +481,21 @@
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
<configuration>
|
|
<configuration>
|
|
<aggregate>true</aggregate>
|
|
<aggregate>true</aggregate>
|
|
|
|
+ <excludes>
|
|
|
|
+ <exclude>bigbank/**</exclude>
|
|
|
|
+ </excludes>
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
<!--
|
|
<!--
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <configLocation>
|
|
|
|
- acegi_checkstyle.xml
|
|
|
|
- </configLocation>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
+ <configuration>
|
|
|
|
+ <configLocation>
|
|
|
|
+ acegi_checkstyle.xml
|
|
|
|
+ </configLocation>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
-->
|
|
-->
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<groupId>org.codehaus.mojo</groupId>
|