diff options
author | Olivier Lamy <olamy@apache.org> | 2013-02-21 22:58:43 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-02-21 22:58:43 +0000 |
commit | f705f59ca9abe1132c726747273730d5c6b702c4 (patch) | |
tree | 3d419002fe33565770b6d09772855cc0ab632e6d /archiva-modules/archiva-web/pom.xml | |
parent | 9d77408e433cd571c1fd7527fd11739a57670862 (diff) | |
download | archiva-f705f59ca9abe1132c726747273730d5c6b702c4.tar.gz archiva-f705f59ca9abe1132c726747273730d5c6b702c4.zip |
cleanup not used properties
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1448844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index 0674be4b3..d644536ca 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -26,22 +26,6 @@ <name>Archiva :: Web</name> <packaging>pom</packaging> - <properties> - <container.test.port>9696</container.test.port> - <tomcat5x.version>5.5.34</tomcat5x.version> - <tomcat6x.version>6.0.35</tomcat6x.version> - <cargo.wait>false</cargo.wait> - <cargo.timeout>600000</cargo.timeout> - <cargo.install.dir>${project.build.directory}/cargo/installs</cargo.install.dir> - <maxWaitTimeInMs>10000</maxWaitTimeInMs> - <!-- TODO: review how appropriate the memory settings are - should work with less --> - <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args> - <seleniumPluginVersion>2.3</seleniumPluginVersion> - <selenium-server.version>2.28.0</selenium-server.version> - <apache.mirror.url>http://archive.apache.org/dist</apache.mirror.url> - <apache.archive.url>http://archive.apache.org/dist</apache.archive.url> - </properties> - <modules> <module>archiva-security</module> <module>archiva-webdav</module> |