Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kingster/maven-jira-mandate
- Owner: kingster
- License: mit
- Created: 2015-09-22T16:50:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T05:54:50.000Z (over 3 years ago)
- Last Synced: 2024-10-13T05:26:31.289Z (3 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 PluginTo 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: "
```