summaryrefslogtreecommitdiffstats
path: root/archiva-jetty/src
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-jetty/src')
-rw-r--r--archiva-jetty/src/main/conf/jetty.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml
index 24cb509d5..6eff16d79 100644
--- a/archiva-jetty/src/main/conf/jetty.xml
+++ b/archiva-jetty/src/main/conf/jetty.xml
@@ -163,9 +163,9 @@
<New class="org.mortbay.jetty.deployer.WebAppDeployer">
<Set name="contexts"><Ref id="Contexts"/></Set>
<Set name="webAppDir"><SystemProperty name="jetty.home" default="."/>/apps</Set>
- <Set name="parentLoaderPriority">false</Set>
- <Set name="extract">true</Set>
- <Set name="allowDuplicates">false</Set>
+ <Set name="parentLoaderPriority">false</Set>
+ <Set name="extract">true</Set>
+ <Set name="allowDuplicates">false</Set>
</New>
</Arg>
</Call>