Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingster/maven-jira-mandate

maven-jira-mandate
https://github.com/kingster/maven-jira-mandate

Last synced: about 2 months ago
JSON representation

maven-jira-mandate

Awesome Lists containing this project

README

        

# maven-jira-mandate

An [maven](https://maven.apache.org/) (Apache Maven) plugin for generating [Git Hooks](http://git-scm.com/docs/githooks) to force mandate JIRA-ID in commit's.
## Add Plugin

To add maven-jira-mandate functionality to your project add the following to your `pom.xml` file:

```xml



true

libs-snapshot-local
libs-snapshot-local
http://:8081/artifactory/libs-snapshot-local



com.flipkart.jira
maven-jira-mandate
1.0.0-SNAPSHOT
false

BRO




run




```

## Committing Changes

```bash
git commit -m "BRO-XX "
git commit -m "BRO-XX: "
```