You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/02/03 16:23:58 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_122194 ] 

Vincent Siveton commented on MJAVADOC-111:
------------------------------------------

MJAVADOC-116 is now fixed. Could you retry?

> 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