@Mojo(name="prepare",
      defaultPhase=INITIALIZE,
      requiresDependencyCollection=RUNTIME_PLUS_SYSTEM,
      requiresDependencyResolution=RUNTIME_PLUS_SYSTEM)
public class PrepareMojo
extends AbstractPrepareMojo
| Modifier and Type | Field and Description | 
|---|---|
protected org.apache.maven.project.MavenProject | 
project  | 
protected org.eclipse.aether.RepositorySystem | 
repositorySystem  | 
protected org.eclipse.aether.RepositorySystemSession | 
repositorySystemSession  | 
protected File | 
target
Build.getOutputDirectory(). | 
protected boolean | 
verbose
verbose parameter. | 
protected Properties | 
weaverConfig
weaver.config parameter. | 
| Constructor and Description | 
|---|
PrepareMojo()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute()
Execute this mojo. 
 | 
protected File | 
getTarget()
Get the target directory for this prepare mojo. 
 | 
doExecute@Parameter(readonly=true,
           required=true,
           defaultValue="${project.build.outputDirectory}")
protected File target
Build.getOutputDirectory().@Parameter(defaultValue="false") protected boolean verbose
verbose parameter.@Parameter(property="weaver.config",
           required=false)
protected Properties weaverConfig
weaver.config parameter.@Parameter(defaultValue="${project}")
protected org.apache.maven.project.MavenProject project
@Component protected org.eclipse.aether.RepositorySystem repositorySystem
@Parameter(defaultValue="${repositorySystemSession}",
           readonly=true)
protected org.eclipse.aether.RepositorySystemSession repositorySystemSession
Copyright © 2018 The Apache Software Foundation. All rights reserved.