MVN

com.github.gastaldi : git-sparse-checkout-plugin

Maven & Gradle

May 11, 2020
5 stars

git-sparse-checkout-plugin · A Maven plugin to perform a sparse checkout (fetch only a subtree) from a given Git repository

<plugin>
    <groupId>com.github.gastaldi</groupId>
    <artifactId>git-sparse-checkout-plugin</artifactId>
    <version>1.0.0.Alpha3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gastaldi : git-sparse-checkout-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.Alpha3
  • Latest Alpha: 1.0.0.Alpha3

All Versions

Choose a version of com.github.gastaldi : git-sparse-checkout-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
git-sparse-checkout-plugin-1.0.0.Alpha3
git-sparse-checkout-plugin-1.0.0.Alpha2
git-sparse-checkout-plugin-1.0.0.Alpha1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.gastaldi</groupId>
    <artifactId>git-sparse-checkout-plugin</artifactId>
    <version>1.0.0.Alpha3</version>
</plugin>

Advertisement