Von Version < 1.30 >
bearbeitet von awa
am 12.03.2020, 15:43
Auf Version < 1.32 >
bearbeitet von awa
am 12.03.2020, 15:53
< >
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -510,7 +510,7 @@
510 510   </configuration>
511 511   </plugin>
512 512  
513 - <!-- If using the maven-assembly-plugin -->
513 + <!-- If using the maven-assembly-plugin -->
514 514   <plugin>
515 515   <groupId>org.apache.maven.plugins</groupId>
516 516   <artifactId>maven-assembly-plugin</artifactId>
... ... @@ -547,10 +547,10 @@
547 547   </build>
548 548  {{/code}}
549 549  
550 -Now you can build the plugin via maven. The deploy maven plugin is activated as soon as you specify the property //fcDeployUrl//. You should also specify the client ID and, if neccessary, the token:
550 +Nun kann das Plugin über Maven gebaut und hochgeladen werden. Die URL auf {{formcycle/}}, die Mandant-ID und das Token (Passwort) wird dynamisch über Parameter an Maven übergeben:
551 551  
552 552  {{code language="bash"}}
553 553  mvn clean install -DfcDeployUrl="http://localhost:8080/xima-formcycle" -DfcDeployClientId="1" -DfcDeployToken="admin"
554 554  {{/code}}
555 555  
556 -Note: An IDE such as Eclipse or IntelliJ let you create a build configuration for you plugin project where you only need to enter the parameters //fcDeployUrl//, //fcDeployClientId//, and //fcDeployToken// once.
556 +Hinweis: IDE wie Eclipse und IntelliJ erlauben es, eine Build-Konfiguration für das Plugin-Projekt zu erstellen, wo die Parameter //fcDeployUrl//, //fcDeployClientId// und //fcDeployToken// hinterlegt werden können.
Copyright 2000-2025