xml-cleanup-maven-plugin

Maven plugin which can remove specified tags from xml file(s)

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.mogikanen9.maven.plugins
ArtifactId

ArtifactId

xml-cleanup-maven-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

xml-cleanup-maven-plugin
Maven plugin which can remove specified tags from xml file(s)
Project URL

Project URL

https://github.com/mogikanen9/xml-cleanup-maven-plugin/
Source Code Management

Source Code Management

https://github.com/mogikanen9/xml-cleanup-maven-plugin

Download xml-cleanup-maven-plugin

How to add to project

<plugin>
    <groupId>com.github.mogikanen9.maven.plugins</groupId>
    <artifactId>xml-cleanup-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0
org.slf4j : slf4j-api jar 1.7.25

provided (3)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4
org.slf4j : slf4j-simple jar 1.7.25
org.projectlombok : lombok jar 1.16.20

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.13.0
pl.pragmatists : JUnitParams jar 1.1.1

Project Modules

There are no modules declared in this project.

xml-cleanup-maven-plugin

Maven plugin which can remove specified tags from xml file(s)

Build Status

Maven Central

GitHub release

Quality Gate Status

Project description

  • plugin - core source code of the plugin
  • test - test/demo projects which shows how to use the plugin

Module "plugin"

logging

  • folder /scr/plugin-logging contains a sample configuration of SimpleLogging for the plugin
  • file "simplelogger.properties" needs to be placed to "${maven.home}/conf/logging/" folder to enable custom logging for the plugin
  • general details regarding logging available at maven-logging

Versions

Version
1.0.1
1.0