Ticket #158 (closed defect: wontfix)
Opened 2010-08-23T11:41:29-05:00
Last modified 2011-02-15T09:34:48-06:00
Maven: resolve filtering issues
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | critical | Milestone: |
|
Component: | Build System | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
With ant we are copying the source code, applying filters directly to the source (e.g., "@year@"). Maven allows you to filter resources when copied, which is safer. We should update our source code to work in this fashion, reading filtered values from resource files rather than having them be directly embedded in the source code. And we should ensure that all previous filter tokens are still supported under Maven.
Change History
comment:2 Changed 2010-09-15T11:59:15-05:00 by curtis
- Milestone changed from biweekly-2010: Sep-07 to Sep-17 to biweekly-2011: Jan-03 to Jan-14
comment:4 Changed 2011-02-15T09:34:48-06:00 by curtis
- Status changed from new to closed
- Resolution set to wontfix
The OME team has opted to not use Maven for Bio-Formats, so this task is no longer relevant.