public class AsMavenExtension extends Object
DSL for AsMavenPlugin
.
Constructor and Description |
---|
AsMavenExtension() |
Modifier and Type | Method and Description |
---|---|
void |
destination(Object destination)
Sets the destination directory, defaults to
build/p2asmaven . |
void |
group(String mavenGroup,
Action<AsMavenGroup> action)
Creates a maven group which will be populated by the given action.
|
public static final String NAME
public void destination(Object destination)
Sets the destination directory, defaults to build/p2asmaven
.
public void group(String mavenGroup, Action<AsMavenGroup> action)
Creates a maven group which will be populated by the given action.