mvn appfuse:gen -Damp.genericCore=false You can also change the <amp.genericCore> property in your pom.xml to be false instead of true (the default).
Matt On 2/9/08, mmaia <[EMAIL PROTECTED]> wrote: > > Hi, > > I used appfuse 1.9.4 to build a project last year. Now I'm trying with > appfuse 2 and struts 2 modules. Just can't find a command in maven appfuse > plug in to generate crud without using the generic container. For example I > used to generate from an annotated model class Alimento using an ant command > all the specific classes even for crud operations as I'd like to develop > them from there.. I got AlimentoAction, AlimentoManager, > AlimentoManagerImpl, AlimentoDao, etc.. and also got this classes registered > in .xml configuration files for hibernate, spring... Is it possible to > generate specific code using a maven command as well, or I'll have to create > and register specific classes by hand if I need them?? > > tx in advance. > > P.S - I've search the forums and couldn't find the answer, problably my > mistake.. > > -- > View this message in context: > http://www.nabble.com/Generating-full-source-and-.xml-entries-using-appfuse-2-tp15390724s2369p15390724.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
