From 254ea0dd6a38a8019629abb9c9f896d90f6ad6e7 Mon Sep 17 00:00:00 2001 From: Nathanael Jourdane Date: Thu, 11 Feb 2016 18:01:55 +0100 Subject: [PATCH] mvn: Move plugins to pluginManagement --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index dd31bc9..36697c3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,7 @@ UTF-8 + maven-compiler-plugin @@ -84,24 +85,6 @@ false - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - process-sources - - run - - - - - - - - - @@ -140,6 +123,44 @@ + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + remove-episode + process-sources + + run + + + + + + + + + suppress-warning-generated + process-sources + + run + + + + + + + + + + + -- libgit2 0.21.2