You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by caner kaplica <ca...@gmail.com> on 2009/09/02 21:47:16 UTC

How to site:deploy to multiple urls?

Hi,
I want to deploy(site:deploy) a site to two different places(url).I couldnt
manage it with muliple profiles.Every profile has its own
distributionManagement,but maven uses only one of them and deploys the site
to that url.Also maven doesnt allow to use multiple <url> tags in <site>
element or  multiple <site> in distributionManagement.How can i achieve
this?Any idea is appreciated..

Thanks in advance,