Änderungen von Dokument Plugin-Entwicklung
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Anhänge (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -268,7 +268,7 @@ 268 268 mvn package fc-server:run-ms-war -DxfcVersion=7.0.10 269 269 {{/code}} 270 270 271 -Nach kurzer Wartezeit (beim ersten Mal kann es länger dauern) ist dann ein {{formcycle/}}-Server gestartet. Die URL steht am Ende in der Kommandozeile, standardmäßig http://localhost:8080/xima-formcycle Der Zugang für den Superadmin ist {{code language="plaintext"}}sadmin{{/code}} (Passwort {{code language="plaintext"}}admin{{/code}}), der Zugang für den Mandantadministrator {{code language="plaintext"}}admin{{/code}} (Passwort {{code language="plaintext"}}/admin_{{/code}}).271 +Nach kurzer Wartezeit (beim ersten Mal kann es länger dauern) ist dann ein {{formcycle/}}-Server gestartet. Die URL steht am Ende in der Kommandozeile, standardmäßig http://localhost:8080/xima-formcycle 272 272 273 273 Dies funktioniert auch in einem Ordner ohne Maven-Projekt. Falls keine {{formcycle/}} angegeben ist, wird eine Standard-Version genommen. Wird der Befehl innerhalb eines Plugin-Maven-Projekts ausgeführt, wird versucht, die Version von {{formcycle/}} aus dem Plugin-Projekt auszulesen. 274 274
- pom.xml
-
- Größe
-
... ... @@ -1,1 +1,1 @@ 1 -5. 7KB1 +5.9 KB - Inhalt
-
... ... @@ -58,11 +58,20 @@ 58 58 <plugins> 59 59 60 60 <!-- Upload the plugin to a running FORMCYCLE server as part of the Maven build process --> 61 - <!-- mvn packagefc-deploy:deploy-DfcDeployUrl=http://localhost:8080/xima-formcycle -DfcDeployToken=admin -->61 + <!-- mvn clean install -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> 66 66 </plugin> 67 67 68 68 <!-- Start a preconfigured FORMCYCLE server-->