On Wed, Mar 21, 2012 at 2:10 PM, Olivier Lamy <ol...@apache.org> wrote:

> Use something like
>
>  <distributionManagement>
>    <snapshotRepository>
>      <id>${distMgmtSnapshotsId}</id>
>      <name>${distMgmtSnapshotsName}</name>
>      <url>${distMgmtSnapshotsUrl}</url>
>    </snapshotRepository>
>  </distributionManagement>
>
>  <properties>
>    <distMgmtSnapshotsId>Snapshot Repository</distMgmtSnapshotsId>
>    <distMgmtSnapshotsName>Snapshot Repository</distMgmtSnapshotsName>
>    <distMgmtSnapshotsUrl>http://host:port
> /repository/snapshots/</distMgmtSnapshotsUrl>
>  </properties>
>
> You have correct default values and you can override with -D ...
>
>
Oh, DUH, yes, that would do it.  Thanks!

For completeness, are you saying that if I tried to simply specify the
altDeploymentRepository with a SNAPSHOT deployment it would fail?

Best,
Laird

-- 
http://about.me/lairdnelson

Reply via email to