You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.