x

xml-cleanup-maven-plugin

Maven plugin which can remove specified tags from xml file(s)
https://github.com/mogikanen9/xml-cleanup-maven-plugin/
MIT License
Vlad Voinov
Files download
File Operation
xml-cleanup-maven-plugin-1.0.1.jar download
xml-cleanup-maven-plugin-1.0.1.pom download
xml-cleanup-maven-plugin-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mogikanen9.maven.plugins</groupId>
  <artifactId>xml-cleanup-maven-plugin</artifactId>
  <version>1.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.mogikanen9.maven.plugins:xml-cleanup-maven-plugin:1.0.1'
Gradle Kotlin
implementation("com.github.mogikanen9.maven.plugins:xml-cleanup-maven-plugin:1.0.1")
Scala SBT
libraryDependencies += "com.github.mogikanen9.maven.plugins" % "xml-cleanup-maven-plugin" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mogikanen9.maven.plugins', module='xml-cleanup-maven-plugin', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.mogikanen9.maven.plugins" name="xml-cleanup-maven-plugin" rev="1.0.1" />
Leiningen
[com.github.mogikanen9.maven.plugins/xml-cleanup-maven-plugin "1.0.1"]
Apache Buildr
'com.github.mogikanen9.maven.plugins:xml-cleanup-maven-plugin:jar:1.0.1'