The 2nd step in the QuickStart Guide will run "mvn install" by default.
<quote> >From the command line, *cd* into your new project's directory and run *mvn*to download JARs, Tomcat and run the integration tests in your project. Now is a good time to take a coffee break or grab a beer - downloading everything and running the tests can take 5-10 minutes. </quote> Matt On Mon, Nov 24, 2008 at 11:31 PM, Sipatha <[EMAIL PROTECTED]> wrote: > I'm new to both Maven and AppFuse and was going through the Quick Start > guide for the first. I created the JSF Modular shell. > Following the instructions i retrieved all the source code with mvn > appfuse:full-source, and tried mvn jetty:run-war. This failed saying there > is a missing artifact, zw.co.sipatha.app*.jar, which maven was searching in > the central maven repo, and obviously would not find. > I used mvn install in the project root folder which installed my > zw.co.sipatha.app jars and wars into thge local repository. Please include > this step on the AppFuse Quick Guide. > > I think the best would be call the install goal before the jetty goal in > the pom.xml, because as it is, any change to the core requires you have to > install first before running the war > > Is there a were of running maven goals from eclipse as we do with ant > targets, other than going to the command line? > > Sipatha > Software Developer > > > ____________________________________________________________________________________________ > >
