mirror of https://github.com/apache/archiva.git
[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
This commit is contained in:
parent
f929f8ce6e
commit
4cbd2c2391
|
@ -153,9 +153,18 @@
|
||||||
<name>wrapper.console.loglevel</name>
|
<name>wrapper.console.loglevel</name>
|
||||||
<value>INFO</value>
|
<value>INFO</value>
|
||||||
</property>
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>wrapper.java.additional.1.stripquotes</name>
|
||||||
|
<value>TRUE</value>
|
||||||
|
</property>
|
||||||
</configuration>
|
</configuration>
|
||||||
</generatorConfiguration>
|
</generatorConfiguration>
|
||||||
</generatorConfigurations>
|
</generatorConfigurations>
|
||||||
|
<jvmSettings>
|
||||||
|
<systemProperties>
|
||||||
|
<systemProperty>appserver.base="."</systemProperty>
|
||||||
|
</systemProperties>
|
||||||
|
</jvmSettings>
|
||||||
</daemon>
|
</daemon>
|
||||||
</daemons>
|
</daemons>
|
||||||
<!-- TODO:
|
<!-- TODO:
|
||||||
|
|
Loading…
Reference in New Issue