I don't think some docs exists somewhere about it, sorry.

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,
Alex

On 1/31/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:

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 Mascarell a écrit :

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 -


Dproject.scm.developerConnection=scm:svn:svn://localhost/CVS/maven-deployment/trunk-DtagBase=scm:svn:svn://localhost/CVS/maven-deployment/tags

Result:
[INFO] Tagging release with the label 1.0.
Provider message:
The svn tag command failed.
Command output:
svn: Error resolving case of
'scm:svn:svn:\localhost\CVS\maven-deployment\tags\1.0'

POM.xml fragment:
   <scm>


<developerConnection>scm:svn:svn://localhost/CVS/maven-deployment/trunk</developerConnection>

   </scm>
   <build>
       <plugins>
           <plugin>
               <artifactId>maven-release-plugin</artifactId>
               <configuration>

<tagBase>scm:svn:svn://localhost/CVS/maven-deployment/tags</tagBase>
               </configuration>
           </plugin>
       </plugins>
   </build>



Thanks!!!

P.S.: is there a way to search in the mailing-list database, appart from
Google? I'm sorry if my question has been previously posted.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to