... |
... |
@@ -58,20 +58,11 @@ |
58 |
58 |
<plugins> |
59 |
59 |
|
60 |
60 |
<!-- Upload the plugin to a running FORMCYCLE server as part of the Maven build process --> |
61 |
|
- <!-- mvn clean install -DfcDeployUrl=http://localhost:8080/xima-formcycle -DfcDeployToken=admin --> |
|
61 |
+ <!-- mvn package fc-deploy:deploy -DfcDeployUrl=http://localhost:8080/xima-formcycle -DfcDeployToken=admin --> |
62 |
62 |
<plugin> |
63 |
63 |
<groupId>de.xima.fc.maven.plugin</groupId> |
64 |
64 |
<artifactId>fc-deploy-plugin-maven-plugin</artifactId> |
65 |
65 |
<version>${fc-deploy-plugin-maven-plugin.version}</version> |
66 |
|
- <executions> |
67 |
|
- <execution> |
68 |
|
- <id>upload</id> |
69 |
|
- <phase>package</phase> |
70 |
|
- <goals> |
71 |
|
- <goal>deploy</goal> |
72 |
|
- </goals> |
73 |
|
- </execution> |
74 |
|
- </executions> |
75 |
75 |
</plugin> |
76 |
76 |
|
77 |
77 |
<!-- Start a preconfigured FORMCYCLE server--> |