... |
... |
@@ -239,7 +239,7 @@ |
239 |
239 |
<executions> |
240 |
240 |
<execution> |
241 |
241 |
<id>upload</id> |
242 |
|
- <phase>install</phase> |
|
242 |
+ <phase>package</phase> |
243 |
243 |
<goals> |
244 |
244 |
<goal>deploy</goal> |
245 |
245 |
</goals> |
... |
... |
@@ -253,7 +253,7 @@ |
253 |
253 |
Sofern das Deploy-Plugin bereits in {{formcycle/}} installiert ist, kann das Plugin-Projekt dann beim Bauen wie folgt hochgeladen werden: |
254 |
254 |
|
255 |
255 |
{{code language="bash"}} |
256 |
|
-mvn clean install -DfcDeployUrl=http://localhost:8080/xima-formcycle -DfcDeployToken=admin |
|
256 |
+mvn package -DfcDeployUrl=http://localhost:8080/xima-formcycle -DfcDeployToken=admin |
257 |
257 |
{{/code}} |
258 |
258 |
|
259 |
259 |
Wird Eclipse benutzt, kann auch eine Launch-Configuration mit den //fcDeployUrl// und dem //fcDeployToken// angelegt werden. |