-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hi,
When I try to build my project with maven this message appears:
Authorization failed for https://mavensync.zkoss.org/maven2/org/zkoss/zkspringboot/zkspringboot-starter/2.3.1/zkspringboot-starter-2.3.1.pom 403 Forbidden
Can somebody help me?
Thanks
Hey there,
Please run from command line on your pom file:
mvn compile -U -X
-U will force update -X will show verbose log
If it succeed, then it was an update issue. If it still fails, please send the verbose error.
Having same problem trying to update from ZK Springboot 2.5.12 to 3.0.0. In fact, tried delete data of 2.5.12 and it started giving me this error too.
As requested I've run the command 'mvn compile -U -X', still gives me error.
At the last line, thats whats appearing.
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=5690200, ConflictMarker.markTime=2034300, ConflictMarker.nodeCount=274, ConflictIdSorter.graphTime=3556000, ConflictIdSorter.topsortTime=1177400, ConflictIdSorter.conflictIdCount=134, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=39772000, ConflictResolver.conflictItemCount=245, DefaultDependencyCollector.collectTime=4433740900, DefaultDependencyCollector.transformTime=57139400}
Hey there,
Can you open these URLs in your browser, to verify that you have access to it from your machine? https://mavensync.zkoss.org/maven2/org/zkoss/zkspringboot/zkspringboot-starter/2.3.1/
https://mavensync.zkoss.org/maven2/org/zkoss/zkspringboot/zkspringboot-autoconfig/3.0.0/
They should be publicly available, so if you see a 403 Forbidden error when connecting to them in-browser, please let us know.
@FoToRiouS When running the maven command, do you see any [ERROR] line? If so, could you share the text of that error?
Asked: 2023-01-10 23:10:04 +0800
Seen: 13 times
Last updated: Jan 20