Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.1.0
-
Component/s: Build, Test, or Deploy Process
-
Labels:None
Description
From http://markmail.org/thread/jwrzfmjqpsrp6ceu:
1. rm -r ~/.m2/repository
2. svn co https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.1.0_M1appfuse-2.1.0-M1
3. cd appfuse-2.1.0-M1
4. mvn install
5. Zip up ~/.m2/repository directory and extract to your project's lib directory
6. Add reference to pom.xml:
<repository>
<id>local</id>
<url>file://lib</url>
</repository>
<pluginRepository>
<id>local</id>
<url>file://lib</url>
</pluginRepository>
Steps 5 and 6 are only necessary if you want to install your dependencies in source control with your project.
Closing as won't fix - use Nexus if you need a local repository.