Re: Regarding Archetype customization

2011-06-17 Thread goutham
hetype plugin > > Regards, > > Hervé > > Le jeudi 16 juin 2011, goutham a écrit : > > > I have a question regarding Archetype customization. > > Consider i have two files FILE1.java and FILE2.java , How can i customize > > > my archetype-metadata.xml so that

Re: Regarding Archetype customization

2011-06-16 Thread Hervé BOUTEMY
sorry, this is not an actual feature of archetype plugin Regards, Hervé Le jeudi 16 juin 2011, goutham a écrit : > I have a question regarding Archetype customization. > Consider i have two files FILE1.java and FILE2.java , How can i customize > my archetype-metadata.xml so that , acc

Regarding Archetype customization

2011-06-16 Thread goutham
I have a question regarding Archetype customization. Consider i have two files FILE1.java and FILE2.java , How can i customize my archetype-metadata.xml so that , according to my choice i can select FILE1.java or FILE2.java at the time of mvn archetype:generate. Is it possible ? Can you send me