[ http://jira.codehaus.org/browse/MNG-578?page=all ]
allan ramirez updated MNG-578:
------------------------------
Remaining Estimate: 1 hour
Original Estimate: 3600
> dependencies otherthan of type jar are added to the .classpath
> --------------------------------------------------------------
>
> Key: MNG-578
> URL: http://jira.codehaus.org/browse/MNG-578
> Project: Maven 2
> Type: Bug
> Components: maven-eclipse-plugin
> Versions: 2.0-alpha-3
> Environment: windows XP SP2 jdk 5.0
> Reporter: Dennis Geurts
> Assignee: allan ramirez
> Priority: Minor
> Fix For: 2.0-beta-4
>
> Original Estimate: 1 hour
> Remaining: 1 hour
>
> If in the pom.xml a dependency of type 'tld' is added, this file is also
> added to the .classpath file
> eg.
> <dependency>
> <artifactId>spring</artifactId>
> <groupId>spring</groupId>
> <version>1.0.2</version>
> <scope>runtime</scope>
> <type>tld</type>
> </dependency>
> results in:
> ...
> ...
> <classpathentry kind="var"
> path="M2_REPO/spring/spring/1.0.2/spring-1.0.2.tld"/>
> ...
> this will result in a non-functional eclipse project.
--
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]