p

pom-manipulation-parent

Manipulation Tool (available as library, extension and CLI) for Apache Maven that allows pre-processing of Maven pom.xml's.
http://github.com/release-engineering/pom-manipulation-ext
APLv2.0
John Casey Nick Cross Paul Gier
Files download
File Operation
pom-manipulation-parent-4.5.pom download
Apache Maven
<dependency>
  <groupId>org.commonjava.maven.ext</groupId>
  <artifactId>pom-manipulation-parent</artifactId>
  <version>4.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.commonjava.maven.ext:pom-manipulation-parent:4.5'
Gradle Kotlin
implementation("org.commonjava.maven.ext:pom-manipulation-parent:4.5")
Scala SBT
libraryDependencies += "org.commonjava.maven.ext" % "pom-manipulation-parent" % "4.5"
Groovy Grape
@Grapes(
  @Grab(group='org.commonjava.maven.ext', module='pom-manipulation-parent', version='4.5')
)
Apache Ivy
<dependency org="org.commonjava.maven.ext" name="pom-manipulation-parent" rev="4.5" />
Leiningen
[org.commonjava.maven.ext/pom-manipulation-parent "4.5"]
Apache Buildr
'org.commonjava.maven.ext:pom-manipulation-parent:jar:4.5'