You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ralph Pöllath <li...@poellath.org> on 2005/01/27 14:31:32 UTC

accessing subverson repository

Hi,

I'm using maven 1.0.2, and would like the changelog, develper and file 
activity to include info from a subverson repository (accessible via 
http).

I tried the several suggestions from 
<http://wiki.codehaus.org/maven/MavenSubversion>, but whenever I 
include the repository tag in my POM, maven complains:

> BUILD FAILED
> File...... ~/.maven/cache/maven-changelog-plugin-1.7.1/plugin.jelly
> Element... changelog:changelog
> Line...... 83
> Column.... 15
> repository connection string does not specify 'cvs' as the scm
> Total time: 24 seconds
> Finished at: Thu Jan 27 14:27:23 CET 2005

Isn't svn supported at all? Line 83 isn't even close to to repository 
tag, it's part of a multiline comment.

Can anyone help?

Thanks,
-Ralph.


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


Re: accessing subverson repository

Posted by Ralph Pöllath <li...@poellath.org>.
Thanks Brett,

maven 
-Dmaven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory 
site

works like a charm. I promise to check the reference first next time.

Cheers,
-Ralph.

On 27.01.2005, at 14:37, Brett Porter wrote:
> Sorry, the changelog plugin isn't yet honouring the URL for which
> generator to use.
>
> http://maven.apache.org/reference/plugins/changelog/
>
> See "Specifying the SCM".
>
> - Brett
>
>
> On Thu, 27 Jan 2005 14:31:32 +0100, Ralph Pöllath <li...@poellath.org> 
> wrote:
>> Hi,
>>
>> I'm using maven 1.0.2, and would like the changelog, develper and file
>> activity to include info from a subverson repository (accessible via
>> http).
>>
>> I tried the several suggestions from
>> <http://wiki.codehaus.org/maven/MavenSubversion>, but whenever I
>> include the repository tag in my POM, maven complains:
>>
>>> BUILD FAILED
>>> File...... ~/.maven/cache/maven-changelog-plugin-1.7.1/plugin.jelly
>>> Element... changelog:changelog
>>> Line...... 83
>>> Column.... 15
>>> repository connection string does not specify 'cvs' as the scm
>>> Total time: 24 seconds
>>> Finished at: Thu Jan 27 14:27:23 CET 2005
>>
>> Isn't svn supported at all? Line 83 isn't even close to to repository
>> tag, it's part of a multiline comment.
>>
>> Can anyone help?
>>
>> Thanks,
>> -Ralph.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


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


Re: accessing subverson repository

Posted by Brett Porter <br...@gmail.com>.
Sorry, the changelog plugin isn't yet honouring the URL for which
generator to use.

http://maven.apache.org/reference/plugins/changelog/

See "Specifying the SCM".

- Brett


On Thu, 27 Jan 2005 14:31:32 +0100, Ralph Pöllath <li...@poellath.org> wrote:
> Hi,
> 
> I'm using maven 1.0.2, and would like the changelog, develper and file
> activity to include info from a subverson repository (accessible via
> http).
> 
> I tried the several suggestions from
> <http://wiki.codehaus.org/maven/MavenSubversion>, but whenever I
> include the repository tag in my POM, maven complains:
> 
> > BUILD FAILED
> > File...... ~/.maven/cache/maven-changelog-plugin-1.7.1/plugin.jelly
> > Element... changelog:changelog
> > Line...... 83
> > Column.... 15
> > repository connection string does not specify 'cvs' as the scm
> > Total time: 24 seconds
> > Finished at: Thu Jan 27 14:27:23 CET 2005
> 
> Isn't svn supported at all? Line 83 isn't even close to to repository
> tag, it's part of a multiline comment.
> 
> Can anyone help?
> 
> Thanks,
> -Ralph.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

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