2014-01-16 12:14:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<maven2-moduleset>
|
|
|
|
<rootModule>
|
|
|
|
<groupId>gabba.gabba</groupId>
|
|
|
|
<artifactId>hey</artifactId>
|
|
|
|
</rootModule>
|
|
|
|
<goals>deploy</goals>
|
|
|
|
<ignoreUpstremChanges>true</ignoreUpstremChanges>
|
|
|
|
<rootPOM>pom.xml</rootPOM>
|
2015-05-26 00:55:56 +05:30
|
|
|
<aggregatorStyleBuild>false</aggregatorStyleBuild>
|
|
|
|
<incrementalBuild>true</incrementalBuild>
|
|
|
|
<siteArchivingDisabled>true</siteArchivingDisabled>
|
|
|
|
<fingerprintingDisabled>false</fingerprintingDisabled>
|
2016-01-29 18:32:24 +00:00
|
|
|
<perModuleEmail>true</perModuleEmail>
|
2015-05-26 00:55:56 +05:30
|
|
|
<archivingDisabled>true</archivingDisabled>
|
|
|
|
<resolveDependencies>true</resolveDependencies>
|
|
|
|
<processPlugins>true</processPlugins>
|
2014-01-16 12:14:15 +01:00
|
|
|
<mavenValidationLevel>-1</mavenValidationLevel>
|
2015-05-26 00:55:56 +05:30
|
|
|
<runHeadless>true</runHeadless>
|
|
|
|
<customWorkspace>path/to/some/repository</customWorkspace>
|
2014-04-02 15:01:00 -07:00
|
|
|
<settings class="jenkins.mvn.FilePathSettingsProvider">
|
|
|
|
<path>test</path>
|
|
|
|
</settings>
|
|
|
|
<globalSettings class="jenkins.mvn.FilePathGlobalSettingsProvider">
|
|
|
|
<path>test</path>
|
|
|
|
</globalSettings>
|
2014-01-16 12:14:15 +01:00
|
|
|
<runPostStepsIfResult>
|
|
|
|
<name>FAILURE</name>
|
|
|
|
<ordinal>2</ordinal>
|
2015-06-15 12:07:02 +05:30
|
|
|
<color>RED</color>
|
2014-01-16 12:14:15 +01:00
|
|
|
</runPostStepsIfResult>
|
|
|
|
<actions/>
|
|
|
|
<keepDependencies>false</keepDependencies>
|
|
|
|
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
|
|
|
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
|
|
|
<concurrentBuild>false</concurrentBuild>
|
|
|
|
<canRoam>true</canRoam>
|
|
|
|
</maven2-moduleset>
|