atom feed4 messages in net.java.dev.jax-ws-commons.issues[Issue 27] New - Check sources modifi...
FromSent OnAttachments
myan...@dev.java.netNov 28, 2008 2:12 pm 
myan...@dev.java.netNov 28, 2008 2:13 pm 
myan...@dev.java.netNov 29, 2008 5:28 am 
myan...@dev.java.netDec 14, 2008 5:31 am 
Subject:[Issue 27] New - Check sources modifications to regenerate files or not
From:myan...@dev.java.net (myan@dev.java.net)
Date:Nov 28, 2008 2:12:14 pm
List:net.java.dev.jax-ws-commons.issues

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.