Updated Mojo name (antlr4) and default phase (generate-sources)

This commit is contained in:
Sam Harwell 2013-01-19 15:53:04 -06:00
parent 21a97e4ead
commit e5bdcccfc7
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ import java.util.Set;
* @author Sam Harwell * @author Sam Harwell
*/ */
@Mojo( @Mojo(
name = "antlr", name = "antlr4",
defaultPhase = LifecyclePhase.PROCESS_SOURCES, defaultPhase = LifecyclePhase.GENERATE_SOURCES,
requiresDependencyResolution = ResolutionScope.COMPILE, requiresDependencyResolution = ResolutionScope.COMPILE,
requiresProject = true) requiresProject = true)
public class Antlr4Mojo extends AbstractMojo { public class Antlr4Mojo extends AbstractMojo {