Juan Hernandez has uploaded a new change for review. Change subject: core: Make explicit version of maven war plugin ......................................................................
core: Make explicit version of maven war plugin Currently we don't explicitly specify the version of the maven war plugin that we use. This patch makes it explicit in the plugin management section of the root POM. Backported from master commit d1b25b148aab648a78ea5c6d9bcc948b27527512. Change-Id: I0afd918f5e0cc8610a26c87968a625fb15c6799c Signed-off-by: Juan Hernandez <[email protected]> --- M pom.xml 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/12625/1 diff --git a/pom.xml b/pom.xml index b4aa8c5..913d483 100644 --- a/pom.xml +++ b/pom.xml @@ -494,6 +494,12 @@ <version>2.8</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>2.2</version> + </plugin> + </plugins> </pluginManagement> <plugins> -- To view, visit http://gerrit.ovirt.org/12625 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0afd918f5e0cc8610a26c87968a625fb15c6799c 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
