[commons-jcs] 11/11: Add patch to disable maven-remote-resources-plugin.

Bas Couwenberg sebastic at debian.org
Mon Nov 21 19:50:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository commons-jcs.

commit 7e7c46e68efd0639efbbca5da57ba25e0d9b5932
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Nov 21 19:43:38 2016 +0100

    Add patch to disable maven-remote-resources-plugin.
---
 debian/changelog                                   |  1 +
 .../disable-maven-remote-resources-plugin.patch    | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6b434b7..39ff134 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ commons-jcs (2.0~beta2-1) UNRELEASED; urgency=medium
   * Enable parallel builds.
   * Add upstream metadata.
   * Update copyright year for The Apache Software Foundation.
+  * Add patch to disable maven-remote-resources-plugin.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 21 Nov 2016 18:48:54 +0100
 
diff --git a/debian/patches/disable-maven-remote-resources-plugin.patch b/debian/patches/disable-maven-remote-resources-plugin.patch
new file mode 100644
index 0000000..79d2b12
--- /dev/null
+++ b/debian/patches/disable-maven-remote-resources-plugin.patch
@@ -0,0 +1,26 @@
+Description: Disable maven-remote-resources-plugin.
+ Not relevant for packaged JARs.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/pom.xml
++++ b/pom.xml
+@@ -209,18 +209,6 @@
+       </resource>
+     </resources>
+     
+-    <pluginManagement>
+-      <plugins>
+-        <!-- Re-enable standard copying of N&L files from apache parent -->
+-        <plugin>
+-          <artifactId>maven-remote-resources-plugin</artifactId>
+-          <configuration>
+-            <skip>false</skip>
+-          </configuration>
+-        </plugin>
+-      </plugins>
+-    </pluginManagement>
+-
+     <plugins>
+       <!-- Disable copying of N&L files from commons parent -->
+       <plugin>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4d7958f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-maven-remote-resources-plugin.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-jcs.git



More information about the pkg-java-commits mailing list