lycplayer 发表于 2019-10-9 14:25:40

jeecg-boot-parent2.1.0 maven无法下载---已解决

本帖最后由 lycplayer 于 2019-10-9 15:29 编辑

大家好,我遵从jeecg-boot开发文档,进行部署尝试时,打包后台项目jeecg-boot-module-system时无法从maven私库下载到最新的2.1.0版本, setting.xml配置文件中也按照文档说明配置了镜像,请帮忙看看!谢谢!

------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 6.682 s
Finished at: 2019-10-09T14:02:54+08:00
Final Memory: 32M/304M
------------------------------------------------------------------------
Failed to execute goal on project jeecg-boot-module-system: Could not resolve dependencies for project org.jeecgframework.boot:jeecg-boot-module-system:jar:2.1.0: Failed to collect dependencies at org.jeecgframework.boot:jeecg-boot-base-common:jar:2.1.0: Failed to read artifact descriptor for org.jeecgframework.boot:jeecg-boot-base-common:jar:2.1.0: Could not find artifact org.jeecgframework.boot:jeecg-boot-parent:pom:2.1.0 in nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) ->

-------------------------------------------------------------------
<mirror>
            <id>nexus-aliyun</id>
            <mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>
            <name>Nexus aliyun</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
--------------------------------------

lycplayer 发表于 2019-10-9 14:40:24

抱歉,很傻的问题,忘了maven clean install整个项目了,最新的代码下载后需要编译根pom文件,会在repository中生成jeecg-boot-parent-2.1.0.pom, 从而可以打包jeecg-boot-module-system-2.1.0.war


我是直接就点jeecg-boot-module-system项目进行package
页: [1]
查看完整版本: jeecg-boot-parent2.1.0 maven无法下载---已解决