@Mojo(name="prepare-main",
defaultPhase=PROCESS_CLASSES,
threadSafe=true,
requiresDependencyResolution=COMPILE)
public class PrepareCamelMainMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
buildDir
The build directory
|
protected File |
outFolder
The output directory for generated spring boot tooling file
|
| Constructor and Description |
|---|
PrepareCamelMainMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(readonly=true,
defaultValue="${project.build.directory}/../src/main/resources/META-INF/")
protected File outFolder
@Parameter(readonly=true,
defaultValue="${project.build.directory}/")
protected File buildDir
Apache Camel