随笔分类 -  MAVEN

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-jar-plugins
摘要:解决办法1删掉如下图的文件夹2.72 阅读全文
posted @ 2018-07-11 12:46 2637282556 阅读(149) 评论(0) 推荐(0)
eclipse run as 只有 run configuration
摘要:截图解决方法 阅读全文
posted @ 2018-06-14 10:47 2637282556 阅读(370) 评论(0) 推荐(0)
maven常用命令
摘要:编译源代码:mvn compile编译测试代码:mvn test-compile运行测试:mvn test产生site:mvn site打包:mvn package(编译,测试,最后打包成一个jar)在本地Repository中安装jar:mvn install例:i... 阅读全文
posted @ 2018-06-04 14:14 2637282556 阅读(69) 评论(0) 推荐(0)
创建一个maven项目
摘要:先图片的步骤来2345689 阅读全文
posted @ 2018-06-04 14:14 2637282556 阅读(86) 评论(0) 推荐(0)
maven setting文件详解
摘要:E:/java/apache-maven-3.3.9/repository true--> false --> com.your.plugins --> optional ... 阅读全文
posted @ 2018-06-01 18:06 2637282556 阅读(485) 评论(0) 推荐(0)
[ERROR] Failed to execute goal on project treasure_core_service: Could not resolve dependencies for
摘要:[ERROR] Failed to execute goal on project treasure_core_service: Could not resolve dependencies for project com.xiniu:treasure_core_se... 阅读全文
posted @ 2018-05-21 14:59 2637282556 阅读(460) 评论(0) 推荐(0)
Non-resolvable parent POM for com.xiniu:treasure_manager:0.0.1-SNAPSHOT: Could not find artifact
摘要:WARNING] [WARNING] Some problems were encountered while building the effective settings[WARNING] Unrecognised tag: 'activeProfile' (po... 阅读全文
posted @ 2018-05-21 14:33 2637282556 阅读(1079) 评论(0) 推荐(0)
maven的settings.xml,pom.xml配置
摘要:1settings.xml frame-releases deployment deployment123 frame-sna... 阅读全文
posted @ 2018-02-25 11:48 2637282556 阅读(173) 评论(0) 推荐(0)
Nexus私服学习1
摘要:相当于在我们本地的局域网搭建了一个类似中央仓库的服务器,我们开始将中央仓库的一些资料下载到私服务器上,然后平时我们的maven项目就是直接访问局域网内的私服即可.nunus的安装请看http://blog.csdn.net/zhou920786312/article... 阅读全文
posted @ 2018-02-25 11:25 2637282556 阅读(138) 评论(0) 推荐(0)
Failed to import bean definitions from relative location [config/*.xml]
摘要:org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions fr... 阅读全文
posted @ 2018-01-13 16:44 2637282556 阅读(1081) 评论(0) 推荐(0)
maven热部署
摘要:1修改tomcat的apache-tomcat-7.0.81\conf\tomcat-users.xml文件 说明:username=”user” password=”password”是访问http://IP:port/manager/html的用户名密码... 阅读全文
posted @ 2017-09-21 14:57 2637282556 阅读(178) 评论(0) 推荐(0)
maven 添加activeti包就报错
摘要:错误:Publishing failed with multiple errorsError reading file E:\java\apache-maven-3.3.9\repository\org\restlet\jee\org.restlet\2.2.1\or... 阅读全文
posted @ 2017-09-17 13:07 2637282556 阅读(213) 评论(0) 推荐(0)
maven配置setting.xml报Could not read settings.xml
摘要:Could not read settings.xml, assuming default values解决 1settings.xml不能有中文 2settings.xml 路径的标识是/ 阅读全文
posted @ 2017-08-02 17:05 2637282556 阅读(352) 评论(0) 推荐(0)
Java Build Path Entries 没有maven怎么办
摘要:异常解决办法 右击项目–maven –update project… 这样Java Build Path Entries 就有maven了 阅读全文
posted @ 2017-06-13 23:11 2637282556 阅读(842) 评论(0) 推荐(0)