jenkins-job-builder/tests/builders/fixtures/maven-builder001.xml
Dawid Malinowski 09d541564e Adding Maven3 Builder Targets
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
2015-06-03 22:03:16 +02:00

12 lines
305 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<org.jfrog.hudson.maven3.Maven3Builder>
<mavenName>mvn3</mavenName>
<goals>clean install</goals>
<rootPom>modules/pom.xml</rootPom>
<mavenOpts/>
</org.jfrog.hudson.maven3.Maven3Builder>
</builders>
</project>