https://blog.csdn.net/whbing1471/article/details/53983779 A 看这一段 背景:写好的java项目放置到linux服务器上进行编辑的时候,由于maven配置问题,出现了一点小问题,然后就使用了默认的maven配置.结果发现下载一个包的时候,总是读取不了.报错结果:1.Archive for required library :'.......jar ' in project 'xxxxxxx' cannot be read or is no…
问题1 由于maven下载依赖包失败导致一些文件没完全下载下来,形成了lastUpdated结尾的文件存放在本地仓库中(我是默认地址:C:\Users\Administrator\.m2\repository)删除这些文件然后 maven - update --> ok 了 maven下载包失败可以自己下载到本地.. 问题2 maven 包提示错误:cannot be read or is not a valid ZIP file 删除出错的jar包(清空jar包文件夹),然后maven -…
尊重原创:https://blog.csdn.net/kevin_luan/article/details/50996109 根据build.gradle 生成maven pox.xml 1.将以下配置添加到build.gradle文件中. apply plugin: 'maven' group = 'com.company.root' // artifactId is taken by default, from folder name version = '0.0.1-SNAPSHOT' t…
settings.xml配置 原文 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional inf…
前言 这里贴一下settings.xml的一个简易配置demo,就是简单配置了:本地的仓库地址.阿里云镜像.指定使用jdk1.8进行编译. 这里使用的Maven是3.5.0版本的. 配置文件demo <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor lic…
http://www.oschina.net/question/2265006_219341#tags_nav maven pom.xml 配置文件错误 腾讯云消息队列CMQ架构解析>>> » 求助,怎么解决此问题! Failure to transfer org.apache.maven.shared:maven-shared-components:pom:15 from http://repo.maven.apache.org/maven2 was cached in…