[maven-resources-plugin] 23/24: Ignore plexus-container-default to fix test failures
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 9 14:43:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-resources-plugin.
commit 015f935912f03d428773fe9fc5056a6c00051f3f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Dec 9 15:41:00 2015 +0100
Ignore plexus-container-default to fix test failures
---
debian/changelog | 1 +
debian/maven.ignoreRules | 16 +---------------
2 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dc63380..bcc93d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-resources-plugin (2.6-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patch
+ - Ignore plexus-container-default to fix test failures
* Moved the package to Git
* Standards-Version updated to 3.9.6 (no changes)
* Removed the javadoc package
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 0088a40..dfacb6c 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,16 +1,2 @@
-# Maven ignore rules - ignore some Maven dependencies and plugins
-# 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
-# junit junit jar s/3\\..*/3.x/
+org.codehaus.plexus plexus-container-default * * * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-resources-plugin.git
More information about the pkg-java-commits
mailing list