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 2004/04/13 01:17:38 UTC

[jira] Closed: (MPJAR-17) jar:install / jar:jar creates an incorrect jar name if used after jar:install-snapshot

Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJAR-17

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAR-17
    Summary: jar:install / jar:jar creates an incorrect jar name if used after jar:install-snapshot
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-jar-plugin

   Assignee: Brett Porter
   Reporter: Diego Fernandez

    Created: Fri, 11 Jul 2003 1:43 PM
    Updated: Mon, 12 Apr 2004 7:16 PM
Environment: Windows XP
JDK 1.4.2

Description:
Steps to reproduce the bug:

1. Supose a project called test-project:

$ maven clean:clean jar:install jar:install-snapshot

(....)

$ ls target/*.jar
test-project-1.0.jar
test-project-20030711.181636.jar

> maven clean:clean jar:install-snapshot jar:install

(....)

$ ls target/*.jar
test-project-20030711.181911.jar

(NOTE: the jar test-project-1.0. it's missing)



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