>> I can't get this to work. Looking back at previous posts, it
>> appears  there might be a bug.
>>
>> Do I need to build maven-javadoc-plugin from source? If so, could
>> somebody let me know where this can be found.
>>
>> What I have is a parent project (pom packaging) and several
>> subprojects (jar packaging), where each subproject's pom.xml
>> inherits  from that of the parent.
>>
>> I put the following in the parent project's pom.xml,
>>
>>   <reporting>
>>     <plugins>
>>       <plugin>
>>     <groupId>org.apache.maven.plugins</groupId>
>>     <artifactId>maven-javadoc-plugin</artifactId>
>>     <configuration>
>>       <aggregate>true</aggregate>
>>     </configuration>
>>       </plugin>
>>     </plugins>
>>   </reporting>

Ups ...seems like someone (me!) should better read his mails.
At least I am not the only one with the aggregate problem.

cheers
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to