On 4/25/07, jp4 <[EMAIL PROTECTED]> wrote:

I was wondering if there is a way to deploy the site documentation to two
different locations so that it is versioned properly...

For example,
http://www.foo.com/project1/1.0-SNAPSHOT
http://www.foo.com/project1/1.1/

Try using ${version} in your distributionManagement site url.

There's an example of something similar in the maven plugins parent pom:
http://svn.apache.org/repos/asf/maven/plugins/trunk/pom.xml
(look at the stagingSiteURL).

--
Wendy

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

Reply via email to