Class ExportFeatureMetaDataMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.karaf.tooling.utils.MojoSupport
-
- org.apache.karaf.tooling.features.AbstractFeatureMojo
-
- org.apache.karaf.tooling.features.ExportFeatureMetaDataMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="features-export-meta-data", defaultPhase=COMPILE, requiresDependencyResolution=RUNTIME, threadSafe=true) public class ExportFeatureMetaDataMojo extends AbstractFeatureMojoExport meta data about features
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanoneVersionIf set to true then for each bundle symbolic name only the highest version will be used-
Fields inherited from class org.apache.karaf.tooling.features.AbstractFeatureMojo
addTransitiveFeatures, descriptorArtifacts, descriptors, features, ignoreDependencyFlag, skipNonMavenProtocols
-
Fields inherited from class org.apache.karaf.tooling.utils.MojoSupport
artifactMetadataSource, artifactResolver, container, factory, localRepo, mavenSession, project, projectBuilder, projectHelper, remoteRepos, workDirectory
-
-
Constructor Summary
Constructors Constructor Description ExportFeatureMetaDataMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.apache.karaf.tooling.features.AbstractFeatureMojo
addFeatureRepo, addFeatures, addFeaturesDependencies, checkDoGarbageCollect, resolveArtifact, resolveFeatures, retrieveDescriptorsRecursively
-
Methods inherited from class org.apache.karaf.tooling.utils.MojoSupport
copy, createManagedVersionMap, getLocalRepoUrl, getProject, getProjectHelper, getWorkDirectory, resourceToArtifact, setMavenSession, translateFromMaven
-
-