public abstract class BaseMojo
extends org.apache.maven.plugin.AbstractMojo
| 限定符和类型 | 字段和说明 |
|---|---|
org.apache.maven.project.MavenProject |
project |
| 构造器和说明 |
|---|
BaseMojo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute() |
protected void |
runProfile(ProfileProperties profile) |
@Parameter(defaultValue="${project}")
public org.apache.maven.project.MavenProject project
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void runProfile(ProfileProperties profile) throws Exception
ExceptionCopyright © 2022. All rights reserved.