You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@ maven git commit id plugin
2
2
==================================
3
3
4
4
[](https://gitter.im/git-commit-id/maven-git-commit-id-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
git-commit-id-plugin is a plugin quite similar to https://fisheye.codehaus.org/browse/mojo/tags/buildnumber-maven-plugin-1.0-beta-4 for example but as buildnumber at the time when I started this plugin only supported CVS and SVN, something had to be done.
11
-
I had to quickly develop an git version of such a plugin. For those who don't know the previous plugins, it basically helps you to help you with the following tasks and answer related questions
10
+
git-commit-id-plugin is a plugin quite similar to [Build Number Maven Plugin](https://www.mojohaus.org/buildnumber-maven-plugin/index.html) for example but as the Build Number plugin at the time when I started this plugin only supported CVS and SVN, something had to be done.
11
+
I had to quickly develop a Git version of such a plugin. For those who don't know the plugin, it basically helps you with the following tasks and answers related questions
12
12
* Which version had the bug? Is that deployed already?
13
13
* Make your distributed deployment aware of versions
The plugin **is available from Maven Central** (<ahref="http://search.maven.org/#search%7Cga%7C1%7Cpl.project13">see here</a>), so you don't have to configure any additional repositories to use this plugin.
29
+
The plugin **is available from Maven Central** ([see here](https://search.maven.org/artifact/pl.project13.maven/git-commit-id-plugin)), so you don't have to configure any additional repositories to use this plugin.
29
30
30
-
A detailed description of using the plugin is available in the [Using the plugin](maven/docs/using-the-plugin.md)section. All you need to do in the basic setup is to include that plugin definition in your `pom.xml`.
31
-
For more advanced users we also prepared a [guide to provide a brief overview of the more advanced configurations](maven/docs/using-the-plugin.md)<a>... read on!
31
+
A detailed description of using the plugin is available in the [Using the plugin](maven/docs/using-the-plugin.md)document. All you need to do in the basic setup is to include that plugin definition in your `pom.xml`.
32
+
For more advanced users we also prepared a [guide to provide a brief overview of the more advanced configurations](maven/docs/using-the-plugin.md)... read on!
32
33
33
34
Versions
34
35
--------
35
36
The current version is **4.0.0** ([changelist](https://github.com/git-commit-id/maven-git-commit-id-plugin/issues?q=milestone%3A4.0.0)).
36
37
37
-
You can check the available versions by visiting [search.maven.org](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22pl.project13.maven%22%20AND%20a%3A%22git-commit-id-plugin%22), though using the newest is obviously the best choice.
38
+
You can check the available versions by visiting [search.maven.org](https://search.maven.org/artifact/pl.project13.maven/git-commit-id-plugin), though using the newest is obviously the best choice.
38
39
39
40
Plugin compatibility with Java
40
41
-------------------------------
@@ -45,7 +46,7 @@ Plugin compatibility with Java
45
46
| 3.0.0 | Java 1.8 |
46
47
47
48
48
-
Plugin compatibility with maven
49
+
Plugin compatibility with Maven
49
50
-----------------------------
50
51
Even though this plugin tries to be compatible with every Maven version there are some known limitations with specific versions. Here is a list that tries to outline the current state of the art:
51
52
@@ -64,7 +65,7 @@ Starting with Maven 3.1.1 any plugin version is currently compatible. Only known
64
65
Getting SNAPSHOT versions of the plugin
65
66
---------------------------------------
66
67
If you really want to use **snapshots**, here's the repository they are deployed to.
67
-
But I highly recommend using only stable versions, from maven central... :-)
68
+
But I highly recommend using only stable versions, from Maven Central... :-)
68
69
69
70
```xml
70
71
<pluginRepositories>
@@ -101,9 +102,9 @@ I'd like to give a big thanks to some of these folks, for their suggestions and
101
102
Notable happy users
102
103
===================
103
104
104
-
*[neo4j](http://www.neo4j.org/) – graph database
105
-
*[foundationdb](http://foundationdb.com) – another open source database
106
-
*[Spring Boot](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready-git-commit-information) – yes, the upstream Spring project is using us
105
+
*[neo4j](https://neo4j.com/) – graph database
106
+
*[FoundationdDB](https://www.foundationdb.org/) – another open source database
107
+
*[Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-maven) – yes, the upstream Spring project is using us
107
108
* Akamai, Sabre, EasyDITA, and many many others,
108
109
* many others I don't know of.
109
110
@@ -115,7 +116,9 @@ I'm releasing this plugin under the **GNU Lesser General Public License 3.0**.
115
116
116
117
You're free to use it as you wish, the full license text is attached in the LICENSE file.
117
118
118
-
The best way to ask for features / improvements is [via the Issues section on github - it's better than email](https://github.com/git-commit-id/maven-git-commit-id-plugin/issues) because I won't loose when I have a "million emails inbox" day,
119
+
Feature requests
120
+
================
121
+
The best way to ask for features / improvements is [via the Issues section on GitHub - it's better than email](https://github.com/git-commit-id/maven-git-commit-id-plugin/issues) because I won't loose when I have a "million emails inbox" day,
119
122
and maybe someone else has some idea or would like to upvote your issue.
0 commit comments