]> source.dussan.org Git - archiva.git/commitdiff
override surefire argline tru cli
authorOlivier Lamy <olamy@apache.org>
Sat, 27 Oct 2012 09:48:39 +0000 (09:48 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 27 Oct 2012 09:48:39 +0000 (09:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1402771 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webdav/pom.xml

index f4f3ba1263f24392b15e618dd9d197286250b054..ddd26a1bcec83fb4022971707f28bb06ab904a0c 100644 (file)
@@ -38,6 +38,7 @@
     -->
     <redbackTestJdbcUrl>jdbc:hsqldb:mem:redback-test</redbackTestJdbcUrl>
     <redbackTestJdbcDriver>org.hsqldb.jdbcDriver</redbackTestJdbcDriver>
+    <webdav.argLine>-Xmx512m -Xms512m -client</webdav.argLine>
   </properties>
 
   <dependencies>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>-Xmx512m -Xms512m -client</argLine>
+          <argLine>${webdav.argLine}</argLine>
           <systemPropertyVariables>
             <appserver.base>${project.build.directory}/appserver-base</appserver.base>
             <plexus.home>${project.build.directory}/appserver-base</plexus.home>