public class BootStrapMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.archiver.MavenArchiveConfiguration |
archive
The maven archive configuration to use
|
protected static String |
SCOPE_DEFAULT_PATTERN
Default scope pattern: exclude only 'test' scope.
|
| Constructor and Description |
|---|
BootStrapMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
File |
getBuildDirectory() |
org.apache.maven.project.MavenProject |
getProject() |
protected boolean |
includedScope(String scope) |
void |
setBuildDirectory(File buildDirectory) |
void |
setProject(org.apache.maven.project.MavenProject project) |
protected static final String SCOPE_DEFAULT_PATTERN
protected org.apache.maven.archiver.MavenArchiveConfiguration archive
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected boolean includedScope(String scope)
scope - public final org.apache.maven.project.MavenProject getProject()
public final void setProject(org.apache.maven.project.MavenProject project)
public final File getBuildDirectory()
public final void setBuildDirectory(File buildDirectory)
Copyright © 2010–2014 Intelligents-ia. All rights reserved.