|
@@ -390,7 +390,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
- <version>2.0-beta-7</version>
|
|
|
+ <version>2.0-beta-9</version>
|
|
|
<configuration>
|
|
|
<tagBase>
|
|
|
https://src.springframework.org/svn/spring-security/tags
|
|
@@ -428,11 +428,6 @@
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
<version>2.4.2</version>
|
|
|
-<!--
|
|
|
- <configuration>
|
|
|
- <aggregate>true</aggregate>
|
|
|
- </configuration>
|
|
|
--->
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -444,17 +439,6 @@
|
|
|
</excludes>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
- <!--
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <configLocation>
|
|
|
- acegi_checkstyle.xml
|
|
|
- </configLocation>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- -->
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
@@ -489,24 +473,6 @@
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>taglist-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
- <version>2.0.1</version>
|
|
|
-<!--
|
|
|
- <reportSets>
|
|
|
- <reportSet>
|
|
|
- <reports>
|
|
|
- <report>dependencies</report>
|
|
|
- <report>project-team</report>
|
|
|
- <report>mailing-list</report>
|
|
|
- <report>issue-tracking</report>
|
|
|
- <report>license</report>
|
|
|
- </reports>
|
|
|
- </reportSet>
|
|
|
- </reportSets>
|
|
|
--->
|
|
|
- </plugin>
|
|
|
</plugins>
|
|
|
</reporting>
|
|
|
|