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