[appfuse-user] maven-jetty-plugin issue on running a appfuse 2.0.2 sample

2010-01-11 Thread xueqiang.mi
After create a application by using: mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-spring -DarchetypeVersion=2.0.2 -DgroupId=com.testapp -DartifactId=TestApp I ran: mvn jetty:run-war on the TestApp path, but a error occurs: [INFO] --

Re: [appfuse-user] maven-jetty-plugin issue on running a appfuse 2.0.2 sample

2010-01-11 Thread Matt Raible
You need to run "mvn install" on the "core" module and then cd into the "web" module and run the "mvn jetty:run-war" from there. On Mon, Jan 11, 2010 at 9:57 PM, xueqiang.mi wrote: > > After create a application by using: > mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes > -Da

Re: [appfuse-user] maven-jetty-plugin issue on running a appfuse 2.0.2 sample

2010-01-11 Thread xueqiang.mi
Thanks, it really runs well. I used Appfuse 1.9.4 before, and now learn the 2.x version. But maven is a little complex, maybe I should spend a little more time on it. Thanks. xueqiang.mi mraible wrote: > > You need to run "mvn install" on the "core" module and then cd into