| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
goals
Goal to execute for building archive.
|
String |
localRepositoryDirectory
Local Repository Directory.
|
String |
module
In case of multiple module project, archive generated by set pom.xml is deployed.
|
String |
mvnOpts
Sets Maven options
|
boolean |
offline
Sets Maven in offline mode.
|
String |
pom
Location of pom.xml file used to run the build
|
String[] |
profiles
Enable profiles to be run
|
String[] |
properties
Sets properties for building the project (equivalent to -D)
|
boolean |
quiet
In case of disabling quiet mode, Maven output is printed to console
|
String |
version
Maven version to use
|
public abstract String[] goals
public abstract String version
public abstract String[] profiles
public abstract String pom
public abstract String module
public abstract String localRepositoryDirectory
public abstract String mvnOpts
public abstract String[] properties
Copyright © 2018 JBoss by Red Hat. All rights reserved.