Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Eclipselink Static weave maven plugin throwing error(Eclipselink Static weave maven plugin throwing error)
Eclipselink Static weave maven plugin throwing error [message #1860888] Thu, 07 September 2023 09:03 Go to next message
Sanjana C is currently offline Sanjana CFriend
Messages: 31
Registered: December 2022
Member
Previously I was able to build maven with the below static weaven maven plugin but now I get this certification error. I tried to get certificate from the url below but url is not url is not valid. Do you have any idea?


<plugin>
<groupId>de.empulse.eclipselink</groupId>
<artifactId>staticweave-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>weave</goal>
</goals>
<configuration>
<persistenceXMLLocation>META-INF/persistence.xml</persistenceXMLLocation>
<logLevel>ALL</logLevel>
<target>target/weave</target>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa</artifactId>
<version>2.7.6</version>
</dependency>
</dependencies>
</plugin>


Error:


Plugin de.empulse.eclipselink:staticweave-maven-plugin:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for de.empulse.eclipselink
:staticweave-maven-plugin:jar:1.0.0: Could not transfer artifact de.empulse.eclipselink:staticweave-maven-plugin:pom:1.0.0 from/to (htt
): Transfer failed for /de/empulse/eclipselink/staticweave-mave
n-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target


I can see pom is not present in the url mentioned in the error .What is the work around?

[Updated on: Thu, 07 September 2023 10:09]

Report message to a moderator

Re: Eclipselink Static weave maven plugin throwing error [message #1860893 is a reply to message #1860888] Thu, 07 September 2023 12:17 Go to previous message
Sanjana C is currently offline Sanjana CFriend
Messages: 31
Registered: December 2022
Member
Please igore it .After installing the right certificate to JRE cacerts , it worked.

Thanks,
Sanjana
Previous Topic:Eclipselink throwing error while running junit
Next Topic:Caching or Something else
Goto Forum:
  


Current Time: Sun Apr 28 13:17:48 GMT 2024

Powered by FUDForum. Page generated in 0.02940 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top