Maven build falling with join faces (JSF + Spring Boot)

UI Components for JSF
Post Reply
techgeek
Posts: 38
Joined: 07 Sep 2018, 20:37

10 Oct 2018, 00:22

I am using JSF + Spring Boot and it's been working without any issue with the following dependency.

Code: Select all

<parent>
		<groupId>org.joinfaces</groupId>
		<artifactId>jsf-spring-boot-parent</artifactId>
		<version>2.4.1</version>
		<relativePath></relativePath>
	</parent>
now I am not able to build the project with the below error

Code: Select all

Could not transfer artifact org.joinfaces:jsf-spring-boot-parent:pom:2.4.1 from/to primefaces-maven-repository (http://repository.primefaces.org): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target and 'parent.relativePath' points at no local POM @ line 15, column 10
and my eclipse editor saying this...

Code: Select all

 Failure to transfer org.joinfaces:jsf-
 spring-boot-parent:pom:2.4.1 from http://repository.primefaces.org was cached in the local repository, resolution will not be reattempted until the update 
 interval of primefaces-maven-repository has elapsed or updates are forced. Original error: Could not transfer artifact org.joinfaces:jsf-spring-boot-
 parent:pom:2.4.1 from/to primefaces-maven-repository (http://repository.primefaces.org): sun.security.validator.ValidatorException: PKIX path building 
 failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target and 'parent.relativePath' 
 points at no local POM
could somebody plz help on this ?

techgeek
Posts: 38
Joined: 07 Sep 2018, 20:37

10 Oct 2018, 07:39

Now its working fine, I don't know yet what was the issue before.

kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

16 Oct 2018, 10:53

Most likely a JDK that did not trust the issuer of the certificate of the PF repository (post the error in google and you'll get the answers)

techgeek
Posts: 38
Joined: 07 Sep 2018, 20:37

18 Oct 2018, 19:46

before posting here I searched in google, but no luck :(

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 54 guests