In my parent pom, I have an execution of javadoc:javadoc. However,
this seems to cause maven to go back and rerun the javadoc for the
dependencies, even though it has just run moments before.


[INFO] Preparing javadoc:javadoc
[WARNING] Removing: javadoc from forked lifecycle, to prevent
recursive invocation.
[WARNING] Removing: check from forked lifecycle, to prevent recursive
invocation.

[INFO] [javadoc:javadoc {execution: internal-javadoc}]
[INFO] The goal
'org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:javadoc' has not
be previously called for the project:
'com.basistech.rosette:rlp-break-test-utils:jar:1.4.99.3-SNAPSHOT'.
Trying to invoke it...
[INFO] The goal
'org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:javadoc' has not
be previously called for the project:
'com.basistech.rosette:rlp-breaks:jar:1.4.99.3-SNAPSHOT'. Trying to
invoke it...
[INFO] The goal
'org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:javadoc' has not
be previously called for the project:
'com.basistech.rosette:rlp-segmentation-models:jar:1.4.99.3-SNAPSHOT'.
Trying to invoke it...
[INFO] The goal
'org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:javadoc' has not
be previously called for the project:
'com.basistech.rosette:rlp-segmentation:jar:1.4.99.3-SNAPSHOT'. Trying
to invoke it...

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to