[ https://jira.codehaus.org/browse/MJAVADOC-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=353583#comment-353583 ]
Andrei Khveras edited comment on MJAVADOC-411 at 10/2/14 4:14 AM: ------------------------------------------------------------------ This issue affects us as well. Once maven-javadoc-plugin v. 2.10 released in the end of september, we got unable to build our project due to failing maven goal: `Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10:jar (attach-javadocs) on project framework-core: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - /mnt/jenkins/jobs/Release Framework/workspace/framework-core/src/main/java/framework/core/assertions/DeferredAsserterListener.java:3: package org.testng does not exist` This is definitely not an issue in our code as once I did a trick replacing maven-javadoc-plugin v.2.10 to v.2.9.1 in local Maven cache, I got able to build our framework as usual. Environments: Linux, Java 1.6, Maven 2.2.1; Windows 8.1, Java 1.6, Maven 3.2.3 was (Author: tenety): This issue affects us as well. Once maven-javadoc-plugin v. 2.10 released in the end of september, we got unable to build our project due to failing maven goal: `Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10:jar (attach-javadocs) on project framework-core: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - /mnt/jenkins/jobs/Release Framework/workspace/framework-core/src/main/java/framework/core/assertions/DeferredAsserterListener.java:3: package org.testng does not exist` This is definitely not an issue in our code as once I did a trick replacing maven-javadoc-plugin v.2.10 to v.2.9.1 in local Maven cache, I got able to build our framework as usual. > Package does not exist warnings > ------------------------------- > > Key: MJAVADOC-411 > URL: https://jira.codehaus.org/browse/MJAVADOC-411 > Project: Maven Javadoc Plugin > Issue Type: Bug > Affects Versions: 2.10 > Environment: Mac OSX, Java 8 Update 20, Maven 3.2.3 > Reporter: Anthony Whitford > > Since version 2.10, it appears that Javadoc is warning about missing packages > when generating javadoc. > * For the {{javadoc}} goal, the {{compile}} scope classes should be in scope > * For the {{test-javadoc}} goal, the {{test}} scope classes should be in scope -- This message was sent by Atlassian JIRA (v6.1.6#6162)