The current practice in use at the Maven project is to put all reports into a profile, that is not activated by default. For an example see line 268 onwards in the plugins parent: https://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?revision=930755&view=markup
On 2010-04-11 17:59, Benson Margulies wrote: > Is there any way to avoid this when running site:site or site:stage? > > [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-common:jar:1.5.0-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.5.0-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.5.0-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.5.0-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-tools:jar:1.5.0-SNAPSHOT'. > Trying to invoke it... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
