blob: a8fc57761b95a187458ac3da01ee031186d6f6bc [file] [log] [blame]
package aQute.bnd.service;
import aQute.bnd.build.*;
import aQute.bnd.osgi.*;
/**
* Deploy this artifact to maven.
*/
public interface Deploy {
boolean deploy(Project project, Jar jar) throws Exception;
}