I'm experimenting with using Tomcat embedded. I need Tomcat 8.0, because I need Servlet 3.1 and WebSocket features. I can accomplish this manually I'm sure, but all of the tutorials out there for using Tomcat embedded (that I've found) show it using Maven, and frankly I prefer to use Maven when I can.
So I went on the Maven central repository and saw that the newest Tomcat on there was 7.0.37. Some projects publish SNAPSHOT artifacts from nightly trunk builds, but it appears that Tomcat does not. Two questions: 1) Is there a repository other than central that has nightly trunk snapshots published? 2) If not, is it possible to start getting nightly trunk snapshots published? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org