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,
>>>>> 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?
>>>> No.
>>>> 
>>>>> 2) If not, is it possible to start getting nightly trunk snapshots
>>>>> published?
>>>> Yes.
>>> 
>>> Scratch that. It is a manual process so nightly snapshots won't happen. 
>>> Snapshots are still possible.
>>> 
>> 
>> Okay. So what needs to be done to make this happen? I know nothing about 
>> publishing snapshots (or anything, for that matter) to Maven. If I can help 
>> in some way I'm willing to learn, but I imagine it takes someone with 
>> "Tomcat Authority" to publish Tomcat artifacts.
> 
> 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?

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to