[pkg-java] r18148 - trunk/commons-math3/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 15 06:36:10 UTC 2014


Author: ebourg-guest
Date: 2014-05-15 06:36:09 +0000 (Thu, 15 May 2014)
New Revision: 18148

Modified:
   trunk/commons-math3/debian/changelog
   trunk/commons-math3/debian/maven.ignoreRules
Log:
Ignore the dependencies on build-helper-maven-plugin and maven-antrun-plugin



Modified: trunk/commons-math3/debian/changelog
===================================================================
--- trunk/commons-math3/debian/changelog	2014-05-14 23:08:27 UTC (rev 18147)
+++ trunk/commons-math3/debian/changelog	2014-05-15 06:36:09 UTC (rev 18148)
@@ -2,6 +2,8 @@
 
   * New upstream release
   * Refreshed the patch
+  * Ignore the dependencies on build-helper-maven-plugin and maven-antrun-plugin
+    (used to build the new -tools artifact)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 15 May 2014 00:13:24 +0200
 

Modified: trunk/commons-math3/debian/maven.ignoreRules
===================================================================
--- trunk/commons-math3/debian/maven.ignoreRules	2014-05-14 23:08:27 UTC (rev 18147)
+++ trunk/commons-math3/debian/maven.ignoreRules	2014-05-15 06:36:09 UTC (rev 18148)
@@ -1,9 +1,11 @@
 
+org.apache.maven.plugins maven-antrun-plugin * * * *
 org.apache.maven.plugins maven-assembly-plugin * * * *
 org.apache.maven.plugins maven-changes-plugin * * * *
 org.apache.maven.plugins maven-checkstyle-plugin * * * *
 org.apache.maven.plugins maven-pmd-plugin * * * *
 org.apache.maven.plugins maven-scm-publish-plugin * * * *
 org.apache.rat apache-rat-plugin * * * *
+org.codehaus.mojo build-helper-maven-plugin * * * *
 org.codehaus.mojo clirr-maven-plugin * * * *
 org.codehaus.mojo findbugs-maven-plugin * * * *




More information about the pkg-java-commits mailing list