You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2006/01/06 04:35:09 UTC

[jira] Updated: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

     [ http://jira.codehaus.org/browse/MJAVADOC-40?page=all ]

Brian Fox updated MJAVADOC-40:
------------------------------

    Attachment: javadoc-jar.patch

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>  Attachments: javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org