[maven-debian-helper] 01/01: Build the plugin metadata for the org.sonatype.plugins group when copying the Maven repository

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jan 28 14:41:07 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 9c3ed9ccfdaba4aa4be0a3daf76781b5f4406b80
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jan 28 15:39:11 2016 +0100

    Build the plugin metadata for the org.sonatype.plugins group when copying the Maven repository
---
 debian-maven-plugin/pom.xml            | 2 +-
 debian/changelog                       | 8 ++++++++
 maven-debian-helper/pom.xml            | 2 +-
 maven-packager-utils/pom.xml           | 2 +-
 pom.xml                                | 2 +-
 share/maven-debian-helper/copy-repo.sh | 2 +-
 6 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian-maven-plugin/pom.xml b/debian-maven-plugin/pom.xml
index 0bedfc5..3bbd218 100644
--- a/debian-maven-plugin/pom.xml
+++ b/debian-maven-plugin/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>maven-debian</artifactId>
         <groupId>org.debian.maven</groupId>
-        <version>2.0.3</version>
+        <version>2.0.4</version>
     </parent>
 
     <artifactId>debian-maven-plugin</artifactId>
diff --git a/debian/changelog b/debian/changelog
index ebd0f4e..cf0415c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+maven-debian-helper (2.0.4) unstable; urgency=medium
+
+  * Team upload.
+  * Build the plugin metadata for the org.sonatype.plugins group
+    when copying the Maven repository.
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 28 Jan 2016 15:37:35 +0100
+
 maven-debian-helper (2.0.3) unstable; urgency=medium
 
   * Team upload.
diff --git a/maven-debian-helper/pom.xml b/maven-debian-helper/pom.xml
index fd593ed..e5ac76f 100644
--- a/maven-debian-helper/pom.xml
+++ b/maven-debian-helper/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.debian.maven</groupId>
         <artifactId>maven-debian</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.4</version>
     </parent>
 
     <artifactId>maven-debian-helper</artifactId>
diff --git a/maven-packager-utils/pom.xml b/maven-packager-utils/pom.xml
index 3c8681d..7b29866 100644
--- a/maven-packager-utils/pom.xml
+++ b/maven-packager-utils/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>maven-debian</artifactId>
         <groupId>org.debian.maven</groupId>
-        <version>2.0.3</version>
+        <version>2.0.4</version>
     </parent>
 
     <artifactId>maven-packager-utils</artifactId>
diff --git a/pom.xml b/pom.xml
index e3c1ca4..a0b0193 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>org.debian.maven</groupId>
     <artifactId>maven-debian</artifactId>
-    <version>2.0.3</version>
+    <version>2.0.4</version>
     <packaging>pom</packaging>
     <description>Helper tools for using Maven to build Debian packages</description>
 
diff --git a/share/maven-debian-helper/copy-repo.sh b/share/maven-debian-helper/copy-repo.sh
index 8cbad3a..ae93b7e 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"
+PLUGIN_GROUPS="org.apache.maven.plugins org.codehaus.mojo org.codehaus.plexus org.apache.felix org.sonatype.plugins"
 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