You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Todor Boev <t....@prosyst.bg> on 2009/09/24 16:49:09 UTC

Can't run the release plugin with CVS

Hi,
I am trying to get the maven release plugin to work against our corporate CVS 
repository. For the death of me I can't figure out what to do to configure the 
CVS connection. What's worse is that I managed to get the SCM plugin to connect 
on itself. But when the release plugin uses SCM to connect it somehow mangles 
the <connection> string in from the <scm> section of my pom. Here is that 
connection string:

<scm>
<connection>scm:cvs:pserver:devzone.psb:/cvsroot/bundlecloudpoc:genericosgi-maven</connection>
</scm>

Help! If I can't get the release plugin to work this will potentially thwart our 
migration to maven. And we are back to the dark depths of Ant :(

Cheers,
Todor

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Can't run the release plugin with CVS

Posted by Todor Boev <t....@prosyst.bg>.
Okay...the problem was that I had a stale invalid configuration from a previous 
attempt. I had to run "mvn release:clean" and after that things worked out nicely.

Todor Boev wrote:
> Hi,
> I am trying to get the maven release plugin to work against our 
> corporate CVS repository. For the death of me I can't figure out what to 
> do to configure the CVS connection. What's worse is that I managed to 
> get the SCM plugin to connect on itself. But when the release plugin 
> uses SCM to connect it somehow mangles the <connection> string in from 
> the <scm> section of my pom. Here is that connection string:
> 
> <scm>
> <connection>scm:cvs:pserver:devzone.psb:/cvsroot/bundlecloudpoc:genericosgi-maven</connection> 
> 
> </scm>
> 
> Help! If I can't get the release plugin to work this will potentially 
> thwart our migration to maven. And we are back to the dark depths of Ant :(
> 
> Cheers,
> Todor
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org