https://github.com/mogikanen9/xml-cleanup-maven-plugin
Maven plugin which can remove specified tags from xml file(s)
https://github.com/mogikanen9/xml-cleanup-maven-plugin
maven-plugin xml xml-parsing
Last synced: 6 months ago
JSON representation
Maven plugin which can remove specified tags from xml file(s)
- Host: GitHub
- URL: https://github.com/mogikanen9/xml-cleanup-maven-plugin
- Owner: mogikanen9
- License: mit
- Created: 2018-01-30T15:59:06.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-29T00:53:59.000Z (over 7 years ago)
- Last Synced: 2025-07-26T01:47:27.242Z (11 months ago)
- Topics: maven-plugin, xml, xml-parsing
- Language: Java
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xml-cleanup-maven-plugin
Maven plugin which can remove specified tags from xml file(s)
[](https://travis-ci.org/mogikanen9/xml-cleanup-maven-plugin)
[](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.mogikanen9.maven.plugins%22%20AND%20a%3A%22xml-cleanup-maven-plugin%22)
[](https://github.com/mogikanen9/xml-cleanup-maven-plugin/releases/tag/1.0)

## 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](https://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html) 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](https://maven.apache.org/maven-logging.html)