1.环境 idea + jdk7 + maven3
2.maven的setting.xml文件里面添加如下配置;
<mirror>
<id>visionsoft</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://repo1.maven.org/maven2</url>
</mirror>
3. 使用命令: mvn archetype:generate
4. 指定
-DarchetypeGroupId=com.me.framework
-DarchetypeArtifactId=archetype-pom
-DarchetypeVersion=3.0.0
-DgroupId=com.me.sample
-DartifactId=sample
-Dversion=0.0.1