[apache-pom] 06/20: * Update list of plugins to ignore * Include site-pom.xml and its apache-jar-resource-bundle jar.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 20 22:51:13 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 22b94068326e0df791b2c1dd38b06474733b0a7a
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Wed Dec 7 00:08:52 2011 +0000
* Update list of plugins to ignore
* Include site-pom.xml and its apache-jar-resource-bundle jar.
---
debian/changelog | 7 +++++++
debian/libapache-pom-java.poms | 4 +++-
debian/maven.ignoreRules | 12 ++++++------
debian/maven.rules | 3 +++
4 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index de0f8fd..51e47a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apache-pom (10-3) UNRELEASED; urgency=low
+
+ * Update list of plugins to ignore
+ * Include site-pom.xml and its apache-jar-resource-bundle jar.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 07 Dec 2011 00:27:31 +0100
+
apache-pom (10-2) unstable; urgency=low
* Only use maven_repo_helper and debhelper to install POM:
diff --git a/debian/libapache-pom-java.poms b/debian/libapache-pom-java.poms
index c154550..a8621ca 100644
--- a/debian/libapache-pom-java.poms
+++ b/debian/libapache-pom-java.poms
@@ -17,4 +17,6 @@
# --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 --keep-elements=build,reporting
+site-pom.xml --has-package-version --site-xml=src/site-docs/site.xml
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index c689ed4..e9f5248 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -14,13 +14,13 @@
# from the POM
# junit junit jar s/3\\..*/3.x/
-org.apache.maven.plugins maven-docck-plugin * * * *
+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-invoker-plugin * * * *
-org.apache.maven.plugins maven-project-info-reports-plugin * * * *
-org.apache.maven.plugins maven-remote-resources-plugin * * * *
+org.apache.maven.plugins maven-release-plugin * * * *
org.apache.maven.plugins maven-scm-plugin * * * *
-org.codehaus.modello modello-maven-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.codehaus.plexus plexus-maven-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 7b24d88..6be4361 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,3 +17,6 @@
# 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