diff --git a/common/common/pom.xml b/common/common/pom.xml index 52d7049a96f58acf2c404e6e342287e6ac5ebb45..0303890de93c3258d643e66936fe9b3032848c6e 100644 --- a/common/common/pom.xml +++ b/common/common/pom.xml @@ -76,7 +76,7 @@ </execution> </executions> </plugin> - <plugin> +--> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.5.2</version> @@ -98,7 +98,7 @@ </goals> </execution> </executions> - </plugin>--> + </plugin> </plugins> </build>