-
Task
-
Resolution: Done
-
Minor
-
None
When building the wildly-preview FP the wildfly-galleon plugin transforms all maven dependencies of the FP module. This means it will transform artifacts used in standard WF that have been replaced with alternatives in WFP, unless those deps are excluded. Over time the number of these has built up.
Transforming these wastes a bit of time but another issue is we are using the INFO logging the plugin writes during the build to track which artifacts we need to find or produce native jakarta.* variants. So we want to eliminate noise from that signal.