Archimedes Trajano created MJAVADOC-377: -------------------------------------------
Summary: Unable to access the package-list file Key: MJAVADOC-377 URL: https://jira.codehaus.org/browse/MJAVADOC-377 Project: Maven Javadoc Plugin Issue Type: Bug Affects Versions: 2.9.1 Environment: Windows Reporter: Archimedes Trajano Priority: Minor Getting the following warning (not an error that stops the build, but I am trying to figure out how to get rid of it.) Javadoc Warnings Unable to access the package-list file at .../target/javadoc-bundle-options/ The configuration looks like <detectJavaApiLink>true</detectJavaApiLink> <detectLinks>false</detectLinks> <detectOfflineLinks>false</detectOfflineLinks> <quiet>true</quiet> <show>private</show> <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> <docletArtifact> <groupId>org.umlgraph</groupId> <artifactId>umlgraph</artifactId> <version>${umlgraph-doclet.version}</version> </docletArtifact> <additionalparam>-views</additionalparam> <useStandardDocletOptions>true</useStandardDocletOptions> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira