Skip to content

Commit

Permalink
Removed mentions of the distribution and sample profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Feb 3, 2016
1 parent 1facd27 commit 51b210c
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,19 +196,7 @@ $ mvn clean install
To build a distribution with Wildfly and Keycloak, use:
[source,bash]
----
$ mvn clean install -Pdistribution
----

To build all modules, including sample and distribution, use:
[source,bash]
----
$ mvn clean install -Pdistribution,sample
----

To build all modules, including sample and distribution and additionally run the integration tests:
[source,bash]
----
$ mvn clean install -Psample,itest
$ mvn clean install
----

== Releasing
Expand All @@ -219,7 +207,7 @@ permissions to the GitHub repository and execute the following:
[source,bash]
----
mvn clean
mvn release:prepare release:perform -Psample,itest -DautoVersionSubmodules=true
mvn release:prepare release:perform -DautoVersionSubmodules=true
----

And accept all the default values (for versions and tags).
Expand Down

0 comments on commit 51b210c

Please sign in to comment.