mvn archetype:generate -DgroupId=demo.struts -DartifactId=demo-struts-coc -DarchetypeArtifactId=maven-archetype-webapp
|- POM.xml
|- src
|- main
|- resources
|- webapp
|- index.jsp
|- WEB-INF
|- web.xml
archetype:create会加载到.m2 repository中.
阅读(998) | 评论(0) | 转发(0) |