File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1313 <version >2.2.1-SNAPSHOT</version >
1414 <name >Git Commit Id Plugin Maven Mojo</name >
1515 <description >
16- git-commit-id-plugin is a plugin quite similar to
17- https://fisheye.codehaus.org/browse/mojo/tags/buildnumber-maven-plugin-1.0-beta-4 for example but as buildnumber at
18- the time when I started this plugin only supported CVS and SVN, something had to be done.
1916 This plugin makes basic repository information available through maven resources. This can be used to display
2017 "what version is this?" or "who has deployed this and when, from which branch?" information at runtime - making
2118 it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and
2219 developers life easier.
2320
21+ git-commit-id-plugin is quite similar to
22+ https://fisheye.codehaus.org/browse/mojo/tags/buildnumber-maven-plugin-1.0-beta-4 for example but as buildnumber at
23+ the time when I started this plugin only supported CVS and SVN, something had to be done.
24+
2425 The data currently exported is like this (that's the end effect from the GitRepositoryState Bean):
2526 {
2627 "branch" : "testing-maven-git-plugin",
3637 "buildUserEmail" : "konrad.malawski@java.pl"
3738 }
3839
39- Note that the data is exported via maven resource filtering and is really easy to use with spring -
40+ Note that the data is exported via maven resource filtering and is really easy to use with Spring -
4041 which I've explained in detail in this readme https://github.com/ktoso/maven-git-commit-id-plugin
4142 </description >
4243 <url >http://www.blog.project13.pl</url >
You can’t perform that action at this time.
0 commit comments