You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Matheus Leite <ma...@gmail.com> on 2004/11/14 21:31:44 UTC

Subversion with Maven

I am trying to integrate Subversion with Maven and CruiseControl to
automate my build process, but it seems the "scm" plugin from Maven
only supports CVS. Does anyone know of a Maven plugin for Subversion?
Does anyone in this list has a (good or bad) experience integrating
these 3 tools?

Regards

Matheus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion with Maven

Posted by Matheus Leite <ma...@gmail.com>.
Hi Dave,

At first I thought so, but that is just half of the story. I need to
be able to do normal SVN operations within Maven, such as update,
commit, delete, etc. This is done by the SCM plugin. Now, if you look
at http://maven.apache.org/reference/plugins/scm/, it says only CVS is
supported. I also dicovered at
http://jira.codehaus.org/browse/MPSCM-32 that a request for
enhancement has been filled to SCM support SVN.
Since I am using Maven together with SVN and CruiseControl, I have
setup CruiseControl to call an Ant task that does SVN operations
(update the local workspace) and invoke Maven with the "Exec" task.

Regards,

Matheus


On Mon, 15 Nov 2004 17:49:15 +0100, Dave Neary <da...@phenix.fr> wrote:
> 
> Hi,
> 
> 
> 
> Matheus Leite wrote:
> > I am trying to integrate Subversion with Maven and CruiseControl to
> > automate my build process, but it seems the "scm" plugin from Maven
> > only supports CVS. Does anyone know of a Maven plugin for Subversion?
> > Does anyone in this list has a (good or bad) experience integrating
> > these 3 tools?
> 
> I have no experience with Maven (we use cron + ant to nightly build
> stuff - should really look at it), but a google search for "maven
> subversion" got me this: http://wiki.codehaus.org/maven/MavenSubversion
> as the first link, which seems to answer your question. I guess this
> goes down as an "STFW" ;)
> 
> Cheers,
> Dave.
> 
> --
> David Neary
> Phenix Engineering
> 110 ave Jean Jaures, 69007 Lyon
> 


-- 
------------------------------
Matheus Costa Leite
matheus@mindsatwork.com.br
 
Minds at Work
Tecnologia da Informação
------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Subversion with Maven

Posted by Dave Neary <da...@phenix.fr>.
Hi,

Matheus Leite wrote:
> I am trying to integrate Subversion with Maven and CruiseControl to
> automate my build process, but it seems the "scm" plugin from Maven
> only supports CVS. Does anyone know of a Maven plugin for Subversion?
> Does anyone in this list has a (good or bad) experience integrating
> these 3 tools?

I have no experience with Maven (we use cron + ant to nightly build 
stuff - should really look at it), but a google search for "maven 
subversion" got me this: http://wiki.codehaus.org/maven/MavenSubversion 
as the first link, which seems to answer your question. I guess this 
goes down as an "STFW" ;)

Cheers,
Dave.

-- 
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org