Thanks, that helps somewhat (I can attach the sources in my IDE.)
But what is the reason for omitting the sources here?
http://download.java.net/maven/2/javax/javaee-web-api/6.0/
Maven looks for the sources / javadocs in the same namespace as the JAR
artifact itself.
--Lincoln
On Tue, Jan 19, 2010 at 6:32 PM, Jan Luehe <Jan.Luehe_at_sun.com> wrote:
> 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,
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>
>
--
Lincoln Baxter, III
http://ocpsoft.com
http://scrumshark.com
"Keep it Simple"