开发者

how to generate multi module archetype from generated one?

开发者 https://www.devze.com 2023-03-09 05:51 出处:网络
hey everyone, I have generated mono module maven project from a generated one by following that link : http://maven.apache.org/guides/mini/guide-creating-archetypes.html

hey everyone, I have generated mono module maven project from a generated one by following that link : http://maven.apache.org/guides/mini/guide-creating-archetypes.html

so i want any one had any idea about the structure of the archetype i must had in my archetype to generate another multi-module archetype from i开发者_如何学Ct


You just create your skeleton or model multi module project and then run

mvn archetype:create-from-project

and in the target/generated-sources/archetype/

http://maven.apache.org/archetype/maven-archetype-plugin/examples/create-multi-module-project.html

0

精彩评论

暂无评论...
验证码 换一张
取 消