This is with mvn release:post.
You mean like this? That still doesn't seem to work for me. :-(
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<extensions>true</extensions>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.3</version>
</dependency>
<dependency>
Damon.
On 5 May 2010 12:52, Anders Hammar <[email protected]> wrote:
> What Maven command are you executing when you experiencing this issue?
> Are you executing a scm goal? In that case, try setting the maven-scm-plugin
> to version 1.3 in the pluginDependency section instead. That should give you
> the right provider (1.3) automagically, AFAIK.
>
> /Anders
>
> On Wed, May 5, 2010 at 02:51, Damon Rand <[email protected]> wrote:
>>
>> Hi,
>>
>> I'm trying to use 1.3 of the gitexe scm extension but I'm stuck on
>> 1.1.. I've tried forcing
>> this in the extensions section..
>>
>> <extensions>
>> <extension>
>> <groupId>org.apache.maven.wagon</groupId>
>> <artifactId>wagon-scm</artifactId>
>> <version>1.0-beta-6</version>
>> </extension>
>> <extension>
>> <groupId>org.apache.maven.scm</groupId>
>> <artifactId>maven-scm-manager-plexus</artifactId>
>> <version>1.3</version>
>> </extension>
>> <extension>
>> <groupId>org.apache.maven.scm</groupId>
>> <artifactId>maven-scm-provider-svnexe</artifactId>
>> <version>1.1</version> <!-- Nothing above 1.1
>> works for me right now -->
>> </extension>
>> <extension>
>> <groupId>org.apache.maven.scm</groupId>
>> <artifactId>maven-scm-provider-gitexe</artifactId>
>> <version>1.3</version>
>> </extension>
>>
>> And in plugin dependencies..
>>
>> <plugins>
>> <plugin>
>> <groupId>org.apache.maven.plugins</groupId>
>> <artifactId>maven-scm-plugin</artifactId>
>> <version>1.3</version>
>> <extensions>true</extensions>
>> <dependencies>
>> <dependency>
>> <groupId>org.apache.maven.scm</groupId>
>> <artifactId>maven-scm-providers</artifactId>
>> <version>1.3</version>
>> </dependency>
>> <dependency>
>> <groupId>org.apache.maven.scm</groupId>
>> <artifactId>maven-scm-provider-gitexe</artifactId>
>> <version>1.3</version>
>> </dependency>
>> <dependency>
>> <groupId>org.apache.maven.scm</groupId>
>> <artifactId>maven-scm-provider-git-commons</artifactId>
>> <version>1.3</version>
>> </dependency>
>> </dependencies>
>> </plugin>
>> </plugins>
>>
>> But no matter what I do it uses 1.1 which has a bug..
>>
>> Any ideas?
>>
>> Regards,
>> Damon.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]