This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit 8b1a1b33f3354ddfe2faf0d22982f59797f49272 Author: Emmanuel Bourg <[email protected]> Date: Mon Mar 16 14:19:01 2015 +0100 Fixed the invocation of the maven-plugin-plugin --- debian/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/build.xml b/debian/build.xml index 8578d7f..6fe6364 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -172,7 +172,7 @@ <arg value="-e"/> <arg value="-B"/> <arg value="-s${basedir}/debian/tmp/maven-settings.xml"/> - <arg value="plugin:descriptor"/> + <arg value="org.apache.maven.plugins:maven-plugin-plugin:${version}:descriptor"/> </java> <copy todir="." overwrite="true" > -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

