You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by David Yu <yo...@gmail.com> on 2008/02/15 11:14:09 UTC

Deploy on dynamic site url

Is there a way that I could set the site url to be dynamic? I would like to
publish to a folder based on a ${buildNumber} generated by the
maven-buildnumber-plugin. Please let me know. Otherwise I am going to be
forced to open up a new issue. Thanks.

<distributionManagement>
  <site>
    <id>buildsite</id>
    <name>Build Site</name>
    <url>
      scp://mycompany.com/buildrepository/builds/${buildNumber}
    </url>
  </site>
</distributionManagement>

Regards,
Yongshin Yu