On 12/1/05, Joe Germuska <[EMAIL PROTECTED]> wrote:

> I think we could publish nightly (or intermittent) snapshots to the
> Apache repository (http://cvs.apache.org/repository/)  I think that
> the hope is to avoid people treating it like an ibiblio mirror (i.e.
> we would only publish snapshots and things of lower interest) but
> that it exists to fill that niche.
>
> You can do this by configuring a set of properties like these:
>
> # Apache repository
> maven.repo.apache=scp://people.apache.org
> maven.repo.apache.directory=/www/cvs.apache.org/repository
> maven.repo.apache.group=apcvs
> maven.repo.apache.username=germuska
> maven.repo.apache.privatekey=/Users/germuska/.ssh/id_rsa
>
> (which your username and path to private key adjusted as appropriate)
>
> and then using maven jar:deploy -Dmaven.repo.list=apache

Brett answered within minutes. :)  I didn't know this... if you have
"SNAPSHOT" in the version number, when you do as Joe suggests and
deploy the jar, that's when Maven inserts the date and timestamp.

People can then declare a dependency on a particular timestamped
snapshot, or on -SNAPSHOT in which case Maven will use the latest
version.

Is this what you want to do for Stand-alone Tiles?

--
Wendy

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

Reply via email to