The URL's scm & tagbase are correct in each module pom.
anyone knows where is the problem?
<project>
<parent>
<groupId>group</groupId>
<artifactId>artifactl</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../all</relativePath>
</parent>
...
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>http://ip/project/release</tagBase>
<username>xxx</username>
<password>xxx</password>
</configuration>
</plugin>
...
<scm>
<developerConnection>scm:svn:svn://ip/project/trunk</developerConnection>
<connection>scm:svn:svn://ip/project/trunk</connection>
</scm>
</project>
Maybe, the problem is the "../../" path on <parent> . I'm using continuum
1.1-alpha-2
Thanks to all for reply's
Javier
--
View this message in context:
http://www.nabble.com/URL-Malformed-tf4109773.html#a11705518
Sent from the Continuum - Users mailing list archive at Nabble.com.