Table of Contents |
---|
...
Code Block | ||||
---|---|---|---|---|
| ||||
java -jar sl-build-scanner.jar -restorerestorePom -workspacepath <arg> |
Flag | Use |
---|---|
workspacepath | The base path to the location of the pom.xml files to update |
...
Flag | Default | Use |
---|---|---|
runTestsOnly | false | Set to true to skip build-scanner Note: when working with the Jenkins plugin this flag will not work, and you should use the runFunctionalTests=true |
runFunctionalTests | false | Set to true to skip build-scanner and only validate partially build session data (for example packages included are not mandatory) |
sl.modulesToSkip | (Optional) A comma separated list of modules to skip. |
...