Search in sources :

Example 1 with MavenCommand

use of aQute.bnd.maven.MavenCommand in project bnd by bndtools.

the class bnd method _maven.

/**
	 * Maven command
	 * 
	 * @throws Exception
	 */
@Description("Maven bundle command")
public void _maven(Options options) throws Exception {
    MavenCommand mc = new MavenCommand(this);
    mc.use(this);
    mc.run(options._arguments().toArray(new String[0]), 1);
    getInfo(mc);
}
Also used : MavenCommand(aQute.bnd.maven.MavenCommand) Description(aQute.lib.getopt.Description)

Aggregations

MavenCommand (aQute.bnd.maven.MavenCommand)1 Description (aQute.lib.getopt.Description)1