Thanks for your reply,
This is what i have in my pom.xml
<scm>
<connection>scm|clearcase|viewName|path to my config_spec</connection>
<developerConnection/>
</scm>
and if you see the error message i posted i guess it is finding the scm
element but instead of cvs, as its seeing clearcase it needs some property
need to be set, when i googled i saw this property can be set for maven1
in project.properties, but no idea where and what need to be set for
Maven2
Thanks,
Raghu
Edwin Punzalan <[EMAIL PROTECTED]>
03/13/2006 06:59 PM
Please respond to "Maven Users List"
To: Maven Users List <[email protected]>
cc:
Subject: Re: Maven2 changelog for clearcase
The changelog plugin uses the <scm> elements available in your pom.xml.
Be sure to set it up in your pom.xml especially the developer and/or
anonymous connection strings.
^_^
[EMAIL PROTECTED] wrote:
> Hi All,
>
> Is there any sample to show how to use changelog plugin with clearcase,
>
> When i tried with
>
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>changelog-maven-plugin</artifactId>
> <version>2.0-beta-1</version>
> <configuration>
> <type>date</type>
> <dates>
> <date
> implementation="java.lang.String">2006-01-01</date>
> <date
> implementation="java.lang.String">2006-03-01</date>
> </dates>
> <dateFormat>yyyy-MM-dd</dateFormat>
> </configuration>
> </plugin>
>
>
> it threw error
>
> [INFO]
>
----------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
>
----------------------------------------------------------------------------
> [INFO] repository connection string does not specify 'cvs' as the scm
> If using another scm, maven.changelog.factory must be set.
> See the maven changelog plugin documentation for correct settings.
> [INFO]
>
----------------------------------------------------------------------------
> [INFO] Trace
> java.lang.IllegalArgumentException: repository connection string does
not
> specify 'cvs' as the scm
>
>
> so where to set this properties to what?/
>
> Any one please advise!!!
>
> Thanks,
> Raghu
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]