blob: c2f2b61e105f30808d4f810294bf90c3613e86fd [file] [log] [blame]
Stuart McCullochf3173222012-06-07 21:57:32 +00001package aQute.bnd.service;
2
3import aQute.bnd.build.*;
4import aQute.lib.osgi.*;
5
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}