org.apache.felix.bundleplugin
Class WrapPlugin

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.felix.bundleplugin.BundlePlugin
          extended by org.apache.felix.bundleplugin.ManifestPlugin
              extended by org.apache.felix.bundleplugin.BundleAllPlugin
                  extended by org.apache.felix.bundleplugin.WrapPlugin
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public final class WrapPlugin
extends BundleAllPlugin


Field Summary
 
Fields inherited from class org.apache.felix.bundleplugin.BundlePlugin
classifier, excludeDependencies, manifestLocation, supportedProjectTypes, unpackBundle
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
WrapPlugin()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.felix.bundleplugin.BundleAllPlugin
bundle, bundleAll, getFile, getOutputFile, logDuplicatedPackages, snapshotMatch
 
Methods inherited from class org.apache.felix.bundleplugin.ManifestPlugin
execute, getAnalyzer, getAnalyzer, getManifest, getManifest, writeManifest
 
Methods inherited from class org.apache.felix.bundleplugin.BundlePlugin
buildOSGiBundle, convertVersionToOsgi, dumpClasspath, dumpInstructions, dumpManifest, execute, getBuildDirectory, getBundleName, getClasspath, getDefaultProperties, getEmbeddableArtifacts, getMaven2OsgiConverter, getOptionalPackages, getOutputDirectory, getProject, includeMavenResources, isTransitivelyOptional, mergeMavenManifest, removeTagFromInstruction, setBasedir, setBuildDirectory, setMaven2OsgiConverter, setOutputDirectory, transformDirectives
 
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

WrapPlugin

public WrapPlugin()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class BundleAllPlugin
Throws:
org.apache.maven.plugin.MojoExecutionException
See Also:
Mojo.execute()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.