Hi Patrik Thanks for sharing some more details.
2014-09-08 14:58 GMT+02:00 patrik knoerr <[email protected]>: > The problem is that you can add a source folder in eclipse. That works > fine. But as soon as you update the project > from the pom.xml in eclipse, the build path entry for the source folder > goes away. > Hmm, I haven't had that happen to me... > Eclipse auto detects anything in generated-sources as a source folder, but > only if there is any subfolder when > issuing a mvn eclipse:eclipse. > If you haven't done a mvn generate-sources before that there is no jooq > folder (escpecially after "mvn clean") > so the trouble begins. > > http://maven.apache.org/archives/maven-1.x/plugins/eclipse/faq.html#source-dep > > I guess I one declares a source folder to the pom.xml this might help with > the issue. > http://mojo.codehaus.org/build-helper-maven-plugin/add-source-mojo.html > Yes, I've seen that too, in the past. m2e hasn't exactly been well-known for its well-integratedness with the Eclipse compiler. Unfortunately, I don't know too much about these things -- 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.
