Hi
I am using jaxb2-maven-plugin in my pom file. (see below)
I would like to have toString() method on my generated pojo's.
I know that the java.net jaxb maven plugin support this kind of extension,
and I wonder if I can use it with the jaxb plugin that I am using.
Thanks
Avishay Balderman


pom.xml
~~~~~
....
    <groupId>org.codehaus.mojo</groupId> 
     <artifactId>jaxb2-maven-plugin</artifactId> 
....


-- 
View this message in context: 
http://www.nabble.com/Maven-jaxb2-maven-plugin-toString%28%29-generation-tp22038341p22038341.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to