You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ti...@aon.com on 2004/03/19 19:04:35 UTC

Using Subversion with Maven?

Greetings,

I'm trying to switch over to Subversion, and am hitting problems with the 
repository connection string in project.xml

I've tried something to the likes of: <connection>scm:svn:http:<my svn 
servers ip address>:/url/to/repo:module</connection>

Unfortunately the process dies with the following:
------------------------------------
checkstyle:report:

    [echo] Generating the Change Log...
maven-changelog-plugin:report:
    [echo] Generating the changelog report

BUILD FAILED
File...... file:/root/.maven/plugins/maven-changelog-plugin-1.3/
Element... changelog:changelog
Line...... 64
Column.... 15
repository connection string does not specify 'cvs' as the scm
--------------------------------------


I'm using Maven 1.0-rc1-SNAPSHOT.

Many thanks!

Tim

Re: Using Subversion with Maven?

Posted by Emmanuel Venisse <em...@venisse.net>.
You must define the factory (maven.changelog.factory property) in your
project.properties

----- Original Message ----- 
From: <Ti...@aon.com>
To: <us...@maven.apache.org>
Sent: Friday, March 19, 2004 7:04 PM
Subject: Using Subversion with Maven?


> Greetings,
>
> I'm trying to switch over to Subversion, and am hitting problems with the
> repository connection string in project.xml
>
> I've tried something to the likes of: <connection>scm:svn:http:<my svn
> servers ip address>:/url/to/repo:module</connection>
>
> Unfortunately the process dies with the following:
> ------------------------------------
> checkstyle:report:
>
>     [echo] Generating the Change Log...
> maven-changelog-plugin:report:
>     [echo] Generating the changelog report
>
> BUILD FAILED
> File...... file:/root/.maven/plugins/maven-changelog-plugin-1.3/
> Element... changelog:changelog
> Line...... 64
> Column.... 15
> repository connection string does not specify 'cvs' as the scm
> --------------------------------------
>
>
> I'm using Maven 1.0-rc1-SNAPSHOT.
>
> Many thanks!
>
> Tim
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org