09d541564e
Adding ability to use maven3 builder targets within your build. This is a change to the builders.py file to add the new functionality (similar to top-level maven targets). Change-Id: I63367bc6c51f4dafce1287eca2438f04472e1c5b
6 lines
116 B
YAML
6 lines
116 B
YAML
builders:
|
|
- maven-builder:
|
|
name: mvn3
|
|
pom: modules/pom.xml
|
|
goals: clean install
|