Juan Hernandez has uploaded a new change for review. Change subject: core: Make explicit version of maven ear plugin ......................................................................
core: Make explicit version of maven ear plugin Currently we don't explicitly specify the version of the maven ear plugin that we use. This patch makes it explicit in the plugin management section of the root POM. Backported from master commit e7efd1f61f1ac879fb0a0a62a91539592189d6d0. Change-Id: I88f54071c829c828822a8fabe06dd51904d21f75 Signed-off-by: Juan Hernandez <[email protected]> --- M pom.xml 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/23/12623/1 diff --git a/pom.xml b/pom.xml index 03f917e..f96ff46 100644 --- a/pom.xml +++ b/pom.xml @@ -481,6 +481,13 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-ear-plugin</artifactId> + <version>2.8</version> + </plugin> + </plugins> </pluginManagement> <plugins> -- To view, visit http://gerrit.ovirt.org/12623 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I88f54071c829c828822a8fabe06dd51904d21f75 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
