add a trailing slash perhaps?

Thanks 4 all to help me!!

i can do the release now.

In the POM file 
I only have in the <scm> the dev connexion
<developerConnection>scm:svn:svn://localhost:80/svn/prova/repo/autentia/trunk</developerConnection>

An I specify the tag base there:

 <build>
        <plugins>
            <plugin>
                <artifactId>maven-release-plugin</artifactId>
                    <configuration>
                    
<tagBase>http://localhost/svn/prova/repo/autentia/tags</tagBase>
                        <username>xavi</username>
                        <password>svn</password>
                    </configuration>
            </plugin>
        </plugins>
      
    </build>

Well, now i must investigate how to do it  automatic  with continuum

Javier
-- 
View this message in context: 
http://www.nabble.com/problem-in-release%3Aprepare-tf4017258s177.html#a11429196
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to