[maven-debian-helper] 01/03: Build the plugin metadata for the org.apache.felix group when copying the Maven repository
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 15 12:17:22 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 43681943ac82b49baf590bf2c83fec2e5be587c0
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jan 15 13:10:55 2016 +0100
Build the plugin metadata for the org.apache.felix 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 0757c8a..c2377a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+maven-debian-helper (2.0.2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Build the plugin metadata for the org.apache.felix group (the group
+ of the bundle plugin) when copying the Maven repository.
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 15 Jan 2016 13:09:34 +0100
+
maven-debian-helper (2.0.1) unstable; urgency=medium
* Team upload.
diff --git a/share/maven-debian-helper/copy-repo.sh b/share/maven-debian-helper/copy-repo.sh
index b5e6cfc..bd9af5b 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"
+PLUGIN_GROUPS="org.apache.maven.plugins org.codehaus.mojo 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
More information about the pkg-java-commits
mailing list