----- Original Message ----- > From: "Vojtech Szocs" <[email protected]> > To: "Sandro Bonazzola" <[email protected]> > Cc: [email protected] > Sent: Thursday, August 28, 2014 4:02:43 PM > Subject: Re: [ovirt-devel] Some maven warnings while running > ovirt-engine_3.5_find-bugs_merged > > Hi, > > I'm no Maven expert, but below are some of my thoughts. > > [WARNING] Some problems were encountered while building the effective model > for org.ovirt.engine.ui:gwt-extension:jar:3.5.0-SNAPSHOT > [WARNING] The expression ${version} is deprecated. Please use > ${project.version} instead. > [WARNING] Some problems were encountered while building the effective model > for org.ovirt.engine.ui:frontend:jar:3.5.0-SNAPSHOT > [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but > found duplicate declaration of plugin > org.codehaus.mojo:build-helper-maven-plugin @ line 159, column 15 > > Above can be solved by fixing relevant pom.xml files, I'll > write a patch for that.
http://gerrit.ovirt.org/#/c/32145/ > > [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is > missing, no dependency information available > [WARNING] Failed to retrieve plugin descriptor for > org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin > org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could > not be resolved: Failed to read artifact descriptor for > org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 > > IIUC, above indicates missing artifact in local Maven repo. > It's not a big deal, because m2e (Maven Eclipse integration) > plugin is irrelevant for the project build, it's relevant > only for development. > > Vojtech > > > ----- Original Message ----- > > From: "Sandro Bonazzola" <[email protected]> > > To: [email protected] > > Sent: Monday, August 25, 2014 5:05:20 PM > > Subject: [ovirt-devel] Some maven warnings while running > > ovirt-engine_3.5_find-bugs_merged > > > > Can someone who understand how maven works better than me take a look at > > the > > warnings in > > > > http://jenkins.ovirt.org/job/ovirt-engine_3.5_find-bugs_merged/379/consoleFull > > > > And see if we can get rid of some of them? > > > > Thanks, > > > > -- > > Sandro Bonazzola > > Better technology. Faster innovation. Powered by community collaboration. > > See how it works at redhat.com > > _______________________________________________ > > Devel mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/devel > > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/devel > _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
