This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jackrabbit.
commit a969cc0963cd3661fecbc440db02716b81017e8f Author: Markus Koschany <[email protected]> Date: Sun Jun 21 21:33:16 2015 +0200 Drop maven.cleanIgnoreRules. It is unused. --- debian/changelog | 1 + debian/maven.cleanIgnoreRules | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index a65a529..1ba4462 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ jackrabbit (2.10.1-1) unstable; urgency=high build-dependencies. * Add libmaven-bundle-plugin-java to Build-Depends. * Add maven.properties file and drop build.properties. + * Drop maven.cleanIgnoreRules. It is unused. -- Markus Koschany <[email protected]> Sun, 21 Jun 2015 18:35:47 +0200 diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules deleted file mode 100644 index b47b61d..0000000 --- a/debian/maven.cleanIgnoreRules +++ /dev/null @@ -1,17 +0,0 @@ -# Maven clean ignore rules - ignore some Maven dependencies and plugins -# during the clean phase of a Maven build -# Format of this file is: -# [group] [artifact] [type] [version] [classifier] [scope] -# where each element can be either -# - the exact string, for example org.apache for the group, or 3.1 -# for the version. In this case, the element is simply matched -# and left as it is -# - * (the star character, alone). In this case, anything will -# match and be left as it is. For example, using * on the -# position of the artifact field will match any artifact id -# All elements much match before a rule can be applied -# Example rule: match jar with groupid= junit, artifactid= junit -# and version starting with 3., this dependency is then removed -# from the POM before mvn clean is called -# junit junit jar s/3\\..*/3.x/ - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackrabbit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

