@Deprecated public class BundleAllPlugin extends ManifestPlugin
rebuildBundleclassifier, dumpClasspath, dumpInstructions, excludeDependencies, manifestLocation, niceManifest, packaging, supportedProjectTypes, unpackBundle| Constructor and Description |
|---|
BundleAllPlugin()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected BundleInfo |
bundle(org.apache.maven.project.MavenProject project)
Deprecated.
Bundle one project only without building its childre
|
protected BundleInfo |
bundleAll(org.apache.maven.project.MavenProject project,
int maxDepth)
Deprecated.
Bundle a project and its transitive dependencies up to some depth level
|
void |
execute()
Deprecated.
|
protected java.io.File |
getFile(org.apache.maven.artifact.Artifact artifact)
Deprecated.
Use previously built bundles when available.
|
protected java.io.File |
getOutputFile(org.apache.maven.artifact.Artifact artifact)
Deprecated.
|
protected void |
logDuplicatedPackages(BundleInfo bundleInfo)
Deprecated.
Log what packages are exported in more than one bundle
|
protected boolean |
snapshotMatch(org.apache.maven.artifact.Artifact artifact,
java.lang.String bundleName)
Deprecated.
Check that the bundleName provided correspond to the artifact provided.
|
calculateExportsFromContents, execute, getAnalyzer, getAnalyzer, getManifest, getManifest, writeManifestaddMavenInstructions, addMavenSourcePath, buildOSGiBundle, convertVersionToOsgi, dumpClasspath, dumpInstructions, dumpManifest, execute, getBase, getBuildDirectory, getBundleName, getClasspath, getDefaultProperties, getEmbeddableArtifacts, getMaven2OsgiConverter, getMavenResourcePaths, getOptionalPackages, getOSGiBuilder, getOutputDirectory, getProject, includeMavenResources, isTransitivelyOptional, mergeMavenManifest, removeTagFromInstruction, reportErrors, sanitize, sanitize, setBuildDirectory, setMaven2OsgiConverter, setOutputDirectory, transformDirectivespublic void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoexecute in class BundlePluginorg.apache.maven.plugin.MojoExecutionExceptionMojo.execute()protected BundleInfo bundleAll(org.apache.maven.project.MavenProject project, int maxDepth) throws org.apache.maven.plugin.MojoExecutionException
project - maxDepth - how deep to process the dependency treeorg.apache.maven.plugin.MojoExecutionExceptionprotected BundleInfo bundle(org.apache.maven.project.MavenProject project) throws org.apache.maven.plugin.MojoExecutionException
project - org.apache.maven.plugin.MojoExecutionExceptionprotected java.io.File getFile(org.apache.maven.artifact.Artifact artifact)
getFile in class BundlePluginartifact - protected boolean snapshotMatch(org.apache.maven.artifact.Artifact artifact,
java.lang.String bundleName)
artifact - artifact with snapshot versionbundleName - bundle file nameprotected java.io.File getOutputFile(org.apache.maven.artifact.Artifact artifact)
protected void logDuplicatedPackages(BundleInfo bundleInfo)
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.