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/11/13 13:25:04 UTC

[jira] Created: (MAVEN-1032) plugin:download deletes the downloaded file

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1032
    Summary: plugin:download deletes the downloaded file
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-plugin
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Oliver Noelle

    Created: Thu, 13 Nov 2003 6:25 AM
    Updated: Thu, 13 Nov 2003 6:25 AM
Environment: Win2K

Description:
After deploying a newly developed plugin to our central repository, I wanted to download it (on a different machine):
Using plugin:download I realized that the plugin successfully downloads but apparently immediately deletes the downloaded file. After I added a line to the jelly.xml it worked:

      <delete includeEmptyDirs="true" verbose="false">
        <fileset dir="${maven.plugin.unpacked.dir}">
          <include name="*.cache"/>
          <include name="**/.processed" />
          <include name="${artifactId}-*/**" />
          <exclude name="${artifactId}-${version}.jar" />    <!-- this line added by oliver -->
        </fileset>
      </delete>


Looks like a bug to me...



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