Taglib descriptors are included in classpath
--------------------------------------------

         Key: MNG-1186
         URL: http://jira.codehaus.org/browse/MNG-1186
     Project: Maven 2
        Type: Bug
  Components: maven-eclipse-plugin  
    Versions: 2.0-beta-3    
 Environment: WinXP, JDK1.5
 Reporter: Lars Hoeg


When running 'm2 eclipse:eclipse' on a web project the JSP taglib descriptors 
(*.tld) are included in .classpath, which makes it invalid.

Solution:
Exclude taglibs (type=tld) when generating Eclipse .classpath

Example:
Having the following entry in pom.xml:
    <dependency>
        <groupId>taglibs</groupId>
        <artifactId>c</artifactId>
        <version>1.1.2</version>
        <type>tld</type>
        <scope>runtime</scope>
    </dependency>

Generates in .classpath:
  <classpathentry kind="var" path="M2_REPO/taglibs/c/1.1.2/c-1.1.2.tld"/>


-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to