Re: Question about maven archetype: how to convert ${artifactId} into a file system path?

2011-06-27 Thread goutham vasireddi
Hi I don't know this helps you are not but if you want to create a file system path with a parameter. You can set packaged=true in fileset tag , then all the defined files in filetag will be created in a file system path as given to ${package}. example: ${package}=my.nice.little.project

Help in starting with maven prompter

2011-06-19 Thread goutham vasireddi
Hi I would like to create this scenario on running a maven project: Do you want to enter module-name? ( Y / N) (on entering Y , i should ask for the parameter) *Y module-name: nameofthename * (on entering N , i should terminate the asking process and the rest of the project build should be