I use wsdl2java
to generate DTO Java classes. It adds current timestamp into the comments section of every file generated.
How to disable those timestamps?
Because I'd like to minify changes between two wsdl2java
launches (the generated java sources are under RCS).
P.S. Java 7; wsdl2java
comes from org.apache.cxf:cxf-codegen-plugin:2.6.16
although version 3 is also considered.