On Dec 7, 2007 7:56 AM, greinhart <[EMAIL PROTECTED]> wrote: > I generate my report site by the maven-site-plugin ( mvn site:stage > -DstagingDirectory=...), I would like to launch a plugin after this call. > > How can i do It ? > > This configuration do not work because site is a plugin and not a phase:
There is also a site lifecycle with phases pre-site, site, post-site, and site-deploy. Try binding your execution to the site-deploy phase, and it should happen after the other things. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
