From c518ee0f8a5a2aec4de21f5d0127c858bb0d1568 Mon Sep 17 00:00:00 2001 From: Codrin Bucur Date: Tue, 25 Jun 2019 11:47:58 +0200 Subject: [PATCH] Adjusted per suggestion by @pedroigor Adjusted per suggestion by @pedroigor --- authorization_services/topics/hello-world-deploy.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/authorization_services/topics/hello-world-deploy.adoc b/authorization_services/topics/hello-world-deploy.adoc index 35627b7935..89bd0e2519 100644 --- a/authorization_services/topics/hello-world-deploy.adoc +++ b/authorization_services/topics/hello-world-deploy.adoc @@ -65,10 +65,11 @@ This change specifies to the policy enforcer to redirect users to a `/app-authz- To build and deploy the application execute the following command: -```bash -$ cd keycloak-quickstarts/app-authz-jee-vanilla +[source, subs="attributes"] +---- +$ cd {quickstartRepo_dir}/app-authz-jee-vanilla $ mvn clean package wildfly:deploy -``` +---- == Testing the Application