Yair Zaslavsky has uploaded a new change for review. Change subject: core: Fix findbugs to conform to mvn 3.0 ......................................................................
core: Fix findbugs to conform to mvn 3.0 In order to run mvn findbugs:findbugs, the findbugs plufing configuration must exist at the "build" section For more info, see here - https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes#Maven3.xCompatibilityNotes-SiteandReporting Change-Id: Id674955625a14c6e02a579fe2f132f64a8db9cc2 Signed-off-by: Yair Zaslavsky <yzasl...@redhat.com> --- M backend/manager/modules/bll/pom.xml 1 file changed, 5 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/77/15077/1 diff --git a/backend/manager/modules/bll/pom.xml b/backend/manager/modules/bll/pom.xml index 09f8c82..c7d3b80 100644 --- a/backend/manager/modules/bll/pom.xml +++ b/backend/manager/modules/bll/pom.xml @@ -204,11 +204,8 @@ </archive> </configuration> </plugin> - </plugins> - </build> - <reporting> - <plugins> - <plugin> + + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>${findbugs.version}</version> @@ -219,6 +216,7 @@ <xmlOutputDirectory>target/site</xmlOutputDirectory> </configuration> </plugin> - </plugins> - </reporting> + + </plugins> + </build> </project> -- To view, visit http://gerrit.ovirt.org/15077 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id674955625a14c6e02a579fe2f132f64a8db9cc2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches