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



-- 
Regards,
Yongshin Yu
http://yongshin.blogspot.com

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

Reply via email to