Hey,

the good news: I got rid of the message
the bad news: I have no clue if it really executes my clearcase command. I've put a debug string in there, but it is never printed. I used getLogger().debug(), getLogger().info() and getLogger().error(). I also tried with mvn -X, but never ever I saw something printed.
Somehow it has to come through my code, otherwise I will still get the error message.

any ideas?

regards,

Wim

2005/11/18, Emmanuel Venisse <[EMAIL PROTECTED]>:
Great.

Personnally, i prefer to not get this message ;-)

Emmanuel

Wim Deblauwe a écrit :
> Thanks a million, I now get "status not implemented", which is what I
> wanted (well, until I've implemented it ofcourse) :)
>
> regards,
>
> Wim
>
> 2005/11/18, Emmanuel Venisse <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED] >>:
>
>     Add this in release plugin pom.xml :
>
>          <dependency>
>            <groupId>org.apache.maven.scm</groupId>
>            <artifactId>maven-scm-provider-clearcase</artifactId>
>            <version> 1.0-beta-2-SNAPSHOT</version>
>          </dependency>
>
>     Other solution (if you don't want to modify release plugin pom now)
>     is to add it in
>     release plugin configuration in your project
>
>     <build>
>        ...
>        <plugins>
>          <plugin>
>            <artifactId>maven-release-plugin</artifactId>
>            <dependencies>
>              <dependency>
>                <groupId>org.apache.maven.scm </groupId>
>                <artifactId>maven-scm-provider-svn</artifactId>
>                <version>1.0-alpha-4</version>
>              </dependency>
>            </dependencies>
>          </plugin>
>        </plugins>
>        ...
>     </build>
>     Emmanuel
>
>     Wim Deblauwe a écrit :
>      > Do you have a small example on how to do that? I was looking at
>      > http://maven.apache.org/plugins/maven-release-plugin/ but I can't
>     seem
>      > to find info on adding a new provider there.
>      >
>      > regards,
>      >
>      > Wim
>      >
>      > 2005/11/17, Brett Porter < [EMAIL PROTECTED]
>     <mailto: [EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>:
>      >
>      >     You can also add it within the plugin tag in your pom
>      >
>      >     Emmanuel Venisse wrote:
>      >      > you need to update the release plugin pom and rebuild it.
>      >      >
>      >      > you need for release plugin tag, checkin, checkout, update
>     remove
>      >     and
>      >      > status commands.
>      >      >
>      >      > Emmanuel
>      >      >
>      >
>      >
>
>


Reply via email to