Eclipselink Static weave maven plugin throwing error [message #1860888] |
Thu, 07 September 2023 09:03  |
Sanjana C Messages: 23 Registered: December 2022 |
Junior 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
|
|
|
|
Powered by
FUDForum. Page generated in 0.03403 seconds