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
|
||||
*/
|
||||
@Mojo(
|
||||
name = "antlr",
|
||||
defaultPhase = LifecyclePhase.PROCESS_SOURCES,
|
||||
name = "antlr4",
|
||||
defaultPhase = LifecyclePhase.GENERATE_SOURCES,
|
||||
requiresDependencyResolution = ResolutionScope.COMPILE,
|
||||
requiresProject = true)
|
||||
public class Antlr4Mojo extends AbstractMojo {
|
||||
|
|
Loading…
Reference in New Issue