c

cleanpom-maven-plugin

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