[apache-pom] 19/20: Updated the Maven rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 20 22:51:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository apache-pom.
commit 2def5941b1173802526d8f99d5bcc6cc83ea8027
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jul 21 00:31:51 2017 +0200
Updated the Maven rules
---
debian/changelog | 4 +++-
debian/libapache-pom-java.poms | 3 +--
debian/maven.ignoreRules | 37 +++++++++++++++++++++++++++----------
debian/maven.rules | 5 -----
4 files changed, 31 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0e5644b..c184378 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-apache-pom (10-3) UNRELEASED; urgency=low
+apache-pom (18-1) UNRELEASED; urgency=low
* Team upload.
[ Emmanuel Bourg ]
+ * New upstream release
+ - Updated the Maven rules
* Moved the package to Git
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
diff --git a/debian/libapache-pom-java.poms b/debian/libapache-pom-java.poms
index a8621ca..6eceb2a 100644
--- a/debian/libapache-pom-java.poms
+++ b/debian/libapache-pom-java.poms
@@ -17,6 +17,5 @@
# --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 --keep-elements=build,reporting
+pom.xml --has-package-version --keep-elements=build
site-pom.xml --has-package-version --site-xml=src/site-docs/site.xml
-
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index e9f5248..dd96020 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -14,13 +14,30 @@
# from the POM
# junit junit jar s/3\\..*/3.x/
-org.apache.maven.plugins maven-assembly-plugin * * * *
-org.apache.maven.plugins maven-deploy-plugin * * * *
-org.apache.maven.plugins maven-enforcer-plugin * * * *
-org.apache.maven.plugins maven-gpg-plugin * * * *
-org.apache.maven.plugins maven-release-plugin * * * *
-org.apache.maven.plugins maven-scm-plugin * * * *
-org.apache.maven.plugins maven-source-plugin * * * *
-org.apache.maven.wagon wagon-ssh * * * *
-org.apache.rat apache-rat-plugin * * * *
-org.codehaus.mojo clirr-maven-plugin * * * *
+org.apache.maven.plugins maven-antrun-plugin
+org.apache.maven.plugins maven-assembly-plugin
+org.apache.maven.plugins maven-clean-plugin
+org.apache.maven.plugins maven-compiler-plugin
+org.apache.maven.plugins maven-dependency-plugin
+org.apache.maven.plugins maven-deploy-plugin
+org.apache.maven.plugins maven-docck-plugin
+org.apache.maven.plugins maven-enforcer-plugin
+org.apache.maven.plugins maven-failsafe-plugin
+org.apache.maven.plugins maven-gpg-plugin
+org.apache.maven.plugins maven-install-plugin
+org.apache.maven.plugins maven-invoker-plugin
+org.apache.maven.plugins maven-javadoc-plugin
+org.apache.maven.plugins maven-plugin-plugin
+org.apache.maven.plugins maven-project-info-reports-plugin
+org.apache.maven.plugins maven-release-plugin
+org.apache.maven.plugins maven-remote-resources-plugin
+org.apache.maven.plugins maven-resources-plugin
+org.apache.maven.plugins maven-scm-plugin
+org.apache.maven.plugins maven-scm-publish-plugin
+org.apache.maven.plugins maven-site-plugin
+org.apache.maven.plugins maven-source-plugin
+org.apache.maven.plugins maven-surefire-plugin
+org.apache.maven.plugins maven-surefire-report-plugin
+org.apache.maven.plugins maven-war-plugin
+org.apache.rat apache-rat-plugin
+org.codehaus.mojo clirr-maven-plugin
diff --git a/debian/maven.rules b/debian/maven.rules
index 6be4361..ce4a3fd 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -15,8 +15,3 @@
# Example rule: match jar with groupid= junit, artifactid= junit
# and version starting with 3., replacing the version with 3.x
# junit junit jar s/3\\..*/3.x/
-
-org.apache apache pom s/.*/debian/ * *
-s/org.apache/org.apache.apache.resources/ apache-jar-resource-bundle jar s/1\..*/1.x/ * *
-org.apache.apache.resources apache-jar-resource-bundle jar s/1\..*/1.x/ * *
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-pom.git
More information about the pkg-java-commits
mailing list