MVN

org.gemoc.git-sync-tools : sync-git-submodules-branches-plugin

Maven & Gradle

Apr 26, 2022
2 stars

sync-git-submodules-branches Maven Plugin · Plugin allowing to create/delete/synchronize branches according to git submodule branches

<plugin>
    <groupId>org.gemoc.git-sync-tools</groupId>
    <artifactId>sync-git-submodules-branches-plugin</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gemoc.git-sync-tools : sync-git-submodules-branches-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of org.gemoc.git-sync-tools : sync-git-submodules-branches-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
sync-git-submodules-branches-plugin-1.0.4
sync-git-submodules-branches-plugin-1.0.3
sync-git-submodules-branches-plugin-1.0.2
sync-git-submodules-branches-plugin-1.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.gemoc.git-sync-tools</groupId>
    <artifactId>sync-git-submodules-branches-plugin</artifactId>
    <version>1.0.4</version>
</plugin>