Maven-archetype-webapp Directory Structure? -
is there possibility or workaroud use maven-archetype-webapp archetype generate maven webapp plain directory structure
/src /main /java /resources /webapp /test /java /resources
i assume issue missing java
, test
folders in new project when using maven-archetype-webapp. there no options make archetype add those. of course add them manually after project created.
you may find archetypes in 1 of these lists:
- http://myjeeva.com/exclusive-maven-archetype-list.html
- http://docs.codehaus.org/display/mavenuser/archetypes+list
if there nothing matches need suggest creating own archetype: http://maven.apache.org/guides/mini/guide-creating-archetypes.html
it quite easy , if plan use 1 several times it's worth effort.
Comments
Post a Comment