Merge pull request #2621 from abstractj/minor-fix-master

There's no such profile for this example (master)
This commit is contained in:
Stian Thorgersen 2016-04-14 07:02:43 +02:00
commit 5c4bcdce57

View file

@ -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: 3. Type this command to build and deploy the archive:
For EAP 6: mvn clean package jboss-as:deploy 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. 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. 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:sources
mvn dependency:resolve -Dclassifier=javadoc mvn dependency:resolve -Dclassifier=javadoc