From 67efb5f5086551dd9b42b479d0dea22b084be0f7 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Thu, 21 Nov 2013 12:52:20 -0500 Subject: [PATCH] JCLOUDS-386: Removing the remote-resources plugin We only use the shared resources for the Checkstyle config now, and that doesn't need to be "mixed in" to the project output directory --- project/pom.xml | 19 +------------------ resources/pom.xml | 38 -------------------------------------- 2 files changed, 1 insertion(+), 56 deletions(-) diff --git a/project/pom.xml b/project/pom.xml index d17a2e4..82334fe 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -705,10 +705,6 @@ 2.3 - maven-remote-resources-plugin - 1.4 - - maven-pmd-plugin 2.7.1 @@ -998,20 +994,7 @@ - - - maven-remote-resources-plugin - - - - process - - - true - - - - + maven-checkstyle-plugin diff --git a/resources/pom.xml b/resources/pom.xml index b6092b2..cb0efe2 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -33,14 +33,6 @@ - META-INF - ${project.basedir} - - LICENSE.txt - NOTICE.txt - - - resources ${project.basedir} @@ -48,35 +40,5 @@ - - - maven-remote-resources-plugin - - - bundle-remote-resources - - bundle - - - process-resources - - ${project.build.outputDirectory} - - META-INF/LICENSE.txt - META-INF/NOTICE.txt - - - - - - process - - - true - - - - - -- 1.8.4