g

gmantra-maven-plugin

Maven plugin that enforces git branch names and commit messages follow specified patterns
https://github.com/ciechanowiec/gmantra
MIT No Attribution
${project.developer.name}
Files download
File Operation
gmantra-maven-plugin-1.0.0.jar download
gmantra-maven-plugin-1.0.0.pom download
gmantra-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.ciechanowiec</groupId>
  <artifactId>gmantra-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'eu.ciechanowiec:gmantra-maven-plugin:1.0.0'
Gradle Kotlin
implementation("eu.ciechanowiec:gmantra-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "eu.ciechanowiec" % "gmantra-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.ciechanowiec', module='gmantra-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="eu.ciechanowiec" name="gmantra-maven-plugin" rev="1.0.0" />
Leiningen
[eu.ciechanowiec/gmantra-maven-plugin "1.0.0"]
Apache Buildr
'eu.ciechanowiec:gmantra-maven-plugin:jar:1.0.0'