Nice, so that's two good news in one, right for the weekend! Cheers Lukas
2014-06-20 17:34 GMT+02:00 Deven Phillips <[email protected]>: > Honestly, the release of 3.4.0 deprecates my need because the JavaDoc jar > for that in Maven is working fine. It's mostly the problem of people who > want to use the pre-release code. I didn't really WANT to use the > pre-release 3.4.0 version, but I needed some of the Mocking features to be > able to proceed with my project. Now that 3.4.0 is released, my root > problem is solved. > > Thanks, > > Deven > > > On Friday, June 20, 2014 10:54:03 AM UTC-4, Lukas Eder wrote: > >> Ah, I'm sorry, I get it now. At first I read that you had issues >> generating the Javadoc, but in fact it's not generated at all. Most people >> don't need to generate the Javadoc, which is why we've moved that plugin to >> the profiles, specifically to the release-oss profile. That also includes >> the gpg plugin, though, which you probably don't want. >> >> Unfortunately, I'm not that much of a Maven expert. What would be the >> best way forward to avoid redundancy? >> >> Best, >> Lukas >> >> 2014-06-20 16:20 GMT+02:00 Deven Phillips <[email protected]>: >> >> It looks like the skipTests and adding the option >>> -Dmaven.javadoc.failOnError=false allows the apidocs directory to be >>> created, but I still couldn't get the javadoc JAR to be created. >>> >>> Deven >>> >>> >>> On Thursday, June 19, 2014 12:31:28 PM UTC-4, Lukas Eder wrote: >>> >>>> There are currently two known issues: >>>> >>>> - A test regression in the jooq artefact (as can be seen here: >>>> https://travis-ci.org/jOOQ/jOOQ/jobs/27877996). This can be remedied >>>> by using -Dmaven.test.skip=true >>>> - Our Javadoc are not valid with JDK8's standard warnings settings. You >>>> may have to change those settings. >>>> >>>> If you ran into the latter issue, any directions about how to fix this >>>> would be appreciated! >>>> >>>> Cheers >>>> Lukas >>>> >>>> >>>> 2014-06-19 14:07 GMT+02:00 Deven Phillips <[email protected]>: >>>> >>>>> I'm unable to get the maven build for the current master branch to >>>>> create a JavaDoc archive (JAR)... I can get it to generate the apidoc >>>>> directory and the HTML files, but not a javadoc JAR... Any suggestions? >>>>> >>>>> Thanks, >>>>> >>>>> Deven >>>>> >>>>> -- >>>>> 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. >>>>> >>>> >>>> -- >>> 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. >>> >> >> -- > 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. > -- 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.
