[pkg-java] r15506 - trunk/apache-pom/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Wed Dec 7 00:08:53 UTC 2011


Author: ludovicc-guest
Date: 2011-12-07 00:08:52 +0000 (Wed, 07 Dec 2011)
New Revision: 15506

Modified:
   trunk/apache-pom/debian/changelog
   trunk/apache-pom/debian/libapache-pom-java.poms
   trunk/apache-pom/debian/maven.ignoreRules
   trunk/apache-pom/debian/maven.rules
Log:
* Update list of plugins to ignore
* Include site-pom.xml and its apache-jar-resource-bundle jar.

Modified: trunk/apache-pom/debian/changelog
===================================================================
--- trunk/apache-pom/debian/changelog	2011-12-05 21:00:03 UTC (rev 15505)
+++ trunk/apache-pom/debian/changelog	2011-12-07 00:08:52 UTC (rev 15506)
@@ -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:

Modified: trunk/apache-pom/debian/libapache-pom-java.poms
===================================================================
--- trunk/apache-pom/debian/libapache-pom-java.poms	2011-12-05 21:00:03 UTC (rev 15505)
+++ trunk/apache-pom/debian/libapache-pom-java.poms	2011-12-07 00:08:52 UTC (rev 15506)
@@ -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
+

Modified: trunk/apache-pom/debian/maven.ignoreRules
===================================================================
--- trunk/apache-pom/debian/maven.ignoreRules	2011-12-05 21:00:03 UTC (rev 15505)
+++ trunk/apache-pom/debian/maven.ignoreRules	2011-12-07 00:08:52 UTC (rev 15506)
@@ -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 * * * *

Modified: trunk/apache-pom/debian/maven.rules
===================================================================
--- trunk/apache-pom/debian/maven.rules	2011-12-05 21:00:03 UTC (rev 15505)
+++ trunk/apache-pom/debian/maven.rules	2011-12-07 00:08:52 UTC (rev 15506)
@@ -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/ * *
+




More information about the pkg-java-commits mailing list