Re: archetype plug-in vs custom plug-in

2009-08-05 Thread Paul K
Search around a lot for this type of functionality but I ended up writing my own plugin to do this. Murali Pottlapelli wrote: Hi All, While searching through mailing list I found archetypes to add files to an existing project,

Re: archetype plug-in vs custom plug-in

2009-08-03 Thread Murali Pottlapelli
Hi All, I see TBD next to Generate a sub module from an archetype at http://maven.apache.org/plugins/maven-archetype-plugin. Is TBD for implementation or documentation? Is it possible to control the files created in a sub-module? Is it also possible to sync the content in the files based on

Re: archetype plug-in vs custom plug-in

2009-08-01 Thread Murali Pottlapelli
Thanks Martin! Is it possible to control the files created in a module? Is it also possible to sync the content in the file based on meta-data (generated property files)? Is there any example archetype? How to invoke archetype plug-in a program? Is it possible to invoke from another

Re: archetype plug-in vs custom plug-in

2009-08-01 Thread Saritha SV
Generate a sub module from an archetypehttp://maven.apache.org/plugins/maven-archetype-plugin/# is TBD now according to Maven Apache project .. More details of Maven Archetype Plugin can be found in :

Re: archetype plug-in vs custom plug-in

2009-08-01 Thread Murali Pottlapelli
Thanks Saritha! I see TBD next to Generate a sub module from an archetype at http://maven.apache.org/plugins/maven-archetype-plugin. Is TBD for implementation or documentation? Regards Murali Saritha SV wrote: Generate a sub module from an

RE: archetype plug-in vs custom plug-in

2009-07-31 Thread Martin Gainty
could be accomplished by accepting user input data thru screens usually served by TC or GF or OAS within web framework such as Struts or JSF a plain CRUD webapp would accomplish the objective if you persist to individual properties files you could create archetype from the properties files