随笔分类 - Maven
m2e-wtp的作用
摘要:描述 Maven3下的项目结构,target目录下会有一个m2e-wtp文件夹,删除掉会自动生成,有什么作用呢? wtp解释 WTP:Web Tools Project Maven集成WTP The Maven Integration for WTP project, also known as m
阅读全文
web.xml is missing and <failOnMissingWebXml> is set to true
摘要:新建maven project后可能会报错:web.xml is missing and <failOnMissingWebXml> is set to true 解决办法: 1. 右键点击Project Explorer中的Deployment Descriptor2. 选择Generate De
阅读全文
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4
摘要:Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local reposi
阅读全文