I usually using / in favor of...
${commons.deployment.protocol}://people.apache.org/home/${user}/somepath
...and after release that gets moved into the correct place in the m2 repo.
cheers
--
Torsten
On 3/19/08, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
> How is everyone staging m2 releases? Can we apply the following patch
> to commons-parent? Please try to read over any formatting mishaps --
> its the (release profile)/distributionManagement/repository element.
>
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 638493)
> +++ pom.xml (working copy)
> @@ -378,9 +378,9 @@
> <id>release</id>
> <distributionManagement>
> <repository>
> - <id>apache.releases</id>
> - <name>Apache Release Distribution Repository</name>
> -
> <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
> + <id>commons.staging</id>
> + <name>Apache Commons Staging Repository</name>
> +
> <url>${commons.deployment.protocol}://people.apache.org/builds/commons/${commons.componentid}/${pom.version}/m2-staging-repository/</url>
> </repository>
> </distributionManagement>
> <build>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]