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 3d918dfab06c6cbd4bca9a1de4c1008c1dc8c96d Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 27 00:05:25 2016 +0100 Build the plugin metadata for the org.codehaus.plexus group when copying the Maven repository --- debian/changelog | 8 ++++++++ share/maven-debian-helper/copy-repo.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c9b13a0..06337ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +maven-debian-helper (2.0.3) UNRELEASED; urgency=medium + + * Team upload. + * Build the plugin metadata for the org.codehaus.plexus group + when copying the Maven repository. + + -- Emmanuel Bourg <[email protected]> Wed, 27 Jan 2016 00:03:54 +0100 + maven-debian-helper (2.0.2) unstable; urgency=medium * Team upload. diff --git a/share/maven-debian-helper/copy-repo.sh b/share/maven-debian-helper/copy-repo.sh index bd9af5b..8cbad3a 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.apache.felix" +PLUGIN_GROUPS="org.apache.maven.plugins org.codehaus.mojo org.codehaus.plexus org.apache.felix" 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

