This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch maven-debian-helper-2.0 in repository maven-debian-helper.
commit 454ed5bb19a9ab959fa2db00042ca53121f901d6 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 7 13:15:18 2015 +0100 Use the maven-plugin-api jar from libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f3348e1..45fc289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ maven-debian-helper (2.0~exp3) UNRELEASED; urgency=medium the javadoc in the builds using DH (improves the reproducibility). * Added a dependency on libmaven-install-plugin-java to fix build failures * Fixed the mvn-debian script to work with Maven 3.3.9 + * Use the maven-plugin-api jar from libmaven3-core-java instead of + libmaven2-core-java -- Emmanuel Bourg <[email protected]> Fri, 27 Nov 2015 09:24:11 +0100 diff --git a/debian/rules b/debian/rules index bc3ca18..16c605c 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(shell echo ${DEB_UPSTREAM_VERSION} | sed -r 's/([0-9\.]+).*/\1/') JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-junit junit commons-io plexus-classworlds maven-core maven-artifact maven-artifact-manager maven-core-3.x maven-model \ - maven-embedder maven-plugin-api maven-plugin-annotations maven-scm-api velocity file-management plexus-utils \ + maven-embedder maven3-plugin-api maven-plugin-annotations maven-scm-api velocity file-management plexus-utils \ plexus-container-default-alpha maven-repo-helper DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := debian/build.xml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

