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

        

Reply via email to