Just copy the .m2 directory to from C:\Documents and Settings\...\.m2 to
some other location
give the path of repository in maven/conf/settings.xml (uncomment local
repository)
/path/to/local/repo
give the full path like D:/MyRepo/.m2/repository
set the path in system environmental variabl
The answer is in the QuickStart Guide
(http://appfuse.org/display/APF/AppFuse+QuickStart):
Bug with Ant 1.7.0
Local repositories and projects on Windows platforms are held in
directories whose paths contain no spaces. To fix this issue, modify
your $M2_HOME/conf/settings.xml and change you
I am trying to setup my development to Struts2 + Hibernate + Spring +
MySQL and I used the archetype for spring MVC Basic
1) mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-basic-spring -DremoteRepositories=
http://static.appfuse.org/release