If you want to use the new version, take the code attached to issue, bump
parent version to 1.3 and change the artifact version to 1.4-SNAPSHOT
then build and install to your local repository.
Then in your project pom add this as a dependency to the maven-scm-plugin
as follows.
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-accurev</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
<plugins>
</build>
On Wed, 21 Apr 2010 15:56:50 +0300, eyal edri <[email protected]> wrote:
> Anyone has used accurev + scm plugin yet?
>
> i know issue 445 on the scm-accurev-provider should fix most problems
once
> ver 1.4 is due,
> is there any way i can use the plugin in the meantime and test connection
> to
> the accurev server?
>
>
> thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]