Maven3创建自定义的archetype

1.先自己创建一个SSH的模板项目,能够跑起来没问题,注意不能有多余的文件以及pom.xml中的版本号是否有snapshots。

2.执行命令:mvn archetype:create-from-project

3.cd target/generated-sources/archetype/

如果公司有私服的话,自己配置下localRepository

执行mvn deploy部署到私服上去

如果没有,可以执行mvn install安装到自己本地库

4.用模板创建maven项目mvarchetype:generate -DarchetypeCatalog=local

你可能感兴趣的:(Maven3创建自定义的archetype)