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
Attachments
Issue Links
- relates to
-
MJAVADOC-137 javadoc:javadoc always runs as "aggregator"
- Closed
-
MJAVADOC-116 Impossible to aggregate javadoc if snapshot never built
- Closed
-
MJAVADOC-119 Aggregate does not work for multiple module project when doing install.
- Closed