主题 : jeecms X1.3 项目打包出错
级别: 解元
UID: 132565
积分:296 加为好友
威望: 0 精华: 0
主题:24 回复:97
注册时间:2019-12-06
在线时长:0
1#   发表于:2020-06-03 09:02:00  IP:1.166.*.*
jeecms X1.3 项目打包出错  maven 报红,怎么处理
斯人若彩虹,遇上方知有
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
2#   发表于:2020-06-03 09:04:08  IP:117.115.*.*
maven现在链接的产库是阿里云的嘛!?
每天告诉自己一次,“我真的很不错”。
级别: 解元
UID: 132565
积分:296 加为好友
威望: 0 精华: 0
主题:24 回复:97
注册时间:2019-12-06
在线时长:0
3#   发表于:2020-06-03 09:07:14  IP:1.166.*.*
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          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">

  <localRepository>D:\mavenRepository\repository</localRepository>


  <pluginGroups>
  </pluginGroups>


  <proxies>
  </proxies>


  <servers>
<server>
      <id>releases</id>
      <username>visitant</username>
      <password>jeecms!@#098</password>
    </server>
    <server>
      <id>snapshots</id>
      <username>visitant</username>
     <password>jeecms!@#098</password>
    </server>
<server>
      <id>jeecms-nexus</id>
      <username>visitant</username>
      <password>jeecms!@#098</password>
    </server>
  </servers>


  <mirrors>
<mirror>
      <id>alimaven</id>
      <mirrorOf>central</mirrorOf>  
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>      
    </mirror>
<mirror>
  <id>jeecms-nexus</id>
  <mirrorOf>jeecms-repo</mirrorOf>
  <name>localhost nexus</name>
  <url>http://maven.jeecms.com/repository/jeecms-public/</url>
</mirror>
  </mirrors>

  <profiles>
<profile>
      <id>dev</id>
      <repositories>
<repository>
          <id>jeecms-repo</id>
          <url>http://maven.jeecms.com/repository/jeecms-public/</url>
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>
  </profiles>

  <activeProfiles>
    <activeProfile>dev</activeProfile>
  </activeProfiles>
</settings>
斯人若彩虹,遇上方知有
级别: 解元
UID: 132565
积分:296 加为好友
威望: 0 精华: 0
主题:24 回复:97
注册时间:2019-12-06
在线时长:0
4#   发表于:2020-06-03 09:12:02  IP:1.166.*.*
请问一下 这个 maven 有问题吗 ?
斯人若彩虹,遇上方知有
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
5#   发表于:2020-06-03 09:13:05  IP:117.115.*.*
您这链接的我看还是链接的我们的  吧我们的库改为阿里云的然后重新拉下jar包
每天告诉自己一次,“我真的很不错”。
1 共1页