博客新增音乐播放器,点击打开捷径,切换或暂停音乐。
随笔分类 - Mavne问题集
摘要:在eclipse中新建了一个maven项目搭建Spring源码阅读环境,创建一个bean生产getter和setter方法的时候报错“the resource is not on the build path of a java project” 这种情况是因为在工程中找不到类; 解决办法:项目右键
阅读全文
摘要:在pom.xml文件中build后面加上<defaultGoal>compile</defaultGoal>
阅读全文
摘要:问题: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli) on project standalone-pom: Unable to parse
阅读全文
摘要:解决办法:修改一下版本号 <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> <version>1.4.12</version> <!--原本是使用1.2.3-->
阅读全文
摘要:项目上右键-->Build Path-->Configuration Build Path -->Add Library -->Server Runtime 选择tomcat
阅读全文
摘要:一, eclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable a
阅读全文
摘要:在maven进行jetty的调试中出现错误: [plain] view plaincopyprint? [ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.a
阅读全文