[maven-plugin-tools] 01/03: No longer build UpdatePluginRegistryMojo (requires Maven 2)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Sep 3 23:32:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-plugin-tools.
commit 4142e297caee275e35fe6688bd78c32b4505c180
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Sep 4 00:39:51 2017 +0200
No longer build UpdatePluginRegistryMojo (requires Maven 2)
---
debian/changelog | 7 +++++++
debian/maven.ignoreRules | 1 +
debian/patches/07-maven-compatibility.patch | 17 +++++++++++++++++
3 files changed, 25 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8ce779c..3218ea8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-plugin-tools (3.5-6) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * No longer build UpdatePluginRegistryMojo (requires Maven 2)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 04 Sep 2017 00:37:06 +0200
+
maven-plugin-tools (3.5-5) unstable; urgency=medium
* Team upload.
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 28f938c..9e0de22 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -8,3 +8,4 @@ xmlunit xmlunit * * * *
org.apache.maven.plugin-testing maven-plugin-testing-harness * * * *
org.apache.rat apache-rat-plugin * * * *
org.apache.maven maven-project * * * *
+org.apache.maven maven-plugin-registry * * * *
diff --git a/debian/patches/07-maven-compatibility.patch b/debian/patches/07-maven-compatibility.patch
index 5e955c0..c278b6d 100644
--- a/debian/patches/07-maven-compatibility.patch
+++ b/debian/patches/07-maven-compatibility.patch
@@ -15,3 +15,20 @@ Forwarded: no
}
private static String getPluginParameter( Plugin plugin, String parameter )
+--- a/maven-plugin-plugin/pom.xml
++++ b/maven-plugin-plugin/pom.xml
+@@ -239,6 +239,14 @@
+ </configuration>
+ </plugin>
+ <plugin>
++ <artifactId>maven-compiler-plugin</artifactId>
++ <configuration>
++ <excludes>
++ <exclude>**/UpdatePluginRegistryMojo.java</exclude>
++ </excludes>
++ </configuration>
++ </plugin>
++ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git
More information about the pkg-java-commits
mailing list