Howto create dynamic named folders with Maven2 Archetype?
- by chrsk
Hey, i try to build a structure like this
+---src
+---main
+---webapp
+---WEB-INF
+---cfg
¦ +---log4j
¦ +---resources
¦ +---extensions
¦ +---${artifactIdKey}-business
¦ +---${artifactIdKey}-layout
…