Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-111

Can't release when I use javadoc aggregate/groups

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.2
    • None
    • None
    • None
    • XP Pro

    Description

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dhoffer@xrite.com David Hoffer
              Votes:
              7 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: