Re: svn: Error resolving case of

2006-02-02 Thread Alejandro Nicolas Mascarell
, at 7:13 AM, Alejandro Nicolas Mascarell wrote: Don't worry. I would like to prepare some docs about the subject (Maven 2 and Subversion) for beginners. I'll make you know if I finally complete it. Another question... where is the SCM user password provided when using SCM url

Re: SVN url password

2006-02-01 Thread Alejandro Nicolas Mascarell
/configuration /plugin ... /plugins best regards, strub --- Alejandro Nicolas Mascarell [EMAIL PROTECTED] schrieb: Does anyone know where is the SCM user password provided when using SCM url? As from the specification (and checked on svnScmProviderRepository

Re: [***SPAM*** Score/Req: 10.4/5.0] Re: SVN url password

2006-02-01 Thread Alejandro Nicolas Mascarell
-Original Message- From: Alejandro Nicolas Mascarell [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 February 2006 5:04 PM To: Maven Users List Subject: [***SPAM*** Score/Req: 10.4/5.0] Re: SVN url password I am speaking about the password to connect Subversion SCM, not the Maven

maven-release-plugin

2006-02-01 Thread Alejandro Nicolas Mascarell
Should this be considered a bug? When using maven-release-plugin the POM gets its version updated (for instance from 0.2-SNAPSHOT to 0.2, when releasing version 0.2 of the artifact) even if the scm provider fails to tag the release onto a Subversion repository, because of a wrong URL string or

Re: [***SPAM*** Score/Req: 10.4/5.0] Re: SVN url password

2006-02-01 Thread Alejandro Nicolas Mascarell
/server server is generally used for artifact repositories uploads, but it can be used for all features that require a server. I think starteam scm provider is the only one that support it. We'll allow it for all scm providers Emmanuel Alejandro Nicolas Mascarell a écrit : Where

ViewCVS error on Apache

2006-02-01 Thread Alejandro Nicolas Mascarell
Are you changing something on the repository? I get the following error when accessing it using ViewCVS: An Exception Has Occurred maven/components/trunk/maven-plugins/maven-release-plugin: unknown location HTTP Response Status 404 Not Found Python Traceback

Re: [***SPAM*** Score/Req: 10.4/5.0] Re: SVN url password

2006-02-01 Thread Alejandro Nicolas Mascarell
features that require a server. I think starteam scm provider is the only one that support it. We'll allow it for all scm providers Emmanuel Alejandro Nicolas Mascarell a écrit : Where on the settings.xml is it possible to define the user/pass for a SCM provider? I know about the server

Re: ViewCVS error on Apache

2006-02-01 Thread Alejandro Nicolas Mascarell
, Emmanuel Venisse [EMAIL PROTECTED] wrote: all plugins are moved in their own repo few months ago. http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-release-plugin/ Emmanuel Alejandro Nicolas Mascarell a écrit : Are you changing something on the repository? I get the following error

Re: [***SPAM*** Score/Req: 10.4/5.0] Re: SVN url password

2006-02-01 Thread Alejandro Nicolas Mascarell
Message- From: Alejandro Nicolas Mascarell [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 February 2006 5:04 PM To: Maven Users List Subject: [***SPAM*** Score/Req: 10.4/5.0] Re: SVN url password I am speaking about the password to connect Subversion SCM, not the Maven organization

Re: [***SPAM*** Score/Req: 10.4/5.0] Re: SVN url password

2006-02-01 Thread Alejandro Nicolas Mascarell
, but it can be used for all features that require a server. I think starteam scm provider is the only one that support it. We'll allow it for all scm providers Emmanuel Alejandro Nicolas Mascarell a écrit : Where on the settings.xml is it possible to define the user/pass for a SCM

Re: [***SPAM*** Score/Req: 10.4/5.0] Re: SVN url password

2006-02-01 Thread Alejandro Nicolas Mascarell
not sure, perhaps in some plugins Emmanuel Alejandro Nicolas Mascarell a écrit : Do you mean that user/password configuration it is not allowed for Subversion on settings.xml in the current version? On 2/1/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: if your scm url is : scm:provider

svn: Error resolving case of

2006-01-31 Thread Alejandro Nicolas Mascarell
I would appreciate your help to troubleshoot the following error. I can't figure out why it is not working. I have try in several ways with the same result. Command: mvn release:prepare -

Re: svn: Error resolving case of

2006-01-31 Thread Alejandro Nicolas Mascarell
: 1- you need a space before -DtagBase ;-) 2- tagbase is a svn url ant not a maven scm url, so replace your tagBase with svn://localhost/CVS/maven-deployment/tags You can use Nabble to search in ML archives ( http://www.nabble.com/forum/Search.jtp?query=maven) Emmanuel Alejandro Nicolas

Re: svn: Error resolving case of

2006-01-31 Thread Alejandro Nicolas Mascarell
. Emmanuel Alejandro Nicolas Mascarell a écrit : Thanks for your quick answer! ;) Regarding the space before -DtabBase, you know... issues of copy paste from command line. :$ Do you know whether best practices information about Maven 2 integration with SCM exist somewhere? Regards

SVN url password

2006-01-31 Thread Alejandro Nicolas Mascarell
Does anyone know where is the SCM user password provided when using SCM url? As from the specification (and checked on svnScmProviderRepository class) the password is not gathered for the URL, as in the case on CVS. I have checked whether the password was taken from settings.xml file but it seems