Remove the "remoteRepositories" parameter and everything should work.
Matt On 10/19/07, Ashkan Roshanayi <[EMAIL PROTECTED]> wrote: > > Thanks Matt for your quick reply, > I did copied them into my ~/.m2/repository so I should now do: > > mvn -o archetype:create > -DarchetypeGroupId=org.appfuse.archetypes-DarchetypeArtifactId=appfuse-basic-jsf > -DremoteRepositories=http://static.appfuse.org/releases > > -DarchetypeVersion=2.0 -DgroupId=com.mycompany.app-DartifactId=myproject > > > Right? Also if it is possible please reply my other question about your > your appgen demo. Thanks a zillion times. > > > On 10/19/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > > You should be able to unzip this file into your ~/.m2 directory and > > you'll have all the dependencies needed. Then if you use the "-o" > > flag, Maven will run offline. > > > > Matt > > > > On 10/19/07, Ashkan Roshanayi < [EMAIL PROTECTED]> wrote: > > > Hi, > > > I have a folder called "appfuse-2.0-m5-dependencies" on my local > > machine > > > and want to use it in creating my appfuse project instead of > > downloading all > > > jar files from internet. Is there anybody who has done this before? > > > > > > Cheers, > > > > > > -- > > > Ashkan > > > http://www.rubako.com > > > > > > -- > > http://raibledesigns.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Ashkan > http://www.rubako.com > -- http://raibledesigns.com
