I am wonder how maven know which archetype is used for specified pom.xml
I did not found any difference between pom.xml of maven-archetype-quickstart and that of maven-archetype-webapp.
Anyone can help me on this ? Thanks
Jeff Zhang
|
I am wonder how maven know which archetype is used for specified pom.xml I did not found any difference between pom.xml of maven-archetype-quickstart and that of maven-archetype-webapp. Anyone can help me on this ? Thanks Jeff Zhang |
||||
|
|
|
These are two different Questions:
The archetype plugin is usually used interactively. You just call
The main difference is that webapp contains a folder src/main/webapp which contains your static web resources and the WEB-INF folder. Also, the packaging is set to |
|||
|
|