NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1998 (closed defect: wontfix)

Opened 2013-08-27T11:02:51-05:00

Last modified 2014-05-01T14:53:06-05:00

release-version.sh leaves files around

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: SciJava Common Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1919

Description

After running release-version.sh the released project has some new files left behind. a git status in the project directory shows the offenders. make the script clean up after itself.

Change History

comment:1 Changed 2013-09-24T15:20:04-05:00 by bdezonia

  • Blocking 1919 added

comment:2 Changed 2014-05-01T14:53:06-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to wontfix

The files are put there by the maven-release-plugin so that you can, in theory, resume a failed release. Probably safer not to delete them; a simple "git clean -fd" afterwards takes care of it. We will be moving more and more toward Jenkins doing the releases anyway, in which case the issue will be moot.