git clone git@github.com:cloudtrust/keycloak-wsfed.git
cd keycloak-wsfed
mvn clean install
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/io/cloudtrust/kc-cloudtrust-module/8.0.1/kc-cloudtrust-module-8.0.1.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for io.cloudtrust:keycloak-wsfed-parent:8.0.1: Could not find artifact io.cloudtrust:kc-cloudtrust-module:pom:8.0.1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 6, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project io.cloudtrust:keycloak-wsfed-parent:8.0.1 (/private/tmp/keycloak-wsfed/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for io.cloudtrust:keycloak-wsfed-parent:8.0.1: Could not find artifact io.cloudtrust:kc-cloudtrust-module:pom:8.0.1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 6, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
git clone git@github.com:cloudtrust/cloudtrust-parent.git
cd cloudtrust-parent
mvn clean install
Cloning into 'cloudtrust-parent'...
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 187 (delta 2), reused 7 (delta 1), pack-reused 175
Receiving objects: 100% (187/187), 52.50 KiB | 590.00 KiB/s, done.
Resolving deltas: 100% (46/46), done.
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/keycloak/keycloak-parent/8.0.1/keycloak-parent-8.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/keycloak/keycloak-parent/8.0.1/keycloak-parent-8.0.1.pom (75 kB at 85 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/keycloak/testsuite/integration-arquillian-tests/8.0.1/integration-arquillian-tests-8.0.1.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for io.cloudtrust:kc-cloudtrust-testsuite:8.0.1: Could not find artifact org.keycloak.testsuite:integration-arquillian-tests:pom:8.0.1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at no local POM @ line 5, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project io.cloudtrust:kc-cloudtrust-testsuite:8.0.1 (/private/tmp/cloudtrust-parent/kc-cloudtrust-testsuite/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for io.cloudtrust:kc-cloudtrust-testsuite:8.0.1: Could not find artifact org.keycloak.testsuite:integration-arquillian-tests:pom:8.0.1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at no local POM @ line 5, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
how i can build jar?