Package org.apache.felix.bundleplugin
Class VersionCleanerPlugin
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.felix.bundleplugin.VersionCleanerPlugin
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="cleanVersions", threadSafe=true) public class VersionCleanerPlugin extends org.apache.maven.plugin.AbstractMojo
Clean OSGi versions, ie convert a group of versions to OSGi format.
-
-
Constructor Summary
Constructors Constructor Description VersionCleanerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Maven2OsgiConverter
getMaven2OsgiConverter()
void
setMaven2OsgiConverter(Maven2OsgiConverter maven2OsgiConverter)
-
-
-
Method Detail
-
getMaven2OsgiConverter
public Maven2OsgiConverter getMaven2OsgiConverter()
-
setMaven2OsgiConverter
public void setMaven2OsgiConverter(Maven2OsgiConverter maven2OsgiConverter)
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
-