I am trying to do automated and semi automated builds so I will look at
Continum as it seems to add a lot of value with Maven/Subversion
integration.
Regards,
Mark
Graham Leggett wrote:
On Fri, 2007-09-07 at 10:06 -0400, Mark Eramo wrote:
Can anyone point me to detailed information a
On Fri, 2007-09-07 at 10:06 -0400, Mark Eramo wrote:
>>Can anyone point me to detailed information and maybe some examples
>> on how to integrate maven and subversion. Ideally I would like to be
>> able to have the build fetch the latest code from subversion before I do
>> the build. I have lo
Continuum integrates really effortlessly with Maven and Subversion.
-Message d'origine-
De : Mark Eramo [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 7 septembre 2007 16:28
À : Maven Users List
Objet : Re: Maven 2 and Subversion
Eric/Nick,
Thanks for the information. I am fairl
Eric/Nick,
Thanks for the information. I am fairly new to Maven so I am still
trying to feel my way around. I will look at cruise control but I am
also thinking about using the Ant plugin to just fetch the code from
Subversion before I compile. I don't want to use Ant to much as I am
trying
Maybe try something like:
[...]
org.apache.maven.plugins
maven-scm-plugin
1.0-SNAPSHOT
http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_execution>>
Update scm
I'd recommend automating that via a system like Continuum or Cruise
Control. I'm not sure there's any other way to do that directly with
the POM or not...
On Fri, 2007-09-07 at 10:06 -0400, Mark Eramo wrote:
> Hello,
>Can anyone point me to detailed information and maybe some examples
> on