aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-web
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-03-04 10:03:36 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-03-04 10:03:36 +0000
commit4cbd2c2391646e6ef43b7eaade379a4f95e64785 (patch)
treee7fcd36f2d55b14fa04b608ef4ff404fab611898 /archiva-web
parentf929f8ce6e5bba6193d97d2077bf6eb122e8ba2c (diff)
downloadarchiva-4cbd2c2391646e6ef43b7eaade379a4f95e64785.tar.gz
archiva-4cbd2c2391646e6ef43b7eaade379a4f95e64785.zip
[MRM-688]
-added appserver.base as additional java parameter git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@633408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-web')
-rw-r--r--archiva-web/archiva-standalone/archiva-jetty/pom.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/archiva-web/archiva-standalone/archiva-jetty/pom.xml b/archiva-web/archiva-standalone/archiva-jetty/pom.xml
index 2ee57b720..75877958d 100644
--- a/archiva-web/archiva-standalone/archiva-jetty/pom.xml
+++ b/archiva-web/archiva-standalone/archiva-jetty/pom.xml
@@ -144,7 +144,7 @@
</commandLineArguments>
<platforms>
<platform>jsw</platform>
- </platforms>
+ </platforms>
<generatorConfigurations>
<generatorConfiguration>
<generator>jsw</generator>
@@ -153,11 +153,20 @@
<name>wrapper.console.loglevel</name>
<value>INFO</value>
</property>
+ <property>
+ <name>wrapper.java.additional.1.stripquotes</name>
+ <value>TRUE</value>
+ </property>
</configuration>
</generatorConfiguration>
- </generatorConfigurations>
+ </generatorConfigurations>
+ <jvmSettings>
+ <systemProperties>
+ <systemProperty>appserver.base="."</systemProperty>
+ </systemProperties>
+ </jvmSettings>
</daemon>
- </daemons>
+ </daemons>
<!-- TODO:
<repoPath>lib</repoPath>
-->