When running jOOQ code generator via maven ( clean install -P jooq-generation ) the generation appears to run twice. In the case of my application it ran once, and they failed straight away on the second as it was trying to append methods to classes which already existed. The below article will help greatly with anyone else facing this issue.
http://blog.peterlynch.ca/2010/05/maven-how-to-prevent-generate-sources.html -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
