This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-javadoc-plugin.
commit aaff301ca882fa9b844aadedcec4fe1308fa1edf Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 7 22:59:48 2013 +0000 Ignore the unused Maven dependency on Mockito (Closes: #729006) --- debian/changelog | 7 +++++++ debian/maven.ignoreRules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2e58505..c38d84b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-javadoc-plugin (2.9.1-2) unstable; urgency=low + + * Team upload. + * Ignore the unused Maven dependency on Mockito (Closes: #729006) + + -- Emmanuel Bourg <[email protected]> Thu, 07 Nov 2013 23:57:58 +0100 + maven-javadoc-plugin (2.9.1-1) unstable; urgency=low * Team upload. diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 2f523da..ef1899d 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -3,3 +3,4 @@ junit-addons junit-addons jar * * * org.apache.maven.plugins maven-enforcer-plugin maven-plugin * * * org.mortbay.jetty jetty-client jar * * * org.mortbay.jetty jetty jar * * * +org.mockito mockito-core * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-javadoc-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

