webtier@glassfish.java.net

Servlet 3.0 API & Source Jar

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Sat, 16 Jan 2010 11:29:08 -0500

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?

Thanks,

-- 
Lincoln Baxter, III
http://ocpsoft.com
http://scrumshark.com
"Keep it Simple"