I'd like to get the maven-jaxb2-plugin to do not write the 'disclaimer':

This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.2-hudson-jaxb-ri-2.2-63- 
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
Any modifications to this file will be lost upon recompilation of the source schema. 
Generated on: 2011.08.01 at 09:20:43 AM CEST 

At least the timestamp.

Thank you.

Udo.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Use -no-header if you use command line source generator or header='false' if you use ant.

In the pom, in configuration <args><arg>-no-header</arg></args>

link|improve this answer
Add to your answer that in the pom, in configuration <args><arg>-no-header</arg></args> – ssedano Aug 2 '11 at 14:46
Added, thanks for accepting – JustYo Aug 3 '11 at 7:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.