I use tycho to build my Eclipse plug-in
The project introduces orbitR20220302172233 repository
pom.xml Like this:
<repositories>
<repository>
<id>orbitR20220302172233</id>
<layout>p2</layout>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository/</url>
</repository>
</repositories>
Maven download error when I build
The error is as follows
[ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810 from repository http://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository:
[ERROR] Problems downloading artifact: osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810.:
[ERROR] Error reading signed content:C:\Users\QIANG~1.HUA\AppData\Local\Temp\signatureFile13059808843923570260.jar
[ERROR] Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810 into the local Maven repository.See log output for details. An error occurred while processing the signatures for the file: C:\Users\QIANG~1.HUA\AppData\Local\Temp\signatureFile13059808843923570260.jar: No algorithm found for 1.2.840.113549.1.1.12 -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810 into the local Maven repository.See log output for details.
Seems to be caused by this error
No algorithm found for 1.2.840.113549.1.1.12
How can I solve this problem
java version:11
[Updated on: Mon, 26 December 2022 00:38] by Moderator