From fdea7eb47285faa654b5f53acb3842a1af9135a2 Mon Sep 17 00:00:00 2001 From: Rajani Karuturi Date: Fri, 1 May 2015 14:43:31 +0530 Subject: [PATCH] maven plugin cleanup 1. removed redundant maven-site-plugin 2. added maven-resources-plugin version 2.7 which has the fix for http://jira.codehaus.org/browse/MRESOURCES-140 This closes #220 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0c55e33a05f..0a307b415f8 100644 --- a/pom.xml +++ b/pom.xml @@ -519,11 +519,6 @@ - - org.apache.maven.plugins - maven-site-plugin - 3.3 - org.apache.maven.plugins maven-checkstyle-plugin @@ -1008,6 +1003,11 @@ maven-site-plugin 3.4 + + org.apache.maven.plugins + maven-resources-plugin + 2.7 +