[maven-debian-helper] 01/03: Build the plugin metadata for the maven-replacer-plugin when copying the Maven repository

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Dec 19 23:45:36 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.

commit 0cefe43bc2c5eb97b8ac575adfb107e905f75b33
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Dec 19 23:29:10 2016 +0100

    Build the plugin metadata for the maven-replacer-plugin when copying the Maven repository
---
 debian/changelog                       | 2 ++
 share/maven-debian-helper/copy-repo.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 982d173..968d137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ maven-debian-helper (2.1.3) UNRELEASED; urgency=medium
 
   [ Emmanuel Bourg ]
   * Team upload.
+  * Build the plugin metadata for the maven-replacer-plugin when copying
+    the Maven repository.
   * Always ignore maven-docck-plugin
 
   [ Christopher Hoskin ]
diff --git a/share/maven-debian-helper/copy-repo.sh b/share/maven-debian-helper/copy-repo.sh
index dc747ce..5c96672 100755
--- a/share/maven-debian-helper/copy-repo.sh
+++ b/share/maven-debian-helper/copy-repo.sh
@@ -18,7 +18,7 @@ set -e
 
 SRC_REPO="/usr/share/maven-repo"
 DEST_REPO="$1/maven-repo"
-PLUGIN_GROUPS="org.apache.maven.plugins org.codehaus.mojo org.codehaus.plexus org.apache.felix org.sonatype.plugins com.thoughtworks.paranamer"
+PLUGIN_GROUPS="org.apache.maven.plugins org.codehaus.mojo org.codehaus.plexus org.apache.felix org.sonatype.plugins com.thoughtworks.paranamer com.google.code.maven-replacer-plugin"
 METADATA_NAME="maven-metadata-local.xml"
 
 find_src_poms() {

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



More information about the pkg-java-commits mailing list