~ubuntu-branches/ubuntu/trusty/build-helper-maven-plugin/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/maven.ignoreRules

  • Committer: Package Import Robot
  • Author(s): tony mancill, Emmanuel Bourg, tony mancill
  • Date: 2013-06-01 20:19:34 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130601201934-hzv7zmdcgazfyupp
Tags: 1.7-1
[ Emmanuel Bourg ]
* Team upload.
* New upstream release
* Set the compiler source/target to 1.5
* Updated Standards-Version to 3.9.4 (no changes)
* debian/copyright:
  - Updated the Format URI to 1.0
  - Removed the duplicate Copyright fields

[ tony mancill ]
* debian/control:
  - Add libmaven-invoker-plugin-java to build-depends-indep.
  - Wrap long lines.
  - Update Vcs-Git URL.

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
1
 
17
2
org.apache.maven.plugins maven-changelog-plugin * * * *
18
3
org.apache.maven.plugins maven-changes-plugin * * * *