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 <[email protected]> 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 <[email protected]> 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 <[email protected]> +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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

