License |
License
The MIT License
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.lukegb.mojo |
ArtifactId | ArtifactIdgitdescribe-maven-plugin |
Version | Version3.0 |
Type | Typemaven-plugin |
Description |
DescriptionGit Describe Maven Plugin
This plugin is designed to give you a build number. So when you might make 100 builds of version
1.0-SNAPSHOT, you can differentiate between them all. It does this by taking the output of git describe
and saving it into a Maven build variable, so you can reference the value in your POM.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<plugin>
<groupId>com.lukegb.mojo</groupId>
<artifactId>gitdescribe-maven-plugin</artifactId>
<version>3.0</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-project | jar | 2.0.6 |
org.apache.maven : maven-settings | jar | 2.0.6 |
org.apache.maven : maven-core | jar | 2.0.6 |
org.apache.maven : maven-plugin-api | jar | 2.0.6 |
org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-9-stable-1 |
org.apache.maven.scm : maven-scm-api | jar | 1.2 |