https://jax-ws-commons.dev.java.net/issues/show_bug.cgi?id=27
Issue #|27
Summary|Check sources modifications to regenerate files or not
Component|jax-ws-commons
Version|current
Platform|All
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|maven-plugin
Assigned to|issues@jax-ws-commons
Reported by|myannou
------- Additional comments from myan...@dev.java.net Fri Nov 28 22:12:58 +0000
2008 -------
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.