Ticket #160 (closed defect: fixed)
Opened 2010-08-23T11:45:35-05:00
Last modified 2011-02-23T13:52:39-06:00
Maven: find a way to create distribution bundles
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | Build System | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Our ant scripts provide a "dist" target with some components (e.g., slim-plotter, visbio) to generate a "distribution bundle" for platform-specific binary releases. We should pursue a way to do this under Maven instead—perhaps the appassembler plugin?
Change History
comment:2 Changed 2010-09-15T12:00:52-05:00 by curtis
- Milestone changed from biweekly-2010: Sep-07 to Sep-17 to biweekly-2011: Jan-03 to Jan-14
comment:3 Changed 2011-02-15T10:32:50-06:00 by curtis
- Milestone changed from biweekly-2011: Feb-14 to Feb-25 to imagej-2.0-alpha
This work is needed to create a distribution of ImageJ2, for the alpha release.
comment:4 Changed 2011-02-23T13:52:39-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
We now have a simple cross-platform binary distribution of ImageJ using the assembly plugin. For the release, it should be easy to adapt for multiple platform-specific distributions as well.