Skip to content

Commit 6f9d1aa

Browse files
author
TheSnoozer
committed
attempt to fix issues in generated github pages
1 parent d9c4f9d commit 6f9d1aa

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ You can check the available versions by visiting [search.maven.org](https://sear
5151

5252
Plugin compatibility with Java
5353
-------------------------------
54+
Here is an overview of the current plugin compatibility with Java
55+
5456
| Plugin Version | Required Java Version |
5557
| --------------- | ---------------------:|
5658
| 2.1.X | Java 1.6 |

docs/use-cases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Use cases
22
=========
3+
34
Which version had the bug? Is that deployed already?
45
----------------------------------------------------
56
If you develop your maven project inside an git repository you may want to know exactly what changeset is currently deployed. Why is this useful?

docs/using-the-plugin.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,8 @@ You can also change the default phase of each execution by adding a `phase` defi
881881
Generated properties
882882
---------------------
883883

884+
Here is an overview of the set of properties that can be generated by the plugin.
885+
884886
| generated property | description |
885887
| ----------------------------- | ----------------------------------------|
886888
|`git.branch` | Represents the current branch name. Falls back to commit-id for detached HEAD. Note: When an user uses the `evaluateOnCommit` property to gather the branch for an arbitrary commit (really anything besides the default `HEAD`) this plugin will perform a `git branch --points-at` which might return a comma separated list of branch names that points to the specified commit. |

0 commit comments

Comments
 (0)