t

transform-xml-maven-plugin

Maven plugin which can transform xml during the build. Currently supports deleting of nodes by xpath.
https://github.com/TimSoethout/transform-xml-maven-plugin
MIT
Tim Soethout
Files download
File Operation
transform-xml-maven-plugin-1.0.0.jar download
transform-xml-maven-plugin-1.0.0.pom download
transform-xml-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.timmybankers.maven</groupId>
  <artifactId>transform-xml-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'nl.timmybankers.maven:transform-xml-maven-plugin:1.0.0'
Gradle Kotlin
implementation("nl.timmybankers.maven:transform-xml-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "nl.timmybankers.maven" % "transform-xml-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='nl.timmybankers.maven', module='transform-xml-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="nl.timmybankers.maven" name="transform-xml-maven-plugin" rev="1.0.0" />
Leiningen
[nl.timmybankers.maven/transform-xml-maven-plugin "1.0.0"]
Apache Buildr
'nl.timmybankers.maven:transform-xml-maven-plugin:jar:1.0.0'