更换私有maven仓库的错误 出现 blade-xxxx-unkonw-jar

Blade 已结 1 1000
皮蛋掠夺者
皮蛋掠夺者 2020-05-29 00:03

版本 商业 

2.5.1.SNAPSHOT


在工程的根POM文件中替换了自己的 私有maven库

下面是我本地的POM
image.png
image.png
image.png


这里是settings.xml 配置文件

          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

   

       

            mirror

            !rdc-releases,!rdc-snapshots

            mirror

            https://maven.aliyun.com/nexus/content/groups/public

       


   

   

       

            rdc-releases

            B2tp8W

           

       

       

            rdc-snapshots

            B2tp8W

           

       

   

   

       

            nexus

           

               

                    central

                    https://maven.aliyun.com/nexus/content/groups/public

                   

                        true

                   

                   

                        false

                   

               

               

                    snapshots

                    https://maven.aliyun.com/nexus/content/groups/public

                   

                        false

                   

                   

                        true

                   

               

               

                    rdc-releases

                    https://repo.rdc.aliyun.com/repository/122336-release-kfND8b/

                   

                        true

always

warn

                   

                   

                        false

                   

               

               

                    rdc-snapshots

                    https://repo.rdc.aliyun.com/repository/122336-snapshot-X8dJv5/

                   

                        false

                   

                   

                        true

always

warn

                   

               

           

           

               

                    central

                    https://maven.aliyun.com/nexus/content/groups/public

                   

                        true

                   

                   

                        false

                   

               

               

                    snapshots

                    https://maven.aliyun.com/nexus/content/groups/public

                   

                        false

                   

                   

                        true

                   

               

           

rdc-releases

https://repo.rdc.aliyun.com/repository/122336-release-kfND8b/

rdc-snapshots

https://repo.rdc.aliyun.com/repository/122336-snapshot-X8dJv5/

       

   


   

        nexus

   




blade-tool 工程我已经deploy到仓库里面去了
然后把本地缓存的 jar 都删掉  重新去拉去的时候 发现有些包 拉去不到
image.png

image.png

1条回答
  •  smallchill
    smallchill (楼主)
    2020-05-29 09:19

    带SNAPSHOT结尾的都在dev分支,没有推送到maven私服,需要下载BladeX-Tool工程自己本地install

    0 讨论(1)
提交回复