summaryrefslogtreecommitdiffstats
path: root/tests/general/fixtures/project-maven-global-settings-type.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/fixtures/project-maven-global-settings-type.xml')
-rw-r--r--tests/general/fixtures/project-maven-global-settings-type.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/general/fixtures/project-maven-global-settings-type.xml b/tests/general/fixtures/project-maven-global-settings-type.xml
new file mode 100644
index 00000000..fb3fa50a
--- /dev/null
+++ b/tests/general/fixtures/project-maven-global-settings-type.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<maven2-moduleset>
+ <goals>deploy</goals>
+ <ignoreUpstremChanges>true</ignoreUpstremChanges>
+ <rootPOM>pom.xml</rootPOM>
+ <aggregatorStyleBuild>true</aggregatorStyleBuild>
+ <incrementalBuild>false</incrementalBuild>
+ <siteArchivingDisabled>false</siteArchivingDisabled>
+ <fingerprintingDisabled>false</fingerprintingDisabled>
+ <archivingDisabled>false</archivingDisabled>
+ <resolveDependencies>false</resolveDependencies>
+ <processPlugins>false</processPlugins>
+ <mavenValidationLevel>-1</mavenValidationLevel>
+ <runHeadless>false</runHeadless>
+ <disableTriggerDownstreamProjects>false</disableTriggerDownstreamProjects>
+ <settings class="jenkins.mvn.FilePathSettingsProvider">
+ <path>test</path>
+ </settings>
+ <globalSettings class="org.jenkinsci.plugins.configfiles.maven.job.MvnGlobalSettingsProvider">
+ <settingsConfigId>test</settingsConfigId>
+ </globalSettings>
+ <runPostStepsIfResult>
+ <name>FAILURE</name>
+ <ordinal>2</ordinal>
+ <color>RED</color>
+ </runPostStepsIfResult>
+ <actions/>
+ <keepDependencies>false</keepDependencies>
+ <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+ <concurrentBuild>false</concurrentBuild>
+ <canRoam>true</canRoam>
+</maven2-moduleset>