Class ParserValidationMojo

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

@Mojo(name="parserValidation",
      defaultPhase=GENERATE_RESOURCES)
public class ParserValidationMojo
extends AbstractParserXmlMojo
Find i18n keys from xworks xml validation files. Note: this goal must always be invoked before the process-resources phase, otherwise all files will be considered as uptodate.
Author:
Tony Chemit - chemit@codelutin.com