Browse Source

Update findbugs-maven-plugin to the official 2.3.2 release

Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
tags/v1.0.0.201106011211-rc3
Chris Aniszczyk 13 years ago
parent
commit
0ea6d9c8d9
1 changed files with 1 additions and 14 deletions
  1. 1
    14
      pom.xml

+ 1
- 14
pom.xml View File

@@ -137,16 +137,6 @@
<jetty-version>7.1.6.v20100715</jetty-version>
</properties>

<pluginRepositories>
<pluginRepository>
<!-- need maven-findbugs-2.3.2-SNAPSHOT, see
http://jira.codehaus.org/browse/MFINDBUGS-122
remove this when this version is released -->
<id>codehaus.snapshots</id>
<url>http://snapshots.repository.codehaus.org/</url>
</pluginRepository>
</pluginRepositories>

<build>
<pluginManagement>
<plugins>
@@ -220,12 +210,9 @@
</plugin>

<plugin>
<!-- need maven-findbugs-2.3.2-SNAPSHOT, see
http://jira.codehaus.org/browse/MFINDBUGS-122
switch to released version when available -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.2</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<failOnError>false</failOnError>

Loading…
Cancel
Save