You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2014/06/08 11:04:10 UTC

[jira] (MJAVADOC-377) Unable to access the package-list file

     [ https://jira.codehaus.org/browse/MJAVADOC-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MJAVADOC-377:
-----------------------------------

    Description: 
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}


  was:
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>



> 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
> {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
(v6.1.6#6162)