On 12/10/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 12/7/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: > I'd like to release version 4 of the struts-master pom. > > The repository has been tagged: > http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/ > > Pom version 4 available for review here: > http://people.apache.org/builds/struts/STRUTS_MASTER_4/+1 I copied it into a Maven repository structure so I could test it out; this would have happened with 'mvn deploy'. To try it, add a profile to your settings.xml and enable with -Pstruts-staging <profile> <id>struts-staging</id> <repositories> <repository> <id>struts-staging</id> <url>http://people.apache.org/builds/struts/m2-staging-repository</url> <snapshots><enabled>false</enabled></snapshots> <releases><enabled>true</enabled></releases> </repository> </repositories> </profile>
Thanks - I've added it for next time :-)
(This repository structure can be copied over to people.apache.org/repo/m2-ibiblio-rsync-repository to complete the release, then removed from builds/struts/.)
Done, thanks for the help - much appreciated. Niall
-- Wendy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
