maven archetype

maven archetype,第1张

maven archetype

1. 准备

maven settings.xml路径,例:

D:softsapache-maven-3.6.1confsettings.xml

进入项目根路径

D:xxxxxx-service

2. 生成脚手架

mvn archetype:create-from-project --settings D:softsapache-maven-3.6.1confsettings.xml

3. 安装脚手架

进入targetgenerated-sourcesarchetype

mvn clean install

4. 无pom.xml文件夹生成项目

mvn archetype:generate -DgroupId=新工程groupId -DartifactId=新工程artifactId -DarchetypeGroupId=脚手架groupId -DarchetypeArtifactId=脚手架artifactId -DarchetypeCatalog=local

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5562885.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-14
下一篇 2022-12-14

发表评论

登录后才能评论

评论列表(0条)

保存