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
阅读(84)
推荐(0)
maven setting文件详解
摘要:E:/java/apache-maven-3.3.9/repository true--> false --> com.your.plugins --> optional ...
阅读全文
posted @
2018-06-01 18:06
2637282556
阅读(501)
推荐(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
阅读(483)
推荐(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
阅读(1090)
推荐(0)
maven的settings.xml,pom.xml配置
摘要:1settings.xml frame-releases deployment deployment123 frame-sna...
阅读全文
posted @
2018-02-25 11:48
2637282556
阅读(186)
推荐(0)
Nexus私服学习1
摘要:相当于在我们本地的局域网搭建了一个类似中央仓库的服务器,我们开始将中央仓库的一些资料下载到私服务器上,然后平时我们的maven项目就是直接访问局域网内的私服即可.nunus的安装请看http://blog.csdn.net/zhou920786312/article...
阅读全文
posted @
2018-02-25 11:25
2637282556
阅读(154)
推荐(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
阅读(1123)
推荐(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
阅读(201)
推荐(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
阅读(227)
推荐(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
阅读(363)
推荐(0)
Java Build Path Entries 没有maven怎么办
摘要:异常解决办法 右击项目–maven –update project… 这样Java Build Path Entries 就有maven了
阅读全文
posted @
2017-06-13 23:11
2637282556
阅读(852)
推荐(0)