iT邦幫忙

0

關於取得 Maven私服 images方式問題 (已自行解決)

  • 分享至 

  • xImage

今天是憂傷的補班日,所以一起code吧!

問題是這樣的,小弟先試著用

https://search.maven.org/artifact/com.googlecode.json-simple/json-simple/1.1.1/bundle

上面提到的 Apache Maven 方式

<dependency>
  <groupId>com.googlecode.json-simple</groupId>
  <artifactId>json-simple</artifactId>
  <version>1.1.1</version>
  <type>bundle</type>
</dependency>

加入到專案的 pom.xml 檔案中

https://ithelp.ithome.com.tw/upload/images/20191005/201145204IC3T10DJo.png

確實也成功取得了「公有」的images,並拿來使用了

但小弟的目的是要取得「私有」的我自己的images,因此利用Linux CentOS7 架好Maxus後

將images上傳至容器

https://ithelp.ithome.com.tw/upload/images/20191005/20114520JWUnflsQMN.png

然後參考
https://www.itread01.com/content/1544458182.html

https://blog.csdn.net/u011768325/article/details/49735397

這兩個教學,也無法成功取得我上傳的私有images

目前也已經研究三天了,想跟有這方面經驗的前輩請益一下

稍微提點一些關鍵字,讓小弟有個方向解決

感激/images/emoticon/emoticon41.gif


解決方式:

settings.xml

只需配置

        <mirror>
      <id>nexus</id>
      <mirrorOf>*</mirrorOf>
      <name>com.smartfoxserver</name>
      <url>http://172.16.16.22:8081/repository/abc/</url>
    </mirror>
  </mirrors>

https://ithelp.ithome.com.tw/upload/images/20191008/20114520VuoeQsaPdq.png

Version填寫要正確

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答