Question: When building a Maven Archetype, what is the filepath and file of the archetype descriptor that specifies how to lay out the prototype files?
- `src/main/template/descriptor.xml`
- `src/main/resources/META-INF/maven/archetype-descriptor.xml`
- `src/main/archetype/descriptor.xml`
- `src/main/resources/META-INF/maven/maven-archetype.xml`
Answer: The correct answer of the above question is Option B:`src/main/resources/META-INF/maven/archetype-descriptor.xml`