I guess you are not specifying the reports it should run. By default
it also runs the aggregate goal which will loop over all the modules.
See [1] for info how to only run selected reports.
e.g. only use
<reportSets>
<reportSet>
<id>default</id>
<configuration>
<!-- Specific configuration for the given reports -->
...
</configuration>
<reports>
<report>javadoc</report>
<report>test-javadoc</report>
</reports>
</reportSet>
and not <report>aggregate</report>
[1]
http://maven.apache.org/plugins/maven-javadoc-plugin/examples/selective-javadocs-report.html
Raphael
On Mon, Apr 5, 2010 at 13:14, Giovanni Azua <[email protected]> wrote:
> hello,
>
> I have a multi-module project and during build I continuously get the
> following output:
> [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:javadoc'
> has not be previously called for the project: xxx
>
> and so it lists each sub-module over and over again and re-executes the
> javadoc plugin for the same sub-module many times.
>
> Any ideas what's wrong?
>
> TIA,
> Best regards,
> Giovanni
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]