You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-users@maven.apache.org by eyal edri <ey...@gmail.com> on 2010/01/28 15:39:37 UTC

connectionUrl to accurev provider

i'm trying to use the accurev provider plugin:

 <plugin>
          <groupId>org.apache.maven.scm</groupId>
          <artifactId>maven-scm-provider-accurev</artifactId>
          <version>1.3</version>
          <configuration>
                <connectionUrl></connectionUrl>
          </configuration>
        </plugin>

i understood the connectionUrl has been changed since ISSUE 445?

i can't find an example anywhere, can someone help with an example of
configuration including the connection url?

for the scm/release plugin to work.

thanks!


-- 
Eyal Edri

connectionUrl to accurev provider

Posted by eyal edri <ey...@gmail.com>.
> i'm trying to use the accurev provider plugin:
>
>  <plugin>
>           <groupId>org.apache.maven.scm</groupId>
>           <artifactId>maven-scm-provider-accurev</artifactId>
>           <version>1.3</version>
>           <configuration>
>                 <connectionUrl></connectionUrl>
>           </configuration>
>         </plugin>
>
> i understood the connectionUrl has been changed since ISSUE 445?
>
> i can't find an example anywhere, can someone help with an example of
> configuration including the connection url?
>
> for the scm/release plugin to work.
>
> thanks!
>
>
> --
> Eyal Edri
>