[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Automate the maven build

From: Christopher Ness <chris_at_nesser.org>
Date: 2005-03-21 16:19:06 CET

On Mon, 2005-21-03 at 04:20 +0000, Sri wrote:
> Im using maven to build the codebase in the subverion repository.
> is there any document to automate the Maven build?

Export the SVN code base you want to build, or check it out if you want
to simply run update on it often. `svn help {export,checkout}` for more
info.

You now have a copy of all your files at the HEAD revision at the time
of checkout in /some/directory/. You can specify a revision, but I'm
pretty sure you want the HEAD of the code base.

Run the maven build process on /some/directory you checked out/exported.
See their mailing list on how to do that.

Cheers,
Chris

-- 
Software Engineering IV,
McMaster University
PGP Public Key: http://www.nesser.org/pgp-key/
10:14:42 up 47 min, 6 users, load average: 0.60, 0.47, 0.58 
http://www.gnu.org/philosophy/no-word-attachments.html

Received on Mon Mar 21 16:39:03 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.