Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-alpha-5
-
Component/s: Archetypes
-
Labels:None
-
Environment:All operating systems
-
Number of attachments :
Description
I need to generate a list of directories with name "artifactId" under /src/main/resources/.
"artifactId" is the name of the project the user supplies, during archetypeng:create
After generation the directory structure should look like this,
/src/main/resources/
-> contract> artifactId -> file.4cc
--> sources -> en -> artifactId -> file.4cb
--> sources -> fr -> artifactId -> file.4cb
--> sources -> de -> artifactId -> file.4cb
This feature would extremely valuable.
thanks