[ 
http://jira.codehaus.org/browse/MECLIPSE-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier closed MECLIPSE-108.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4

Fixed. SNAPSHOT deployed.

> .wtpmodules with version 2.4 for javax.servlet:servlet-api:2.3
> --------------------------------------------------------------
>
>                 Key: MECLIPSE-108
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-108
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: WTP support
>    Affects Versions: 2.2
>            Reporter: Daniel Schulz
>         Assigned To: Arnaud Heritier
>             Fix For: 2.4
>
>         Attachments: MECLIPSE-108-maven-eclipse-plugin.patch
>
>
> specified the following dependency:
>                 <!-- Servlet API (2.3)-->
>               <dependency>
>                       <artifactId>servlet-api</artifactId>
>                       <groupId>javax.servlet</groupId>
>                       <version>2.3</version>
>               </dependency>
> mvn eclipse:clean eclipse:eclipse produces the following .wtpmodules snippet:
>  <module-type module-type-id="jst.web">
>       <version>2.4</version>
>       <property name="context-root" value="wui"/>
>     </module-type>
> think, it should be  <version>2.3</version>.  looks like it was the intention 
> of the plugin to detect the servlet-api version by processing the dependency 
> list. there is a method resolveServletVersion() in 
> org.apache.maven.plugin.eclipse.writers.AbstractWtpResourceWriter.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to