Message:

  A new issue has been created in JIRA.

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

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


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

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Diego Fernandez

    Created: Fri, 11 Jul 2003 1:43 PM
    Updated: Fri, 11 Jul 2003 1:43 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to