dev@javaserverfaces.java.net

Re: Fwd: Servlet 3.0 API & Source Jar

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Tue, 19 Jan 2010 15:32:40 -0800

Hi Lincoln,
>
> Hi,
>
> I'm trying to work with the new Servlet 3.0 API, but I noticed that the
> only Maven dependency including Servlet 3.0 is the following group of
> JEE jars:
>
> <dependency>
> <groupId>javax</groupId>
> <artifactId>javaee-web-api</artifactId>
> <version>6.0</version>
> <scope>provided</scope>
> </dependency>
>
> I could live with this, but there are no Source JARs or JavaDocs
> available for download via Maven, making working with the new APIs
> difficult. Could we get these source-jars added to the maven repository?

I find the Servlet 3.0 API sources files here:

http://download.java.net/maven/glassfish/org/glassfish/javax.servlet/3.0/javax.servlet-3.0-sources.jar


Jan


>
> Thanks,
>