Class ParserXmlUserMojo

java.lang.Object
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, I18nParserConfiguration, org.nuiton.plugin.Plugin, org.nuiton.plugin.PluginWithEncoding

@Mojo(name="parserXml",
      defaultPhase=GENERATE_RESOURCES)
public class ParserXmlUserMojo
extends AbstractParserXmlMojo
To obtain i18n keys from xml files using the userRulesFiles (and an optional coreRuleFile if any serves your purpose). Note: this goal must always be invoked before the process-resources phase, otherwise all files will be considered as uptodate.
Since:
2.0
Author:
Tony Chemit - chemit@codelutin.com