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 bda02ff3caf0b0eca47fe66a314413694f0c9099 Author: Emmanuel Bourg <[email protected]> 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 d494ddf..e7a2aa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ polyglot-maven (0.8~tobrien+git20120905-3) 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 <[email protected]> Tue, 27 Oct 2015 21:58:45 +0100 diff --git a/debian/control b/debian/control index d9167e9..019b061 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends-Indep: groovy, 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

