Änderungen von Dokument Plugin-Entwicklung


Von Version 10.1
bearbeitet von awa
am 25.02.2022, 22:48
Änderungskommentar: Neuen Anhang pom.xml hochladen
Auf Version 9.2
bearbeitet von awa
am 25.02.2022, 22:25
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

pom.xml
Größe
... ... @@ -1,1 +1,1 @@
1 -5.7 KB
1 +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 package fc-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-->