public class NinjaRunMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
excludes
Exludes in Java regex format.
|
protected org.apache.maven.project.MavenProject |
mavenProject |
protected boolean |
useDefaultExcludes
Adds assets directory and freemarker templates to excluded files.
|
| Constructor and Description |
|---|
NinjaRunMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
alertAndStopExecutionIfDirectoryWithCompiledClassesOfThisProjectDoesNotExist(java.lang.String directoryWithCompiledClassesOfThisProject) |
void |
execute() |
protected org.apache.maven.project.MavenProject mavenProject
protected java.lang.String[] excludes
protected boolean useDefaultExcludes
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void alertAndStopExecutionIfDirectoryWithCompiledClassesOfThisProjectDoesNotExist(java.lang.String directoryWithCompiledClassesOfThisProject)
Copyright © 2015. All Rights Reserved.