Full name:
org.kuali.maven.plugins:mvn-maven-plugin:1.0.1:mvn
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| args | List | - | Arguments to supply to the mvn invocation eg "clean install" |
| executable | String | - | The Maven executable Default value is: mvn. |
| failOnError | boolean | - | If true, the original Maven build will fail if the mvn invocation
returns a non-zero exit value, otherwise the Maven build will
continue Default value is: true. |
| workingDir | File | - | The working directory for the plugin Default value is: ${project.build.directory}/mvn. |
| Name | Type | Since | Description |
|---|---|---|---|
| addSystemEnvironment | boolean | - | If true, the System environment is passed to the mvn invocation Default value is: false. |
| filterPom | boolean | - | If true, the pom will be filtered using properties from the current
project BEFORE mvn is invoked on it Default value is: false. |
| pom | String | - | The pom to supply to the mvn invocation. This can be a file or any
url Spring resource loading can understand eg classpath:pom.xml |
| properties | List | - | List of properties from the current project to propagate to the mvn
invocation |
args:
pom: