# 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/ * *
|