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"