Alberto Fanjul Alonso created SCM-872:
-----------------------------------------
Summary: Support git-svn for buildnumber-maven-plugin
Key: SCM-872
URL: https://issues.apache.org/jira/browse/SCM-872
Project: Maven SCM
Issue Type: Bug
Components: maven-scm-provider-gitexe, maven-scm-provider-svn
Affects Versions: future
Reporter: Alberto Fanjul Alonso
I'm working to support git-svn on IDEs IntelliJ and Eclipse
https://github.com/JetBrains/intellij-community/pull/725
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315264
And I want to work on maven support too
My first goal would be to allow buildnumber-maven-plugin to work correctly.
Here the use case is:
# pom scm section is set to a svn url
# provider is set as javasvn
# repo is a git-svn clone
# Want to extract the revision number from checkout
commit 10a3ae3fc8d83532266ee1ff58694cd569935aa3 (HEAD, origin/trunk)
Author: Alberto <[email protected]>
Date: Wed Mar 7 16:11:01 2018 +0000
commit message
git-svn-id: http://svn.com@8715 2d76ea88-ba9a-4675-b1a1-0fb15de6bd4c
So here the scmVersion would be 8715
I can work on other related issues like SCM-567
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)