Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-14 Thread Mark Thomas
https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/ Mark Sweet! Thanks! So will I need to add https://repository.apache.org/ as a custom repository in my POM, or will Maven Central eventually pick up the change? I thought central did pick these up but a re-read of

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-14 Thread Martin Grigorov
On Thu, Mar 14, 2013 at 12:49 PM, Mark Thomas ma...@apache.org wrote: https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/ Mark Sweet! Thanks! So will I need to add https://repository.apache.org/ as a custom repository in my POM, or will Maven Central

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-14 Thread Nick Williams
On Mar 14, 2013, at 7:25 AM, Martin Grigorov wrote: On Thu, Mar 14, 2013 at 12:49 PM, Mark Thomas ma...@apache.org wrote: https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/ Mark Sweet! Thanks! So will I need to add https://repository.apache.org/ as a

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-13 Thread Mark Thomas
On 12/03/2013 22:08, Nick Williams wrote: On Mar 12, 2013, at 12:39 PM, Mark Thomas wrote: On 12/03/2013 17:38, Mark Thomas wrote: On 12/03/2013 17:27, Nick Williams wrote: I'm experimenting with using Tomcat embedded. I need Tomcat 8.0, because I need Servlet 3.1 and WebSocket features.

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-13 Thread Nick Williams
On Mar 13, 2013, at 7:44 PM, Mark Thomas wrote: On 12/03/2013 22:08, Nick Williams wrote: On Mar 12, 2013, at 12:39 PM, Mark Thomas wrote: On 12/03/2013 17:38, Mark Thomas wrote: On 12/03/2013 17:27, Nick Williams wrote: I'm experimenting with using Tomcat embedded. I need Tomcat 8.0,

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-13 Thread Konstantin Kolinko
2013/3/14 Nick Williams nicho...@nicholaswilliams.net: On Mar 13, 2013, at 7:44 PM, Mark Thomas wrote: (...) https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/ Mark Sweet! Thanks! So will I need to add https://repository.apache.org/ as a custom repository in

Can Tomcat 8 snapshots be published to Maven?

2013-03-12 Thread Nick Williams
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

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-12 Thread Mark Thomas
On 12/03/2013 17:27, Nick Williams wrote: 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

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-12 Thread Mark Thomas
On 12/03/2013 17:38, Mark Thomas wrote: On 12/03/2013 17:27, Nick Williams wrote: 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

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-12 Thread Nick Williams
On Mar 12, 2013, at 12:39 PM, Mark Thomas wrote: On 12/03/2013 17:38, Mark Thomas wrote: On 12/03/2013 17:27, Nick Williams wrote: 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