Update checkstyle and findbugs plugins; drop unnecessary configuration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1300036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3545b25d59
commit
792a4303bc
18
pom.xml
18
pom.xml
|
@ -393,7 +393,7 @@
|
||||||
<commons.jira.pid>12310465</commons.jira.pid>
|
<commons.jira.pid>12310465</commons.jira.pid>
|
||||||
<!-- The RC version used in the staging repository URL. -->
|
<!-- The RC version used in the staging repository URL. -->
|
||||||
<commons.rc.version>RC2</commons.rc.version>
|
<commons.rc.version>RC2</commons.rc.version>
|
||||||
<checkstyle.version>2.7</checkstyle.version>
|
<checkstyle.version>2.9</checkstyle.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
||||||
|
@ -422,18 +422,6 @@
|
||||||
<tarLongFileMode>gnu</tarLongFileMode>
|
<tarLongFileMode>gnu</tarLongFileMode>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifest>
|
|
||||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
||||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
|
||||||
</manifest>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
<version>${checkstyle.version}</version>
|
<version>${checkstyle.version}</version>
|
||||||
|
@ -457,16 +445,16 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' - and still fails -->
|
<!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' - and still fails -->
|
||||||
<!--
|
<!--
|
||||||
|
-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>findbugs-maven-plugin</artifactId>
|
<artifactId>findbugs-maven-plugin</artifactId>
|
||||||
<version>1.2</version>
|
<version>2.3.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<threshold>Normal</threshold>
|
<threshold>Normal</threshold>
|
||||||
<effort>Default</effort>
|
<effort>Default</effort>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
-->
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue