~ubuntu-branches/ubuntu/saucy/commons-configuration/saucy

« back to all changes in this revision

Viewing changes to debian/maven.ignoreRules

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-07-01 16:29:44 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130701162944-98waq5gogha5gpn1
Tags: 1.9-1
* New upstream release
* debian/control:
  - Updated Standards-Version to 3.9.4 (no changes)
  - Use canonical URLs for the Vcs-* fields
  - Added new build dependencies (libjavacc-maven-plugin-java, junit4)
  - Upgraded the dependency on the Servlet API (2.5 -> 3.0)
  - Removed the dependency on the Activation Framework (glassfish-activation)
  - Replaced the dependency on glassfish-mail with libgnumail-java
  - Removed the unused dependencies:
    liblog4j1.2-java-doc, libmaven-assembly-plugin-java
  - Replaced the dependency on libcommons-jexl-java by libcommons-jexl2-java
* debian/watch: Changed to point the official Apache distribution server
* Removed the obsolete file debian/ant.properties
* Installed the upstream changelog in the binary packages
* Added the report plugins to maven.ignoreRules
* Added the classpath attribute to the jar manifest

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Maven ignore rules - ignore some Maven dependencies and plugins
2
 
# Format of this file is:
3
 
# [group] [artifact] [type] [version] [classifier] [scope]
4
 
# where each element can be either
5
 
# - the exact string, for example org.apache for the group, or 3.1
6
 
#   for the version. In this case, the element is simply matched
7
 
#   and left as it is
8
 
# - * (the star character, alone). In this case, anything will
9
 
#   match and be left as it is. For example, using * on the
10
 
#  position of the artifact field will match any artifact id
11
 
# All elements much match before a rule can be applied
12
 
# Example rule: match jar with groupid= junit, artifactid= junit
13
 
# and version starting with 3., this dependency is then removed
14
 
# from the POM
15
 
#   junit junit jar s/3\\..*/3.x/
16
 
 
17
 
org.apache.maven.plugins maven-source-plugin * * * *
18
 
org.apache.maven.plugins maven-changes-plugin * * * *
19
 
 
 
1
 
 
2
dbunit dbunit * * * *
 
3
hsqldb hsqldb * * * *
20
4
junit-addons junit-addons * * * *
 
5
log4j log4j * * * *
21
6
mockobjects mockobjects-core * * * *
22
7
mockobjects mockobjects-jdk1.4-j2ee1.3 * * * *
23
 
hsqldb hsqldb * * * *
 
8
org.apache.maven.plugins maven-assembly-plugin * * * *
 
9
org.apache.maven.plugins maven-changes-plugin * * * *
 
10
org.apache.maven.plugins maven-checkstyle-plugin * * * *
 
11
org.apache.maven.plugins maven-source-plugin * * * *
 
12
org.apache.rat apache-rat-plugin * * * *
 
13
org.codehaus.mojo cobertura-maven-plugin * * * *
 
14
org.codehaus.mojo findbugs-maven-plugin * * * *
24
15
org.slf4j slf4j-ext * * * *
25
 
dbunit dbunit * * * *
 
 
b'\\ No newline at end of file'