Use normal git, not jgit (as it's incompatible with newer git clones)
This commit is contained in:
parent
3ce3026b7c
commit
0d2bfddf7f
|
@ -34,19 +34,12 @@
|
|||
<doUpdate>false</doUpdate>
|
||||
<revisionOnScmFailure>${nonCanonicalRevision}</revisionOnScmFailure>
|
||||
<providerImplementations>
|
||||
<git>jgit</git>
|
||||
<git>git</git>
|
||||
</providerImplementations>
|
||||
<scmDirectory>../../</scmDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-provider-jgit</artifactId>
|
||||
<version>1.13.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
|
|
Loading…
Reference in New Issue