blob: a8fc57761b95a187458ac3da01ee031186d6f6bc [file] [log] [blame]
Stuart McCullochf3173222012-06-07 21:57:32 +00001package aQute.bnd.service;
2
3import aQute.bnd.build.*;
Stuart McCulloch42151ee2012-07-16 13:43:38 +00004import aQute.bnd.osgi.*;
Stuart McCullochf3173222012-06-07 21:57:32 +00005
6/**
7 * Deploy this artifact to maven.
Stuart McCullochf3173222012-06-07 21:57:32 +00008 */
Stuart McCulloch4482c702012-06-15 13:27:53 +00009public interface Deploy {
Stuart McCullochf3173222012-06-07 21:57:32 +000010 boolean deploy(Project project, Jar jar) throws Exception;
11}