aQute.bnd.plugin.maven
Class MavenPlugin

java.lang.Object
  extended by aQute.bnd.service.lifecycle.LifeCyclePlugin
      extended by aQute.bnd.plugin.maven.MavenPlugin

public class MavenPlugin
extends LifeCyclePlugin

This plugin provides life cycle support for maven projects


Constructor Summary
MavenPlugin()
           
 
Method Summary
 String augmentSetup(String setup, String alias, Map<String,String> parameters)
           
 void created(Project p)
           
 void delete(Project p)
           
 String toString()
           
 
Methods inherited from class aQute.bnd.service.lifecycle.LifeCyclePlugin
addedPlugin, close, init, opened, removedPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MavenPlugin

public MavenPlugin()
Method Detail

created

public void created(Project p)
             throws IOException
Overrides:
created in class LifeCyclePlugin
Throws:
IOException

augmentSetup

public String augmentSetup(String setup,
                           String alias,
                           Map<String,String> parameters)
                    throws Exception
Overrides:
augmentSetup in class LifeCyclePlugin
Throws:
Exception

delete

public void delete(Project p)
            throws IOException
Overrides:
delete in class LifeCyclePlugin
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 aQute SARL. All rights reserved.