You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Malcolm Wong Ho <mw...@faritec.com> on 2006/02/03 05:19:12 UTC

How would i do a build from a subversion tag ?

An example scenario is that i'm currently working on version 2.0-SNAPSHOP and then someone deletes the repository and the application server crashes. What i have is a maven release and tagged the source in svn, how would i go about doing a build from a certain subversion tag ?


DISCLAIMER:
This message may contain information which is confidential, private or privileged in nature. If you are not the intended recipient, you may not peruse, use, disseminate, distribute or copy this message or file which is attached to this message. If you have received this message in error, please notify the sender immediately by e-mail, facsimile or telephone and thereafter return and/or destroy the original message. 

Any views of this communication are those of the sender except where the sender specifically states them to be those of Faritec (Holdings)  Limited (Faritec) and/or  any of its subsidiaries including (but not limited to) Faritec Enterprise Solutions (Proprietary) Limited, Faritec Strategic IT Services (Proprietary) Limited, Faritec Contracting (Proprietary) Limited, Ebis and/or any of its subsidiaries.

Please note that the recipient must scan this e-mail and any attached files for viruses and the like. While we do everything possible to protect information from viruses, Faritec accepts no liability of whatever nature for any loss, liability, damage or expense resulting directly or indirectly from the access and/or downloading of any files which are attached to this e-mail message.

Re: How would i do a build from a subversion tag ?

Posted by dan tran <da...@gmail.com>.
mvn scm:bootstrap -DconnectionUrl=xyx -Dtag=theTag -Dgoals=xyx

http://maven.apache.org/scm/plugins/bootstrap-mojo.html



-Dan


On 2/2/06, Malcolm Wong Ho <mw...@faritec.com> wrote:
>
>
> An example scenario is that i'm currently working on version 2.0-SNAPSHOPand then someone deletes the repository and the application server crashes.
> What i have is a maven release and tagged the source in svn, how would i go
> about doing a build from a certain subversion tag ?
>
>
> DISCLAIMER:
> This message may contain information which is confidential, private or
> privileged in nature. If you are not the intended recipient, you may not
> peruse, use, disseminate, distribute or copy this message or file which is
> attached to this message. If you have received this message in error, please
> notify the sender immediately by e-mail, facsimile or telephone and
> thereafter return and/or destroy the original message.
>
> Any views of this communication are those of the sender except where the
> sender specifically states them to be those of Faritec (Holdings)  Limited
> (Faritec) and/or  any of its subsidiaries including (but not limited to)
> Faritec Enterprise Solutions (Proprietary) Limited, Faritec Strategic IT
> Services (Proprietary) Limited, Faritec Contracting (Proprietary) Limited,
> Ebis and/or any of its subsidiaries.
>
> Please note that the recipient must scan this e-mail and any attached
> files for viruses and the like. While we do everything possible to protect
> information from viruses, Faritec accepts no liability of whatever nature
> for any loss, liability, damage or expense resulting directly or indirectly
> from the access and/or downloading of any files which are attached to this
> e-mail message.
>
>