[
https://jira.codehaus.org/browse/MJAVADOC-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lefebvre JF updated MJAVADOC-345:
---------------------------------
Attachment: MJAVADOC-345.zip
Please find a sample project
If you launch "clean package" on the parent project you will have an error.
If you comment the code below on the child/pom.xml and launch "clean package"
on the parent project the command is executed correctly
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>antTest</id>
<phase>initialize</phase>
<configuration>
<target>
<echo
message="TESTTTTTTTTTTTTTTTTTTTT" />
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
> Javadoc-aggregate fail
> ----------------------
>
> Key: MJAVADOC-345
> URL: https://jira.codehaus.org/browse/MJAVADOC-345
> Project: Maven 2.x Javadoc Plugin
> Issue Type: Bug
> Affects Versions: 2.8.1
> Reporter: Lefebvre JF
> Attachments: MJAVADOC-345.zip
>
>
> The javadoc-aggregate fail if there is a goal configured to execute on the
> initialize phase of a war project (but works with parameter aggregate=true)
> To reproduce
> - create a multi-project with a child war project
> - on the war project, define execution of a plugin on the initialize phase
> (example ant just do a hello world)
> - Launch javadoc-aggregate on the parent project
> Tanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira