[maven-parent] 17/18: Keep the build configuration used by downstream projects
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 20 15:29:09 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-parent.
commit d7ad0e7fa78a34cbae3ab7ad8ab151ec63df7079
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jul 20 17:27:48 2017 +0200
Keep the build configuration used by downstream projects
---
debian/changelog | 1 +
debian/libmaven-parent-java.poms | 2 +-
debian/maven.ignoreRules | 13 +++++++++++++
debian/maven.rules | 1 +
4 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f0d861c..9969331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ maven-parent (27-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
+ * Keep the build configuration used by downstream projects
* Moved the package to Git
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
diff --git a/debian/libmaven-parent-java.poms b/debian/libmaven-parent-java.poms
index c154550..df84b55 100644
--- a/debian/libmaven-parent-java.poms
+++ b/debian/libmaven-parent-java.poms
@@ -17,4 +17,4 @@
# --no-usj-versionless: don't install the versionless link in /usr/share/java
# --dest-jar=<path>: the destination for the real jar
#
-pom.xml --has-package-version --site-xml=src/site-docs/site.xml
+pom.xml --has-package-version --site-xml=src/site-docs/site.xml --keep-elements=build
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 0088a40..902a56b 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -14,3 +14,16 @@
# from the POM
# junit junit jar s/3\\..*/3.x/
+org.apache.maven.plugins maven-checkstyle-plugin
+org.apache.maven.plugins maven-enforcer-plugin
+org.apache.maven.plugins maven-gpg-plugin
+org.apache.maven.plugins maven-jxr-plugin
+org.apache.maven.plugins maven-pmd-plugin
+org.apache.maven.plugins maven-project-info-reports-plugin
+org.apache.maven.plugins maven-release-plugin
+org.apache.maven.plugins maven-scm-publish-plugin
+org.apache.maven.plugins maven-site-plugin
+org.apache.maven.plugins maven-toolchains-plugin
+org.apache.rat apache-rat-plugin
+org.codehaus.mojo findbugs-maven-plugin
+org.codehaus.mojo taglist-maven-plugin
diff --git a/debian/maven.rules b/debian/maven.rules
index 08cb2c4..a969275 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -18,3 +18,4 @@
org.apache apache pom s/.*/debian/ * *
org.apache.maven maven-parent pom s/.*/debian/ * *
+org.codehaus.plexus plexus-component-annotations * s/.*/1.5.5/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-parent.git
More information about the pkg-java-commits
mailing list