[pkg-java] r17693 - trunk/commons-parent/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jan 21 16:40:29 UTC 2014


Author: ebourg-guest
Date: 2014-01-21 16:40:29 +0000 (Tue, 21 Jan 2014)
New Revision: 17693

Modified:
   trunk/commons-parent/debian/changelog
   trunk/commons-parent/debian/libcommons-parent-java.poms
   trunk/commons-parent/debian/maven.ignoreRules
Log:
Preserve the 'build' section of the pom



Modified: trunk/commons-parent/debian/changelog
===================================================================
--- trunk/commons-parent/debian/changelog	2014-01-20 23:22:00 UTC (rev 17692)
+++ trunk/commons-parent/debian/changelog	2014-01-21 16:40:29 UTC (rev 17693)
@@ -1,6 +1,8 @@
 commons-parent (22-3) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Preserve the 'build' section of the pom to generate jars similar
+    to those published upstream.
   * debian/control:
     - Use canonical URLs for the Vcs-* fields
     - Standards-Version updated to 3.9.5 (no changes)

Modified: trunk/commons-parent/debian/libcommons-parent-java.poms
===================================================================
--- trunk/commons-parent/debian/libcommons-parent-java.poms	2014-01-20 23:22:00 UTC (rev 17692)
+++ trunk/commons-parent/debian/libcommons-parent-java.poms	2014-01-21 16:40:29 UTC (rev 17693)
@@ -23,5 +23,5 @@
 #   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
 #     temporarily for certain artifacts such as Javadoc jars.
 #
-pom.xml --has-package-version --site-xml=src/site/site.xml
+pom.xml --has-package-version --site-xml=src/site/site.xml --keep-elements=build
 

Modified: trunk/commons-parent/debian/maven.ignoreRules
===================================================================
--- trunk/commons-parent/debian/maven.ignoreRules	2014-01-20 23:22:00 UTC (rev 17692)
+++ trunk/commons-parent/debian/maven.ignoreRules	2014-01-21 16:40:29 UTC (rev 17693)
@@ -14,3 +14,10 @@
 # from the POM
 #   junit junit jar s/3\\..*/3.x/
 
+org.apache.commons commons-build-plugin
+org.apache.maven.plugins maven-assembly-plugin
+org.apache.maven.plugins maven-gpg-plugin
+org.apache.maven.plugins maven-release-plugin
+org.apache.maven.plugins maven-site-plugin
+org.apache.rat apache-rat-plugin
+org.codehaus.mojo buildnumber-maven-plugin




More information about the pkg-java-commits mailing list