We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc271d commit 4cfa93eCopy full SHA for 4cfa93e
1 file changed
melting-pot.sh
@@ -391,7 +391,8 @@ pomValue() {
391
392
# Gets the SCM URL for the given GAV.
393
scmURL() {
394
- pomValue "$1" project scm connection | sed -E 's/^scm:git://'
+ pomValue "$1" project scm connection | sed 's/^scm:git://' |
395
+ sed 's_git:\(//github.com/\)_https:\1_'
396
}
397
398
# Gets the SCM tag for the given GAV.
0 commit comments