diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-27 09:48:39 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-27 09:48:39 +0000 |
commit | b37ddb5763564bd57eb1916024f1924bfd21d002 (patch) | |
tree | 8cbf1e3dd5b6d2f5c9d9a7d8ed201c5267b1a39c /archiva-modules/archiva-web/archiva-webdav/pom.xml | |
parent | a08f0487f6d5fd2288df589f471eae800f5b5349 (diff) | |
download | archiva-b37ddb5763564bd57eb1916024f1924bfd21d002.tar.gz archiva-b37ddb5763564bd57eb1916024f1924bfd21d002.zip |
override surefire argline tru cli
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1402771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webdav/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml index f4f3ba126..ddd26a1bc 100644 --- a/archiva-modules/archiva-web/archiva-webdav/pom.xml +++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml @@ -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> @@ -276,7 +277,7 @@ <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> |