You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ra...@jpmchase.com on 2006/03/13 21:27:35 UTC

Maven2 changelog for clearcase

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 

Re: Maven2 changelog for clearcase

Posted by Edwin Punzalan <ep...@exist.com>.
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.


^_^



raghurajan.x.gurunathan@jpmchase.com 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org