This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jsmpp.
commit 1797bf26eea70c4a247ebdd6e061d6bc277f590f Author: tony mancill <[email protected]> Date: Sun Sep 13 21:34:44 2015 -0700 ignore wagon-ssh and wagon-ssh-external They aren't needed for the build. --- debian/maven.ignoreRules | 3 +++ debian/maven.rules | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index bc3504f..5060fe1 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -14,3 +14,6 @@ # from the POM # junit junit jar s/3\..*/3.x/ org.apache.maven.plugins maven-release-plugin * * * * +org.apache.maven.plugins maven-release-plugin * * * * +org.apache.maven.wagon wagon-ssh-external * * * * +org.apache.maven.wagon wagon-ssh * * * * diff --git a/debian/maven.rules b/debian/maven.rules index 5c97348..d2c2370 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -17,7 +17,5 @@ # junit junit jar s/3\..*/3.x/ junit junit jar s/4\..*/4.x/ * * -org.apache.maven.wagon wagon-ssh-external jar s/.*/debian/ * * -org.apache.maven.wagon wagon-ssh jar s/.*/2.x/ * * log4j log4j * s/1\.2\..*/1.2.x/ * * s/biz.aQute.bnd/biz.aQute/ bndlib * s/2.4.0/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsmpp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

