Maven 1.x Jar Plugin

jar:install / jar:jar creates an incorrect jar name if used after jar:install-snapshot

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    Windows XP
    JDK 1.4.2
  • Number of attachments :
    0

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)

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: