Ok - well turns out it was just "pilot error" (my fault) and due to my "new maven guy shine"... If there are any other people like me out there the answer was to simply add it to the plugins tag (derrrr)
<configuration>
<args>
<arg>-XtoString</arg>
<arg>-Xmergeable</arg>
<arg>-Xequals</arg>
<arg>-Xcopyable</arg>
<arg>-Xinheritance</arg>
<arg>-Xfluent-api</arg>
</args>
<plugins>
<plugin>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
<version>0.6.0</version>
</plugin>
<plugin>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-fluent-api</artifactId>
<version>3.0</version>
</plugin>
</plugins>
So there you have it - should anyone else want a sample who finds this on the internets
-Clint
Sent from my Dell Precision T1500
From: Clint Dovholuk [mailto:cdovholuk_at_axeda.com]
Sent: Wednesday, May 04, 2011 9:51 AM
To: users_at_jaxb2-commons.java.net
Subject: fluent_api and maven - can't find a suitable/working example
Hi All,
Sorry for such a simple question but I just cannot find any usage examples that work for me. I can supply the plugin details in my pom if anyone would like but I've searched all over and just can't find the usage. Any tips would be very much appreciated.
-Clint
Sent from my Dell Precision T1500