On 9/27/07, benoit moraillon <[EMAIL PROTECTED]> wrote: > Hi appfusers, > > What is the best way to include automatically specific organization needs > (security, css theme, custom javascripts...) in an appfuse 2 archetype ? > > 1) build a specific archetype (copy of appfuse-basic-struts + company 's > custom) > or > 2) build a specific maven plugin in order to include custom changes in > appfuse-basic-struts standard archetype > > > Can you tell me what is the best way ?
I would use #1 if you need it right away. You could also look into using Archetypeng, which is rumored to eventually replace the archetype plugin. http://mojo.codehaus.org/maven-archetypeng It allows you to develop a project and then create an archetype from it. We plan to use this as soon as this feature is stabilized. Matt > > Thanks, > Benoît Moraillon. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com
