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
|
@ -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>
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue