Commit 5f087e64 authored by Andy Wilkinson's avatar Andy Wilkinson

Use main Apache archive for Tomcat binaries to improve(?) build stability

Mirrors of archive.apache.org only mirror the latest release of each
project so, as new releases are made, builds using older versions will
break as the mirrors are updated. T

This commit updates the Tomcat deployment test to use the main Apache
archive site. This should provide long-term access to Tomcat binaries,
improving build stability and ensuring that tagged builds are
repeatable.
parent 953ef709
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<main.basedir>${basedir}/../..</main.basedir> <main.basedir>${basedir}/../..</main.basedir>
<cargo.container.id>tomcat8x</cargo.container.id> <cargo.container.id>tomcat8x</cargo.container.id>
<cargo.container.url> <cargo.container.url>
http://mirrors.sonic.net/apache/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip http://archive.apache.org/dist/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip
</cargo.container.url> </cargo.container.url>
</properties> </properties>
<dependencies> <dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment