... |
... |
@@ -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. |