Registry / build-tool / maven-scm-provider-gitexe

maven-scm-provider-gitexe

JSON →
library2.2.1javamavenunverified

Maven SCM provider for Git that relies on the Git command-line interface.

<dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>2.2.1</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-SCM-PROVIDER
M
maven-scm-provider-gitexe
build-tooljavav2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GitExeScmProvider
org.apache.maven.scm.provider.git.gitexe.GitExeScmProvider

Instantiate and use the GitExeScmProvider.

import org.apache.maven.scm.provider.git.gitexe.GitExeScmProvider; public class Example { public static void main(String[] args) { GitExeScmProvider provider = new GitExeScmProvider(); System.out.println(provider.getScmType()); } }
Debug
Known issues
gotchaRequires Git CLI installed on the system.
fix
Ensure 'git' command is available in PATH.
affects: *
Upgrade
Version history
2.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
OpenAI (training)
1
Resources