简体   繁体   中英

How to find the archetype of maven project in eclipse?

I am planning to create a new project but I want to understand the archetype of existing maven project. So that I can follow the same archetype while creating a new one. i have tried many things one of them was web.xml but still not working for me. I would appreciate your help. Thanks in advance.

For a Maven project, there is no general way to find out from which archetype it was created.

Use mvn archetype:create-from-project

Reference: http://maven.apache.org/archetype/maven-archetype-plugin/advanced-usage.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM