054b57145f
Done to enable private repository for jobs making it more safe to run concurrent maven builds and for allowing to control javavm and other maven settings for maven build. Includes moving doc example for maven-target as a test fixture. Change-Id: Ic34958e9bf1008fbc71c45da85208ac1fda7aeb4
8 lines
178 B
YAML
8 lines
178 B
YAML
builders:
|
|
- maven-target:
|
|
maven-version: mvn30
|
|
goals: clean verify
|
|
private-repository: true
|
|
properties:
|
|
- skipTest=true
|