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
+28-10Lines changed: 28 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,17 +67,29 @@ Plugin compatibility with Maven
67
67
-----------------------------
68
68
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:
| Maven 3.X | any | The plugin requires at least a maven 3.1.0-alpha-1 |
91
+
| Maven 4.X | from v2.1.14 ||
78
92
79
-
Note:
80
-
As an example -- this table should be read as: For `Maven 3.1.0``any` Plugin Version should work, besides the ones listed in the `Notes` have the limitations listed.
81
93
82
94
Plugin compatibility with EOL Maven version
83
95
-----------------------------
@@ -90,6 +102,12 @@ The following information is made available for reference.
90
102
| Maven 2.2.1 | up to 2.2.6 | Maven 2 is EOL |
91
103
| Maven 3.0.X | up to 4.0.5 | git-commit-id-plugin:2.1.14, 2.1.15, 2.2.0, 2.2.1, 2.2.3 doesn't work -- requires maven version 3.1.1 |
92
104
| Maven 3.0.X | up to 4.0.5 | For git-commit-id-plugin 2.2.4 or higher: works, but failed to load class "org.slf4j.impl.StaticLoggerBinder" |
105
+
| Maven 3.1.0 | any | git-commit-id-plugin:2.1.14, 2.1.15, 2.2.0, 2.2.1, 2.2.3 doesn't work -- requires maven version 3.1.1 |
106
+
| Maven 3.3.1 | any | git-commit-id-plugin:2.1.14 doesn't work |
107
+
| Maven 3.3.3 | any | git-commit-id-plugin:2.1.14 doesn't work |
108
+
109
+
Note:
110
+
As an example -- this table should be read as: For `Maven 3.1.0``any` Plugin Version should work, besides the ones listed in the `Notes` have the limitations listed.
0 commit comments