Refactor Antlr3PluginMojo to AntlrMojo to allow for the creation of a goal to generate test code ------------------------------------------------------------------------------------------------
Key: MANTLR-23 URL: http://jira.codehaus.org/browse/MANTLR-23 Project: Maven 2.x Antlr Plugin Issue Type: Improvement Reporter: Kenny MacDermid Priority: Minor Attachments: refactor.patch Currently Antlr3PluginMojo generates source to generated-source/antlr. This is fine for regular code, but doesn't work so well with antlr test code. Instead refactor to a base class and have AntlrMojo generate the source for main code to generated-source/antlr/main, so that later a goal can be created to generate-test-source to generated-source/antlr/test. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira