From 981db34655034bd1d2760c2a5f3f9d1d1467e6f9 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 | 17 ----------------- resources/pom.xml | 38 -------------------------------------- 2 files changed, 55 deletions(-) diff --git a/project/pom.xml b/project/pom.xml index 3ed0d07883..fd3468e8e8 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -702,10 +702,6 @@ maven-jxr-plugin 2.3 - - maven-remote-resources-plugin - 1.4 - maven-pmd-plugin 2.7.1 @@ -997,19 +993,6 @@ - - maven-remote-resources-plugin - - - - process - - - true - - - - maven-checkstyle-plugin diff --git a/resources/pom.xml b/resources/pom.xml index b6092b25ab..cb0efe29e5 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -32,14 +32,6 @@ local repo with 'mvn clean install' first. --> - - 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 - - - - -