Package org.l2x6.cq.maven
Class ExamplesCheckPlatformMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.l2x6.cq.maven.ExamplesSetPlatformMojo
org.l2x6.cq.maven.ExamplesCheckPlatformMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="examples-check-platform",
requiresProject=false)
public class ExamplesCheckPlatformMojo
extends ExamplesSetPlatformMojo
Checks whether the Quarkus platform BOM and Camel Quarkus BOM suit each other
- Since:
- 2.10.0
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.l2x6.cq.maven.ExamplesSetPlatformMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ExamplesCheckPlatformMojo
public ExamplesCheckPlatformMojo()
-