Open glassfishrobot opened 15 years ago
Reported by myannou@java.net
myannou@java.net said: Created an attachment (id=11) jaxws-patch.txt
myannou@java.net said: I forgot to assign this issue
myannou@java.net said: I signed the SCA form and sent it back by mail.
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...
javatar007 said: There might be some resemblence with plugin "incremental-build-plugin"? The same logic, you could save time
Thank you in advance!
File: jaxws-patch.txt Attached By: myannou@java.net
This issue was imported from java.net JIRA JAX_WS_COMMONS-27
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]