mirror of https://github.com/apache/archiva.git
add a tomcat6 profile
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
51abce7789
commit
5fd154909b
|
@ -32,12 +32,13 @@
|
||||||
<properties>
|
<properties>
|
||||||
<container.test.port>9696</container.test.port>
|
<container.test.port>9696</container.test.port>
|
||||||
<tomcat5x.version>5.5.27</tomcat5x.version>
|
<tomcat5x.version>5.5.27</tomcat5x.version>
|
||||||
|
<tomcat6x.version>6.0.32</tomcat6x.version>
|
||||||
<cargo.wait>false</cargo.wait>
|
<cargo.wait>false</cargo.wait>
|
||||||
<cargo.install.dir>cargo-installs</cargo.install.dir>
|
<cargo.install.dir>cargo-installs</cargo.install.dir>
|
||||||
<maxWaitTimeInMs>60000</maxWaitTimeInMs>
|
<maxWaitTimeInMs>60000</maxWaitTimeInMs>
|
||||||
<!-- TODO: review how appropriate the memory settings are - should work with less -->
|
<!-- TODO: review how appropriate the memory settings are - should work with less -->
|
||||||
<cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
|
<cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
|
||||||
<seleniumPluginVersion>1.1</seleniumPluginVersion>
|
<seleniumPluginVersion>2.0-SNAPSHOT</seleniumPluginVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -445,6 +446,20 @@
|
||||||
</container.url>
|
</container.url>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>tomcat6x</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>tomcat6</name>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<container.name>tomcat6x</container.name>
|
||||||
|
<container.url>
|
||||||
|
http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat6x.version}/bin/apache-tomcat-${tomcat6x.version}.zip
|
||||||
|
</container.url>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>firefox</id>
|
<id>firefox</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
@ -563,5 +578,18 @@
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>codehaus.snapshots</id>
|
||||||
|
<url>https://nexus.codehaus.org/content/repositories/snapshots/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue