Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: fixes a warning while building ......................................................................
packaging: fixes a warning while building [WARNING] [WARNING] Some problems were encountered while building the effective model for org.ovirt.engine.sdk:ovirt-engine-sdk-java:jar:3.6.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ line 143, column 25 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] Change-Id: I2924b7deb5b712e472721ea53bfa8d87513e2516 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-engine-sdk-java/pom.xml 1 file changed, 4 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/22/34922/1 diff --git a/ovirt-engine-sdk-java/pom.xml b/ovirt-engine-sdk-java/pom.xml index 11c17ea..08122f7 100644 --- a/ovirt-engine-sdk-java/pom.xml +++ b/ovirt-engine-sdk-java/pom.xml @@ -109,7 +109,7 @@ <goal>jar</goal> </goals> </execution> - </executions> + </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -142,11 +142,12 @@ </plugin> <plugin> <artifactId>maven-eclipse-plugin</artifactId> + <version>2.9</version> <configuration> <useProjectReferences>true</useProjectReferences> </configuration> </plugin> - <!--This plugin's configuration is used to store Eclipse m2e settings + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> @@ -287,5 +288,5 @@ </build> </profile> - </profiles> + </profiles> </project> -- To view, visit http://gerrit.ovirt.org/34922 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2924b7deb5b712e472721ea53bfa8d87513e2516 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: sdk_3.5 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
