You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andy Signer (JIRA)" <ji...@codehaus.org> on 2007/02/23 19:36:27 UTC

[jira] Commented: (MJAVADOC-111) Can't release when I use javadoc aggregate/groups

    [ http://jira.codehaus.org/browse/MJAVADOC-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88382 ] 

Andy Signer commented on MJAVADOC-111:
--------------------------------------

I encountered the same problem. Release:perform or site-deploy failed with the same error as stated in FailedToReleaseDueToJavadoc.txt when I set aggregate=true. When aggregate=false everything went smooth.

> Can't release when I use javadoc aggregate/groups
> -------------------------------------------------
>
>                 Key: MJAVADOC-111
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-111
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: XP Pro
>            Reporter: David Hoffer
>         Attachments: FailedToReleaseDueToJavadoc.txt
>
>
> I added the following section to my parent POM and can't release anymore, I will attach the error log.
> <configuration>
>                     <aggregate>true</aggregate>
>                     <groups>
>                         <group>
>                             <title>Public Packages</title>
>                             <packages>com.xrite.xdsiii:com.xrite.xdsiii.driver:com.xrite.xdsiii.driver.*</packages>
>                         </group>
>                         <group>
>                             <title>Internal Packages - API Subject To Change</title>
>                             <packages>com.xrite.awt:com.xrite.swing:com.xrite.util:com.xrite.xdsiii.instrument:com.xrite.xdsiii.instrument.*</packages>
>                         </group>
>                     </groups>
> </configuration>
> It looks like it needs the jars that have not jet been released yet (that's what the release goal is for).

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