Our project uses XJC to generate Java classes from an XSD. I\'m using JAVA EE 6.
When all the XSDs we have are re-generated, the generated classes include this comm
I am using this Maven plugin which replaces the // Generated on: 2011.02.23 at 02:17:06 PM GMT line:
com.google.code.maven-replacer-plugin
maven-replacer-plugin
1.3.8
prepare-package
replace
src/main/java/jaxb/*.java
^// Generated on.*$
// Generated on: [TEXT REMOVED by maven-replacer-plugin]
MULTILINE