Commit 2b5708f
committed
fix: plugin artefacts should go in a folder without version
- jar artefacts should be grouped under a folder whose name acts as a plugin id, which means the version should
not be present in the name.
- with this patch we differentiate between plugin name (root folder) and plugin id (second level folder)1 parent 2763084 commit 2b5708f
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments