You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/07/22 18:48:58 UTC

[jira] Closed: (MNG-579) a dependency of type tld is not added to the package

     [ http://jira.codehaus.org/browse/MNG-579?page=all ]
     
Brett Porter closed MNG-579:
----------------------------

     Assign To: Brett Porter
    Resolution: Fixed

> a dependency of type tld is not added to the package
> ----------------------------------------------------
>
>          Key: MNG-579
>          URL: http://jira.codehaus.org/browse/MNG-579
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-3
>  Environment: Windows XP SP2 jdk 5.0
>     Reporter: Dennis Geurts
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-beta-1
>  Attachments: MNG-579.patch
>
>
> the project package is set to 'war'
> a dependency is added as follows:
> <dependency>
>   <groupId>spring</groupId>
>   <artifactId>spring</artifactId>
>   <version>1.0.2</version>
>   <scope>runtime</scope>
>   <type>tld</type>
> </dependency>
> running  'm2 clean:clean package'
> does NOT add the spring-1.0.2.tld to the war file

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org