
maven
文章平均质量分 60
imlmy
这个作者很懒,什么都没留下…
展开
-
eclipse加载maven工程提示pom.xml无法解析org.apache.maven.plugins:maven-resources-plugin:2.4.3解决方案
在别的机子上创建一个maven工程,复制到本机上导入,出现pom.xml文件错误,提示错误如下Multiple annotations found at this line:- Execution default-testResources of goal org.apache.maven.plugins:maven-resources- plugin:2.4.3:te原创 2012-12-07 10:34:42 · 359103 阅读 · 19 评论 -
使用maven创建Struts2+Spring工程
使用命令行创建Struts2+Spring工程,使用命令如下mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=MyProject -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter提示Failed原创 2012-12-07 16:57:53 · 3052 阅读 · 2 评论