[cdi-api] 02/04: Drop maven.ignoreRules and maven.rules because both files are unused.

Markus Koschany apo-guest at moszumanska.debian.org
Fri Oct 10 19:51:11 BST 2014


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch experimental
in repository cdi-api.

commit 444528e9019badeeec62486c6e1a3df6cbaad258
Author: Markus Koschany <apo at gambaru.de>
Date:   Fri Oct 10 18:52:59 2014 +0200

    Drop maven.ignoreRules and maven.rules because both files are unused.
---
 debian/changelog         |  1 +
 debian/maven.ignoreRules | 16 ----------------
 debian/maven.rules       | 17 -----------------
 3 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 618a48a..b6284ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ cdi-api (1.2-1) unstable; urgency=medium
   * Update debian/pom.xml for new release.
   * Declare compliance with Debian Policy 3.9.6.
   * Update debian/copyright for new release.
+  * Drop maven.ignoreRules and maven.rules because both files are unused.
 
  -- Markus Koschany <apo at gambaru.de>  Wed, 01 Oct 2014 16:12:09 +0200
 
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
deleted file mode 100644
index 0088a40..0000000
--- a/debian/maven.ignoreRules
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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/
-
diff --git a/debian/maven.rules b/debian/maven.rules
deleted file mode 100644
index ce4a3fd..0000000
--- a/debian/maven.rules
+++ /dev/null
@@ -1,17 +0,0 @@
-# Maven rules - transform 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
-# - a regular expression of the form s/match/replace/
-#   in this case, elements that match are transformed using
-#   the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-#   junit junit jar s/3\\..*/3.x/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdi-api.git



More information about the pkg-java-commits mailing list