maven仓库拉取

Blade 未结 2 166
梦想执行家
梦想执行家 2025-08-22 15:28

一、该问题的重现步骤是什么?

  1. 项目的maven怎么配置呢? 远程仓库的地址是什么呢? 我该怎么将jar包拉取到本地仓库?

截屏2025-08-22 15.27.32.png

2. 

3.


二、你期待的结果是什么?实际看到的又是什么?


三、你正在使用的是什么产品,什么版本?在什么操作系统上?


四、请提供详细的错误堆栈信息,这很重要。


五、若有更多详细信息,请在下面提供。

2条回答
  •  梦想执行家
    2025-08-22 16:06

    /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/liuyue/programming/gitee/SpringBlade/blade-auth -Dmaven.home=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3 -Dclassworlds.conf=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/bin/m2.conf -Dmaven.ext.class.path=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven-event-listener.jar -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=64856:/Applications/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds.license:/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.6.0.jar org.codehaus.classworlds.Launcher -Didea.version=2021.1.3 install
    [INFO] Scanning for projects...
    [INFO] 
    [INFO] ---------------------< org.springblade:blade-auth >---------------------
    [INFO] Building blade-auth 4.6.0
    [INFO] --------------------------------[ jar ]---------------------------------
    [WARNING] The POM for org.springblade:blade-common:jar:4.6.0 is missing, no dependency information available
    [WARNING] The POM for org.springblade:blade-user-api:jar:4.6.0 is missing, no dependency information available
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time:  0.848 s
    [INFO] Finished at: 2025-08-22T16:04:18+08:00
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal on project blade-auth: Could not resolve dependencies for project org.springblade:blade-auth:jar:4.6.0: The following artifacts could not be resolved: org.springblade:blade-common:jar:4.6.0, org.springblade:blade-user-api:jar:4.6.0: Failure to find org.springblade:blade-common:jar:4.6.0 in https://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of aliyun-repos has elapsed or updates are forced -> [Help 1]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
    
    Process finished with exit code 1


    回答: 2025-08-22 16:06

    麻烦再帮忙看一下,现在起不起来项目

    作者追问:2025-08-22 16:06

    bladex根目录执行 mvn clean install

提交回复