Created
December 3, 2019 16:57
-
-
Save rhusar/952c33dbbb2bfd852e61ed1407da9abc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rhusar@ribera jboss-eap7]$ ./mvnw | |
[INFO] Scanning for projects... | |
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
Downloading: https://download.devel.redhat.com/brewroot/repos/jb-eap-7.3-maven-build/latest/maven/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
Downloading: https://maven.repository.redhat.com/ga/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
Downloading: https://repo.maven.apache.org/maven2/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
[ERROR] [ERROR] Some problems were encountered while processing the POMs: | |
[ERROR] Non-resolvable import POM: Could not transfer artifact org.wildfly.core:wildfly-core-parent:pom:10.1.0.Final-redhat-00001 from/to jboss-eap-7.3-product-repository (https://download.devel.redhat.com/brewroot/repos/jb-eap-7.3-maven-build/latest/maven/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target @ line 451, column 25 | |
@ | |
[ERROR] The build could not read 1 project -> [Help 1] | |
[ERROR] | |
[ERROR] The project org.jboss.eap:jboss-eap-parent:7.3.0.GA-redhat-SNAPSHOT (/Users/rhusar/git/jboss-eap7/pom.xml) has 1 error | |
[ERROR] Non-resolvable import POM: Could not transfer artifact org.wildfly.core:wildfly-core-parent:pom:10.1.0.Final-redhat-00001 from/to jboss-eap-7.3-product-repository (https://download.devel.redhat.com/brewroot/repos/jb-eap-7.3-maven-build/latest/maven/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target @ line 451, column 25 -> [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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment