|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.felix.bundleplugin.BundlePlugin
org.apache.felix.bundleplugin.ManifestPlugin
org.apache.felix.bundleplugin.BundleAllPlugin
@Deprecated public class BundleAllPlugin
Create OSGi bundles from all dependencies in the Maven project
Field Summary |
---|
Fields inherited from class org.apache.felix.bundleplugin.BundlePlugin |
---|
classifier, dumpClasspath, dumpInstructions, excludeDependencies, manifestLocation, supportedProjectTypes, unpackBundle |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
BundleAllPlugin()
Deprecated. |
Method Summary | |
---|---|
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 File |
getFile(org.apache.maven.artifact.Artifact artifact)
Deprecated. Use previously built bundles when available. |
protected 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,
String bundleName)
Deprecated. Check that the bundleName provided correspond to the artifact provided. |
Methods inherited from class org.apache.felix.bundleplugin.ManifestPlugin |
---|
execute, getAnalyzer, getAnalyzer, getManifest, getManifest, writeManifest |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleAllPlugin()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
execute
in interface org.apache.maven.plugin.Mojo
execute
in class BundlePlugin
org.apache.maven.plugin.MojoExecutionException
Mojo.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 tree
org.apache.maven.plugin.MojoExecutionException
protected BundleInfo bundle(org.apache.maven.project.MavenProject project) throws org.apache.maven.plugin.MojoExecutionException
project
-
org.apache.maven.plugin.MojoExecutionException
protected File getFile(org.apache.maven.artifact.Artifact artifact)
getFile
in class BundlePlugin
artifact
- protected boolean snapshotMatch(org.apache.maven.artifact.Artifact artifact, String bundleName)
artifact
- artifact with snapshot versionbundleName
- bundle file name
protected File getOutputFile(org.apache.maven.artifact.Artifact artifact)
protected void logDuplicatedPackages(BundleInfo bundleInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |