File: maven.rules

package info (click to toggle)
surefire 2.22.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,884 kB
  • sloc: java: 65,603; xml: 16,675; jsp: 5; sh: 3; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# keep the version for all Maven plugins as versionless plugins don't work
* * maven-plugin *
junit junit jar s/3\..*/3.x/
junit junit jar s/4\..*/4.x/
jmock jmock jar s/1\..*/1.x/
org.easytesting s/fest-assert/fest-assert-core/ * s/.*/debian/
org.apache.commons commons-lang3 * s/.*/debian/
org.apache.maven s/maven-project/maven-compat/ * s/.*/3.x/ * *
org.apache.maven maven-* * s/.*/3.x/ * *
org.apache.maven.reporting maven-reporting-api * s/.*/3.x/ * *
org.codehaus.plexus plexus-utils * s/.*/2.x/ * *
org.testng testng * s/.*/6.x/ s/.*// *
# fix the version of maven-shade-plugin
s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness

s/com.github.stephenc.jcip/net.jcip/ jcip-annotations * s/.*/debian/ * *