maven常用技巧
[size=large]限定只使用内置的archetypes[/size]
mvn创建spring mvc
[url]https://github.com/kolorobot/spring-mvc-quickstart-archetype[/url]
[size=large]限定只使用内置的archetypes[/size]
mvn archetype:generate -DarchetypeCatalog=internal
mvn创建spring mvc
[url]https://github.com/kolorobot/spring-mvc-quickstart-archetype[/url]
mvn archetype:generate -DarchetypeGroupId=com.github.spring-mvc-archetypes -DarchetypeArtifactId=spring-mvc-quickstart -DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=hello -DartifactId=hello -Dversion=1.0.0