[
https://issues.apache.org/jira/browse/MJAVADOC-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MJAVADOC-377.
-----------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Unable to access the package-list file
> --------------------------------------
>
> Key: MJAVADOC-377
> URL: https://issues.apache.org/jira/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
> {code:xml}<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>{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)