-properties Ant task is not idempotent
Status: Beta
Brought to you by:
mbarchfe
The -properties task is not idempotent, because the version qualifier is computed internally. Possible fix is to move the computation of the qualifier out of the task, in build.xml, so that it is computed only once.