Package org.l2x6.cq
Class AbstractExtensionListMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.l2x6.cq.AbstractExtensionListMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
UpdateQuarkusMetadataMojo,VersionReportMojo
public abstract class AbstractExtensionListMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected List<File>extensionDirectoriesList of directories that contain extensionsprotected Set<String>skipArtifactIdBasesA set of artifactIdBases that are nor extensions and should not be processed by this mojo.
-
Constructor Summary
Constructors Constructor Description AbstractExtensionListMojo()
-