Skip to content

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

License

Notifications You must be signed in to change notification settings

mogikanen9/xml-cleanup-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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