forked from jasder/antlr
Updated Mojo name (antlr4) and default phase (generate-sources)
This commit is contained in:
parent
21a97e4ead
commit
e5bdcccfc7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue