File: maven.rules

package info (click to toggle)
gradle 4.4.1-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 85,440 kB
  • sloc: java: 319,966; xml: 14,356; javascript: 4,838; cpp: 4,200; ansic: 1,025; sh: 300; makefile: 65; asm: 17; jsp: 17; objc: 10
file content (14 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `resolutionStrategy()` fails to alter the output of the generated POMs, so we
# need to deal with them here as well. The rules are based on
# `substituteDependencies.gradle`


s/.*/jcifs/         jcifs
s/.*/org.beanshell/ bsh
s/.*/org.dom4j/     dom4j

# These are regular rules for overriding the `debian` version
antlr               antlr               * s/2\..*/2.x/
commons-collections commons-collections * s/3\..*/3.x/
junit               junit               * s/4\..*/4.x/
org.apache.maven    maven-*             * s/3\..*/3.x/