Yes, it worked manually from my console.
Also, now I finally got an idea of how to not duplicate the scm connection
details for every project,
i just added:
    <scm>

<connection>scm:svn:${svn-repository}/${project.artifactId}</connection>

<developerConnection>scm:svn:${svn-repository}/${project.artifactId}</developerConnection>
        <url>${svn-repository}/${project.artifactId}/</url>
    </scm>

As the artifactId is always the name of the project in svn, this works for
all projects (and I don't get the
"The scm url does not contain a valid delimiter."
error, nor the "server certificate verification failed: certificate issued
for a different hostname, issuer is not trusted "

error anymore.

Thanks.

Reply via email to