[polyglot-maven] 02/06: Fixed the build failure with Maven 3.3.3 (Closes: #796454)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 30 12:29:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository polyglot-maven.

commit aafc1ea3327a4fce6d2a5346b998e9dcd2cd8ca4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Oct 30 12:20:26 2015 +0100

    Fixed the build failure with Maven 3.3.3 (Closes: #796454)
---
 debian/build.xml | 1 +
 debian/changelog | 1 +
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/build.xml b/debian/build.xml
index fa93c0d..126d502 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -69,6 +69,7 @@
     <path refid="groovyc.classpath"/>
     <pathelement location="${core.build.dir}/**"/>
     <fileset dir="/usr/share/java" includes="maven-core-3.x.jar"/>
+    <fileset dir="/usr/share/java" includes="maven-builder-support-3.x.jar"/>
     <fileset dir="/usr/share/java" includes="maven-embedder-3.x.jar"/>
     <fileset dir="/usr/share/java" includes="maven-model-3.x.jar"/>
     <fileset dir="/usr/share/java" includes="maven-model-builder-3.x.jar"/>
diff --git a/debian/changelog b/debian/changelog
index 9e7b2d4..a61300f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 polyglot-maven (0.8~tobrien+git20120905-4) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Fixed the build failure with Maven 3.3.3 (Closes: #796454)
   * Removed the unused build dependency on libasm3-java (Closes: #800865)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 27 Oct 2015 21:58:45 +0100
diff --git a/debian/control b/debian/control
index 45f0bd1..e5119fe 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: ant,
                      libplexus-classworlds2-java,
                      libplexus-containers1.5-java,
                      libplexus-utils2-java,
-                     maven (>= 3.0.4-5)
+                     maven (>= 3.3.3-4~)
 Standards-Version: 3.9.4
 Homepage: https://github.com/tobrien/polyglot-maven
 Vcs-Git: git://anonscm.debian.org/pkg-java/polyglot-maven.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/polyglot-maven.git



More information about the pkg-java-commits mailing list