Hi All,
what about the dependencies required for working with AppFuse offline
(See: http://appfuse.org/display/APF/AppFuse+QuickStart, near the end of
the document)?
The most recent version listed on the download page
(https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=9173)
is 2.0
I don't know if it's really worth my time to download all the dependencies
when users can do it themselves. What does the community think?
On Mon, Nov 23, 2009 at 9:53 AM, Alessandro Bottoni
wrote:
> Hi All,
> what about the dependencies required for working with AppFuse offline
> (See: http://ap
Hi! I can do it for the community ;) and then upload to the appfuse server...
Or...
If it's just matter to zip the .m2 directory, then maybe anyone who need to
know how to make offline dependencies just need some easy instructions to do
that.
From: [email protected]
Date: Mon, 23 Nov 2009
That'd be great. It should be as easy as the following:
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
We could also create a wiki page o