From f103480518e4e427feb329f11ce0c10d3da2d9d2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 13 Apr 2016 14:10:22 -0300 Subject: [PATCH] There's no such profile for this example --- examples/broker/saml-broker-authentication/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/broker/saml-broker-authentication/README.md b/examples/broker/saml-broker-authentication/README.md index c276495de21..d3130014c4e 100755 --- a/examples/broker/saml-broker-authentication/README.md +++ b/examples/broker/saml-broker-authentication/README.md @@ -188,7 +188,7 @@ _NOTE: The following build command assumes you have configured your Maven user s 3. Type this command to build and deploy the archive: For EAP 6: mvn clean package jboss-as:deploy - For WildFly: mvn -Pwildfly clean package wildfly:deploy + For WildFly: mvn clean package wildfly:deploy 4. This will deploy `target/saml-broker-authentication.war` to the running instance of the server. @@ -216,4 +216,4 @@ Debug the Application If you want to debug the source code or look at the Javadocs of any library in the project, run either of the following commands to pull them into your local repository. The IDE should then detect them. mvn dependency:sources - mvn dependency:resolve -Dclassifier=javadoc \ No newline at end of file + mvn dependency:resolve -Dclassifier=javadoc