HI,

"The second 'site' run is apparently needed for the dashboard plugin" : it's
wrong.

the site goal must be done completly before doing the dashboard, not twice.

in your case :

mvn clean install site
mvn dashboard-report:dashboard
mvn site:deploy

or with historic graph

mvn clean install site
mvn dashboard-report:persist dashboard-report:dashboard
mvn site:deploy

that'all

Best regards

David


jblack wrote:
> 
> I have found conflicting guidance on which goals should be run to get a
> correct multimodule maven build to correctly produce all module site. 
> Note that we use the cobertura and dashboard report plugins.  Currently we
> do:
> 
> mvn clean install site
> mvn site
> mvn site:deploy
> 
> (The second 'site' run is apparently needed for the dashboard plugin)
> 
> So is the 'install' goal even needed?  Does anyone have better guidance on
> this?
> 
> Using maven 2.0.7.
> 

-- 
View this message in context: 
http://www.nabble.com/-M2--correct-goal-sequence-for-multimodule-site-generation-tp14955602s177p14973599.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to