You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/24 08:37:10 UTC

[jira] Closed: (MAVEN-844) copy-deps only copies from jars folder

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Wed, 24 Sep 2003 1:35 AM

Changed in CVS today
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-844


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-844
    Summary: copy-deps only copies from jars folder
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-deploy
   Fix Fors:
             1.0-rc1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Dylan Schell

    Created: Tue, 23 Sep 2003 7:00 AM
    Updated: Wed, 24 Sep 2003 1:35 AM

Description:
The deploy:copy-deps goal only copies from the jars folder in the
local repository.

perhaps the following patch will do?

replace: 
<ant:include name="${dep.artifactDirectory}/jars/${dep.artifact}"/>
with:
<ant:include name="${dep.artifactDirectory}/${dep.type}s/${dep.artifact}"/>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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