You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Bedin, Stephane (GE Healthcare)" <St...@med.ge.com> on 2006/02/07 13:08:09 UTC

release:prepare + cvs : password is required

Hi all,
I'm trying to use the release:prepare plugin... without success.
I'm using maven 2.0.2,
My pom.xml contains:
	  <scm>
	    <connection>scm:cvs:pserver:${user.name}@cvs.doc.openge.ge.com:/cvsroot/doc:doc</connection>
	    <developerConnection>scm:cvs:pserver:${user.name}@cvs.doc.openge.ge.com:/cvsroot/doc:doc</developerConnection>
	  </scm>

Whien I launch 'mvn release:prepare', I got an error :
	D:\cvs\doc>mvn release:prepare
	[INFO] Scanning for projects...
	[INFO] Searching repository for plugin with prefix: 'release'.
	[INFO] -------------------------------------------------------------------------
	---
	[INFO] Building DICOM Objects Checker
	[INFO]    task-segment: [release:prepare] (aggregator-style)
	[INFO] -------------------------------------------------------------------------
	---
	[INFO] [release:prepare]
	[INFO] What tag name should be used?
	RELEASE_1_0
	[INFO] Verifying there are no local modifications ...
	[INFO] -------------------------------------------------------------------------
	---
	[ERROR] BUILD ERROR
	[INFO] -------------------------------------------------------------------------
	---
	[INFO] An error is occurred in the status process.

	Embedded error: Exception while executing SCM command.
	password is required
	[INFO] -------------------------------------------------------------------------
	---
	[INFO] For more information, run Maven with the -e switch
	[INFO] -------------------------------------------------------------------------
	---
	[INFO] Total time: 11 seconds
	[INFO] Finished at: Tue Feb 07 11:50:22 CET 2006
	[INFO] Final Memory: 3M/6M
	[INFO] -------------------------------------------------------------------------
	---

I tryed 'cvs login' with success, and then 'mvn release:prepare', but I have always the same error.

I parsed the mailing list and many forum, but without any clear response.
Any idea ?

Stéphane

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


Re: release:prepare + cvs : password is required

Posted by Emmanuel Venisse <em...@venisse.net>.
Can you post 'mvn release:prepare' traces in debug mode (-X parameter)? It will be more helpful.

I'd guess you use CVSNT, right?

try this: mvn -Dpassword=your_password release:prepare

Emmanuel


Bedin, Stephane (GE Healthcare) a écrit :
> Hi all,
> I'm trying to use the release:prepare plugin... without success.
> I'm using maven 2.0.2,
> My pom.xml contains:
> 	  <scm>
> 	    <connection>scm:cvs:pserver:${user.name}@cvs.doc.openge.ge.com:/cvsroot/doc:doc</connection>
> 	    <developerConnection>scm:cvs:pserver:${user.name}@cvs.doc.openge.ge.com:/cvsroot/doc:doc</developerConnection>
> 	  </scm>
> 
> Whien I launch 'mvn release:prepare', I got an error :
> 	D:\cvs\doc>mvn release:prepare
> 	[INFO] Scanning for projects...
> 	[INFO] Searching repository for plugin with prefix: 'release'.
> 	[INFO] -------------------------------------------------------------------------
> 	---
> 	[INFO] Building DICOM Objects Checker
> 	[INFO]    task-segment: [release:prepare] (aggregator-style)
> 	[INFO] -------------------------------------------------------------------------
> 	---
> 	[INFO] [release:prepare]
> 	[INFO] What tag name should be used?
> 	RELEASE_1_0
> 	[INFO] Verifying there are no local modifications ...
> 	[INFO] -------------------------------------------------------------------------
> 	---
> 	[ERROR] BUILD ERROR
> 	[INFO] -------------------------------------------------------------------------
> 	---
> 	[INFO] An error is occurred in the status process.
> 
> 	Embedded error: Exception while executing SCM command.
> 	password is required
> 	[INFO] -------------------------------------------------------------------------
> 	---
> 	[INFO] For more information, run Maven with the -e switch
> 	[INFO] -------------------------------------------------------------------------
> 	---
> 	[INFO] Total time: 11 seconds
> 	[INFO] Finished at: Tue Feb 07 11:50:22 CET 2006
> 	[INFO] Final Memory: 3M/6M
> 	[INFO] -------------------------------------------------------------------------
> 	---
> 
> I tryed 'cvs login' with success, and then 'mvn release:prepare', but I have always the same error.
> 
> I parsed the mailing list and many forum, but without any clear response.
> Any idea ?
> 
> Stéphane
> 
> ---------------------------------------------------------------------
> 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