diff --git a/extension/action-token-authenticator/README.md b/extension/action-token-authenticator/README.md index a551ed612..f6141941a 100644 --- a/extension/action-token-authenticator/README.md +++ b/extension/action-token-authenticator/README.md @@ -46,7 +46,7 @@ Build and Deploy the Quickstart To build the provider, run the following maven command: ```` - mvn clean install + mvn -Pextension -DskipTests clean install ```` To install the provider, copy the `target/action-token-example.jar` JAR file to the `providers` directory of the server distribution. @@ -85,9 +85,9 @@ Integration test of the Quickstart 1. Make sure you have an Keycloak server running with an admin user in the `master` realm or use the provided docker image. Also make sure that server was started with the parameters as described above 2. You need to have Chrome browser installed and updated to the latest version -3. Run `mvn clean install -Djakarta` +3. Run `mvn -Pextension clean install` -After running the above command, the WAR file will be located in +After running the above command, the WAR file to deploy the external service will be located in `target/deployments/wildfly_action-token-responder-example_action-token-responder-example.war`. Among other things, the test did 2 things: diff --git a/extension/action-token-required-action/README.md b/extension/action-token-required-action/README.md index ada15aa75..fd6bda25c 100644 --- a/extension/action-token-required-action/README.md +++ b/extension/action-token-required-action/README.md @@ -45,7 +45,7 @@ Build and Deploy the Quickstart To build the provider, run the following maven command: ```` - mvn clean install + mvn -Pextension clean install ```` To install the provider, copy the `target/action-token-req-action-example.jar` JAR file to the `providers` directory of the server distribution. @@ -84,7 +84,7 @@ Integration test of the Quickstart 1. Make sure you have an Keycloak server running with an admin user in the `master` realm or use the provided docker image. Also make sure that server was started with the parameters as described above 2. You need to have Chrome browser installed and updated to the latest version -3. Run `mvn clean install -Djakarta` +3. Run `mvn -Pextension clean install` After running the above command, the WAR file will be located in `target/deployments/wildfly_action-token-responder-example_action-token-responder-example.war`. diff --git a/extension/event-listener-sysout/README.md b/extension/event-listener-sysout/README.md index 53faeb5c9..4d3ad5e6e 100644 --- a/extension/event-listener-sysout/README.md +++ b/extension/event-listener-sysout/README.md @@ -30,7 +30,7 @@ Build and Deploy the Quickstart To build the provider, run the following maven command: ```` - mvn clean install + mvn -Pextension clean install ```` To install the provider, copy the target/event-listener-sysout.jar JAR file to the `providers` directory of the server distribution. diff --git a/extension/event-store-mem/README.md b/extension/event-store-mem/README.md index 50d5b63a0..9fc302e5f 100644 --- a/extension/event-store-mem/README.md +++ b/extension/event-store-mem/README.md @@ -43,7 +43,7 @@ Build and Deploy the Quickstart To build the provider, run the following maven command: ```` - mvn clean install + mvn -Pextension clean install ```` To install the provider, copy the target/event-store-mem.jar JAR file to the `providers` directory of the server distribution. diff --git a/extension/extend-account-console/README.md b/extension/extend-account-console/README.md index 91ba5e524..89e644087 100644 --- a/extension/extend-account-console/README.md +++ b/extension/extend-account-console/README.md @@ -38,7 +38,7 @@ Configuration in Keycloak To build the provider, run the following maven command: ```` - mvn clean install + mvn -Pextension clean install ```` To install the provider, copy the `target/keycloak-man-theme.jar` JAR file to the `providers` directory of the server distribution. diff --git a/extension/user-storage-jpa/README.md b/extension/user-storage-jpa/README.md index 40c672641..a77e27036 100755 --- a/extension/user-storage-jpa/README.md +++ b/extension/user-storage-jpa/README.md @@ -36,7 +36,7 @@ you make sure the persistence unit will be using the correct datasource. To build the provider, run the following maven command: ```` - mvn clean install + mvn -Pextension clean install ```` To install the provider, copy the target/user-storage-jpa-example.jar JAR file to the `providers` directory of the server distribution. diff --git a/extension/user-storage-simple/README.md b/extension/user-storage-simple/README.md index 6505a34b3..8e0a2d51e 100755 --- a/extension/user-storage-simple/README.md +++ b/extension/user-storage-simple/README.md @@ -42,7 +42,7 @@ Build and Deploy the Quickstart To build the provider, run the following maven command: ```` - mvn clean install + mvn -Pextension clean install ```` To install the provider, copy the target/user-storage-properties-example.jar JAR file to the `providers` directory of the server distribution.