Class BomGeneratorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.springboot.maven.BomGeneratorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-bom", defaultPhase=VALIDATE, threadSafe=true) public class BomGeneratorMojo extends org.apache.maven.plugin.AbstractMojoGenerate BOM with only the camel spring boot starter dependencies.
-
-
Constructor Summary
Constructors Constructor Description BomGeneratorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
project
@Parameter(defaultValue="${project}", readonly=true) protected org.apache.maven.project.MavenProject projectThe maven project.
-
sourcePom
@Parameter(defaultValue="${basedir}/pom.xml") protected File sourcePomThe source pom template file.
-
targetPom
@Parameter(defaultValue="${project.build.directory}/${project.name}-pom.xml") protected File targetPomThe pom file.
-
startersDir
@Parameter(defaultValue="${basedir}/../../components-starter") protected File startersDir
-
-