meven 部署报错
Failed to execute goal on project jeecg: Could not resolve dependencies for project org.jeecgframework:jeecg:war:3.4.3-GA: The following artifacts could not be resolved: org.jeecgframework:batik-all:jar:1.6, org.jeecgframework:fop:jar:1.0: Failure to find org.jeecgframework:batik-all:jar:1.6 in file:///C:/Users/zhongm/AppData/Local/Temp/http://maven.oschina.net/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced ->jeecg引用的相关jar发布在oschina的maven仓库里面
镜像地址:http://maven.oschina.net/content/repositories/thirdparty/
如果你本地下载jar有问题,请修改配置文件如下:<repository>
<id>oschinaMavenThirdparty</id>
<name>oschinaMavenThirdparty</name>
<url>http://maven.oschina.net/content/repositories/thirdparty/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<!--
<repository>
<id>osc</id>
<name>oschina</name>
<url>http://maven.oschina.net/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
--> admin 发表于 2014-2-25 11:03 static/image/common/back.gif
jeecg引用的相关jar发布在oschina的maven仓库里面
镜像地址:http://maven.oschina.net/content/repositori ...
还是一样报错,http://maven.oschina.net/content/groups/public/org/jeecgframework/这里好像没看到The following artifacts could not be resolved: org.jeecgframework:batik-all:jar:1.6, org.jeecgframework:fop:jar:1.0: Failure to find org.jeecgframework:batik-all:jar:1.6 in http://maven.oschina.net/content/groups/public/ was cached in the local repository
页:
[1]