Hi guys, 
 
 Is there a way allow resource generated by maven archetype to change 
dynamically. For example, with
 
 mvn archetype:create -DgroupId=com.mycomp -DartifactId=myapp 
-DarchetypeGroupId=org.apache.struts 
-DarchetypeArtifactId=struts2-archetype-starter
 
 the structure created should be :-
 myapp
   + src
       + main
            + java
                + com
                     + mycomp
                          + java files (eg. SomeAction.java)
            + resources
                + ( this part seems to be static)
          ..........
 
 The files under the generated resources directory seems to be static. It 
doesn't seems to change accordingly with the -DgroupId argument passed in. Is 
there a way to configured it to change according to the groupId?
 
 Tia. 
 
 

Reply via email to