There are FIX*.xml
spec files in ./quickfixj-messages/
and its subdirectories. When building, fields and message classes will be generated based off these specs. However, even if that spec does not change, the classes will be built again even if we don't do a clean
.
We should use mojohaus build-helper:uptodate-property
or similar plugin to only build if the spec changed.