| ... |
... |
@@ -144,7 +144,7 @@ |
| 144 |
144 |
: Optional. This is displayed in the UI when the plugin version is a SNAPSHOT. |
| 145 |
145 |
|
| 146 |
146 |
{{info}} |
| 147 |
|
-Up until and include version 7.x of {{formcycle/}}, {{code}}Implementation-Title{{/code}} with the same value as {{code}}Plugin-Key{{/code}} is also required. |
|
147 |
+Up until and including version 7.x of {{formcycle/}}, {{code}}Implementation-Title{{/code}} with the same value as {{code}}Plugin-Key{{/code}} is also required. |
| 148 |
148 |
{{/info}} |
| 149 |
149 |
|
| 150 |
150 |
You can use the //maven-assembly-plugin// to add these entries to the manifest. |
| ... |
... |
@@ -252,7 +252,7 @@ |
| 252 |
252 |
|
| 253 |
253 |
{{code language="xml"}} |
| 254 |
254 |
<properties> |
| 255 |
|
- <fc-deploy-plugin-maven-plugin.version>7.0.1<fc-deploy-plugin-maven-plugin.version/> |
|
255 |
+ <fc-deploy-plugin-maven-plugin.version>7.0.1</fc-deploy-plugin-maven-plugin.version> |
| 256 |
256 |
<build> |
| 257 |
257 |
<plugins> |
| 258 |
258 |
<plugin> |
| ... |
... |
@@ -316,3 +316,5 @@ |
| 316 |
316 |
|
| 317 |
317 |
This command works even in a directory without a Maven project. When no {{formcycle/}} version is given, a default one is used. |
| 318 |
318 |
|
|
319 |
+For advanced usage, see the [[README.md>>attach:README-FC-SERVER.md||rel="__blank"]]. |
|
320 |
+ |