Since it's a *Quick*Start ;) I would say go with the profile. In the same
time in the readme we can add a note that explains the detailed process
Le mer. 31 mai 2017 à 16:46, Bruno Oliveira <bruno(a)abstractj.org> a écrit :
For Fuse quickstarts, we have a some configuration steps to setup
the
server like:
1. Set the Keycloak version
KEYCLOAK_VERSION=3.2.0.CR1-SNAPSHOT
2. Add Maven local repository
config:edit org.ops4j.pax.url.mvn
config:propset org.ops4j.pax.url.mvn.localRepository
file:///$HOME/.m2/repository
config:update
3. Install quickstarts artifacts
4. Install features
features:addurl
mvn:org.keycloak/keycloak-osgi-features/$KEYCLOAK_VERSION/xml/features
features:addurl
mvn:org.keycloak.quickstarts/keycloak-fuse-features/$KEYCLOAK_VERSION/xml/features
features:install keycloak-fuse-quickstarts
I was wondering if we could have a profile to make this process more
simple. Something like mvn clean install -Pfuse-server and you're good to
go. Do we want this? Or follow all these steps would be the goal as part of
the learning process?
_______________________________________________
keycloak-dev mailing list
keycloak-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-dev