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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
brundibar said:
I vote for this issue, in our multi-module project it implies very long time for the build:
Newly generated wsdl files
=> 'copy-resources' goal get them and put into ws-client modules
=> all ws-clients classes are newly generated from wsdl files
=> these ws-clients classes are compiled again...
The maven plugin "jaxws-maven-plugin" generates files for each build
even if source files didn't change.
So the idea is to optimize build through a "StaleSourceScanner" of source files.
The attached patch (jaxws-patch.txt) add this new feature.
Environment
Operating System: All
Platform: All
Affected Versions
[current]
The text was updated successfully, but these errors were encountered: