Excuse me, hit send too quickly. When I use:
mvn install
I receive:
...
[INFO] Keycloak Jetty 9.2.x Integration TestSuite ......... FAILURE
...
[ERROR] Failed to execute goal org.apache.maven.plugins:
maven-surefire-plugin:2.18.1:test (default-test) on project
keycloak-testsuite-jetty92: There are test failures.
Regards, LM.
On Thu, Feb 23, 2017 at 4:44 PM, Liam Maruff <liam.maruff(a)gmail.com> wrote:
Hey Everyone,
I'm trying to compile Keycloak from Source using:
[ERROR] Failed to execute goal org.apache.maven.plugins:
maven-surefire-plugin:2.18.1:test (default-test) on project
keycloak-testsuite-jetty92: There are test failures.
But am receiving:
[INFO] Keycloak Jetty 9.2.x Integration TestSuite ......... FAILURE
I've also tried the following:
mvn clean install -Dmaven.test.skip=true -U -Pdistribution
Instead receive:
[ERROR] Failed to execute goal on project integration-arquillian-tests-sssd:
Could not resolve dependencies for project org.keycloak.testsuite:
integration-arquillian-tests-sssd:jar:3.0.0.CR1-SNAPSHOT: Could not find
artifact org.keycloak.testsuite:integration-arquillian-tests-
base:jar:tests:3.0.0.CR1-SNAPSHOT in jboss (
http://repository.jboss.org/
nexus/content/groups/public/) -> [Help 1]
Could you please suggest what may be done to correct this problem so that
I can compile and subsequently run Keycloak? Thanks.