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 7623da4f9650b6c900253d58a165d8a7094e6a36 Author: Emmanuel Bourg <[email protected]> Date: Mon Feb 29 12:52:08 2016 +0100 Build the plugin metadata for the com.thoughtworks.paranamer group 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 99d08a8..667251f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ maven-debian-helper (2.0.6) UNRELEASED; urgency=medium * Team upload. * Inject plexus-utils 2.x instead of 1.1 in the dependency graph of the plugins not defining a dependency on it already (Closes: #813287) + * Build the plugin metadata for the com.thoughtworks.paranamer group + when copying the Maven repository. -- Emmanuel Bourg <[email protected]> Mon, 29 Feb 2016 09:13:41 +0100 diff --git a/share/maven-debian-helper/copy-repo.sh b/share/maven-debian-helper/copy-repo.sh index ae93b7e..e04380f 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" +PLUGIN_GROUPS="org.apache.maven.plugins org.codehaus.mojo org.codehaus.plexus org.apache.felix org.sonatype.plugins com.thoughtworks.paranamer" 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

