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 ea1242a985b455a49719eb1cd34e24bb14646659 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 27 20:07:26 2017 +0200 Build the plugin metadata for the net.bytebuddy, org.codehaus.modello and org.eclipse.tycho groups --- 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 dc06de5..f543c6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ maven-debian-helper (2.2.2) UNRELEASED; urgency=medium * Team upload. * Hide the warning displayed by copy-repo.sh when processing poms without jar + * Build the plugin metadata for the net.bytebuddy, org.codehaus.modello + and org.eclipse.tycho groups when copying the Maven repository. -- Emmanuel Bourg <[email protected]> Thu, 27 Jul 2017 15:18:16 +0200 diff --git a/share/maven-debian-helper/copy-repo.sh b/share/maven-debian-helper/copy-repo.sh index efb7fe9..ec42f5f 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 com.google.code.maven-replacer-plugin" +PLUGIN_GROUPS="net.bytebuddy org.apache.maven.plugins org.codehaus.modello org.codehaus.mojo org.codehaus.plexus org.apache.felix org.eclipse.tycho 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

