c

cleanpom-maven-plugin

Cleans the POM and other XML using on XSLT.
http://site.trajano.net/cleanpom-maven-plugin
Files download
File Operation
cleanpom-maven-plugin-1.2.2.jar download
cleanpom-maven-plugin-1.2.2.pom download
cleanpom-maven-plugin-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.trajano.mojo</groupId>
  <artifactId>cleanpom-maven-plugin</artifactId>
  <version>1.2.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.trajano.mojo:cleanpom-maven-plugin:1.2.2'
Gradle Kotlin
implementation("net.trajano.mojo:cleanpom-maven-plugin:1.2.2")
Scala SBT
libraryDependencies += "net.trajano.mojo" % "cleanpom-maven-plugin" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='net.trajano.mojo', module='cleanpom-maven-plugin', version='1.2.2')
)
Apache Ivy
<dependency org="net.trajano.mojo" name="cleanpom-maven-plugin" rev="1.2.2" />
Leiningen
[net.trajano.mojo/cleanpom-maven-plugin "1.2.2"]
Apache Buildr
'net.trajano.mojo:cleanpom-maven-plugin:jar:1.2.2'