Table of Contents |
---|
...
Code Block | ||
---|---|---|
| ||
java -jar sl-build-scanner.jar -pom -configfile <arg> -workspacepath <arg> [-pluginversion <arg>] |
Parameter | Description |
---|---|
| The path to the JSON configuration you created with the parameters to be provided to the SeaLights Maven Plugin |
| The base path to the location of the pom.xml files to update |
| (Optional) Version of the Maven SeaLights Plugin to insert into the pom.xml |
Restoring the pom.xml file to its previous state
Code Block | ||
---|---|---|
| ||
java -jar sl-build-scanner.jar -restorePom -workspacepath <arg> |
Parameter | Description |
---|---|
| The base path to the location of the pom.xml files to update |
Maven tool
Command line flags passed to Sealights maven plugin
Code Block | ||
---|---|---|
| ||
mvn <arg> [{-DrunTestsOnly=<arg> | -DrunFunctionalTests=<arg>}] [-Dsl.modulesToSkip=<arg>] |
Parameter | Default | Description |
---|---|---|
| false | Set to true to skip build-scanner |
| false | (Deprecated: prefer including this flag in your JSON cofig file instead) |
| (Optional) A comma separated list of modules to skip. |