Is there a publicly available maven repository that hosts the Apache Tomcat binary distribution ZIPs as maven artifacts (I mean the file that can be downloaded via http://tomcat.apache.org, e.g. http://mirror.serversupportforum.de/apache/tomcat/tomcat-7/v7.0.28/bin/apache-tomcat-7.0.28.zip)?
Currently I download these distribution zips manually and put them into my Nexus repo, but I’d find it more elegant if there was such a repo that I just could add to my POMs. Does anybody else need the Tomcat distribution ZIPs within their maven build, how do you cope with this issue?
No, there isn’t such a repository or artifact.
I was looking into this a while ago because we have a standard Tomcat which we pre-configure and ship along with our product.
We ended up downloading the Tomcat zip from the official site (via Maven) and then applying the required changes and then pushing them over to our Nexus.
Here’s more or less how we do it: