Package org.apache.felix.bundleplugin
Class WrapPlugin
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.felix.bundleplugin.BundlePlugin
-
- org.apache.felix.bundleplugin.ManifestPlugin
-
- org.apache.felix.bundleplugin.BundleAllPlugin
-
- org.apache.felix.bundleplugin.WrapPlugin
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Deprecated @Mojo(name="wrap", requiresDependencyResolution=TEST, defaultPhase=PACKAGE) public final class WrapPlugin extends BundleAllPlugin
Deprecated.The wrap goal is no longer supported and may be removed in a future releaseBuild an OSGi bundle jar for direct dependencies.
-
-
Field Summary
-
Fields inherited from class org.apache.felix.bundleplugin.ManifestPlugin
rebuildBundle
-
Fields inherited from class org.apache.felix.bundleplugin.BundlePlugin
artifactFactory, artifactResolver, classifier, createDependencyReducedPom, dependencyGraphBuilder, dependencyReducedPomLocation, dumpClasspath, dumpInstructions, excludeDependencies, exportScr, manifestLocation, mavenProjectBuilder, niceManifest, noWarningProjectTypes, packaging, project, remoteArtifactRepositories, scrLocation, session, supportedProjectTypes, unpackBundle
-
-
Constructor Summary
Constructors Constructor Description WrapPlugin()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute()Deprecated.-
Methods inherited from class org.apache.felix.bundleplugin.BundleAllPlugin
bundle, bundleAll, getFile, getOutputFile, logDuplicatedPackages, snapshotMatch
-
Methods inherited from class org.apache.felix.bundleplugin.ManifestPlugin
calculateExportsFromContents, execute, getAnalyzer, getAnalyzer, getManifest, getManifest, writeManifest, writeManifest
-
Methods inherited from class org.apache.felix.bundleplugin.BundlePlugin
addMavenInstructions, addMavenSourcePath, buildOSGiBundle, convertVersionToOsgi, dumpClasspath, dumpInstructions, dumpManifest, getBase, getBuildDirectory, getBundleName, getClasspath, getDefaultProperties, getEmbeddableArtifacts, getInstructions, getMaven2OsgiConverter, getMavenResourcePaths, getOptionalPackages, getOSGiBuilder, getOutputDirectory, getProject, includeJava9Fixups, includeMavenResources, isTransitivelyOptional, mergeManifest, mergeMavenManifest, removeTagFromInstruction, reportErrors, sanitize, sanitize, setBuildDirectory, setOutputDirectory, transformDirectives, updateExcludesInDeps
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionExceptionDeprecated.- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classBundleAllPlugin- Throws:
org.apache.maven.plugin.MojoExecutionException- See Also:
Mojo.execute()
-
-