You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2008/03/04 11:03:45 UTC

svn commit: r633408 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Author: oching
Date: Tue Mar  4 02:03:36 2008
New Revision: 633408

URL: http://svn.apache.org/viewvc?rev=633408&view=rev
Log:
[MRM-688]
-added appserver.base as additional java parameter

Modified:
    maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Modified: maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml?rev=633408&r1=633407&r2=633408&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml Tue Mar  4 02:03:36 2008
@@ -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>
 -->