On Feb 18, 2008 9:58 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> I'd like to do the first release of the Maven Stage Plugin.  This
> plugin is already being used for Maven releases, and although it has
> limited functionality, it seems to be stable.
...
> Staging repo:
> http://people.apache.org/~wsmoak/staging-repo/

+1

I tested it by copying two staged Struts releases to a test repo:

mvn stage:copy 
-Dsource="http://people.apache.org/builds/struts/1.3.8/m2-staging-repository";
-Dtarget="scp://people.apache.org/home/wsmoak/public_html/stage-plugin-test-repo"
-Dversion=1.3.8

mvn stage:copy 
-Dsource="http://people.apache.org/builds/struts/1.3.9/m2-staging-repository";
-Dtarget="scp://people.apache.org/home/wsmoak/public_html/stage-plugin-test-repo"
-Dversion=1.3.9

which produced...  http://people.apache.org/~wsmoak/stage-plugin-test-repo/

I linked to it in the vote thread, but here's another link to the
guide to testing staged releases, which Brett updated recently:
http://maven.apache.org/guides/development/guide-testing-releases.html

-- 
Wendy

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

Reply via email to