Skip to content

Commit

Permalink
KEYCLOAK-7641 Add details on how to build server-only, including some…
Browse files Browse the repository at this point in the history
… fixes to poms
  • Loading branch information
stianst committed Jun 18, 2018
1 parent 2f366b0 commit e98fcfe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ To build the distribution run:

Once completed you will find distribution archives in `distribution`.

To build only the server run:

mvn -Pdistribution -pl distribution/server-dist -am -Dmaven.test.skip clean install


Starting Keycloak
-----------------
Expand Down
5 changes: 0 additions & 5 deletions boms/adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@
<artifactId>keycloak-spring-boot-2-starter</artifactId>
<version>4.1.0.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-boot-2-starter</artifactId>
<version>4.1.0.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions distribution/feature-packs/server-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-themes</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-wildfly-server-subsystem</artifactId>
Expand Down

0 comments on commit e98fcfe

Please sign in to comment.