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 on how to setup a local repository in Maven
(or point to an existing one if it exists).

1. Add reference to pom.xml:

<repository>
     <id>local</id>
     <url>file://lib</url>
</repository>
<pluginRepository>
     <id>local</id>
     <url>file://lib</url>
</pluginRepository>

Of course, this is only necessary if the users want to install their
dependencies in source control with their project.

On Mon, Nov 23, 2009 at 2:38 PM, Mauricio Ortega Barrios <
mauricio.ort...@hotmail.es> wrote:

>  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: m...@raibledesigns.com
> Date: Mon, 23 Nov 2009 09:57:40 -0700
> To: users@appfuse.dev.java.net
> Subject: Re: [appfuse-user] Dependencies for 2.1?
>
>
> 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 <alexbott...@gmail.com
> > wrote:
>
> 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.2. Can we use the dependencies of the 2.0.2 for the 2.1 as well?
> Have we to wait for a new release of these dependencies?
>
> Thanks
> --
>
> Alessandro Bottoni
> Website: http://www.alessandrobottoni.it/
>
> "A black cat crossing your path signifies that the animal is going
> somewhere."
>     -- Groucho Marx
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>
>
>
> ------------------------------
> Si solo usas tu WL id para Hotmail y Messenger, esto es para 
> ti<http://www.vivirmessenger.com>
>

Reply via email to