Hi Mark, Please file an issue in JIRA about this. If you attach a small Maven project that highlights your problems we have something to work with, and can hopefully convert that into an integration test.
On Mon, Sep 22, 2014 at 12:55 AM, Mark Derricutt <m...@talios.com> wrote: > Hrm, just tried updating to this: > > > symbol: class NotNull > location: class GuardedFinder > > /Users/amrk/IdeaProjects/securemx/smx3/com.smxemail.rest/src/main/java/com/smxemail/rest/mounting/GuardedFinder.java:240: > error: cannot find symbol > private void processBeforeAdvice(@NotNull Request request, @NotNull > Response response) { > > and also things like: > > > /Users/amrk/IdeaProjects/securemx/smx3/com.smxemail.rest/src/main/java/com/smxemail/rest/SmxMediaType.java:9: > error: cannot find symbol > public static final MediaType TEXT_CSV = register("text/csv", "CSV > Documents"); > > > I see things like that being logged a lot - the jar containing the specific > @NotNull class and method are listed as a dependency on the project as the > projects build. > > The mojo ends with: > > > Command line was: > /Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home/jre/../bin/javadoc > @options @packages > > Refer to the generated Javadoc files in > '/Users/amrk/IdeaProjects/securemx/smx3/com.smxemail.rest/target/apidocs' > dir. > > at > org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeJavadocCommandLine(AbstractJavadocMojo.java:5063) > at > org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:2004) > at > org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:187) > at org.apache.maven.plugin.DefaultBuildPluginManager > > > Under 2.9.1 of the javadoc plugin I sore no such issues? With 2.10 I also > need to disable `failOnError` to get passed this. > > And here I was thinking it was only JDK 8's javadoc I might have to worry > about :) > > > > On 21 Sep 2014, at 5:58, Dennis Lundberg wrote: > >> Hi, >> >> The vote has passed with the following result: >> >> +1 (binding): Karl Heinz Marbaise, Hervé Boutemy, Dennis Lundberg, >> Robert Scholte, Olivier Lamy -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org