Thanks for the reply. As a matter of fact packaging is not really my problem. Assembly plug-in would definitely do that work. What I am trying to do is to create an offline environment where a user could compile a maven project without having to search for artifacts on either internet or intranet. So I was thinking of packaging a repo together with my maven project and as far as I know I would have to convert a local repo to a remote one if I wanted to use this repo as if it were a mirror of central (please see thread "[M2] Howto Set Up Quickly an Offline Internal Repository?" for more info).
Any thoughts ? Dário -----Original Message----- From: Henry Isidro [mailto:[EMAIL PROTECTED] Sent: terça-feira, 29 de maio de 2007 22:10 To: Maven Users List Subject: Re: [m2] best way to have an offline internal repository Dário Luís Coneglian Oliveros wrote: > Hi there, > > I've been reading several threads about having an offline internal repository > and I wonder if there's any maven plugin or tool that can help on this matter > as of now. I've heard of a repository builder, but could not find much > information about it.FYI I use Proximity as my proxy/proactive mirror. > Basically I want to create a package that encompasses a maven project and its > repo so any user who uses it can build this project offline. Any suggestions ? > > Any help is appreciated. > > Dário Oliveros > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > I'm not sure if this would help but the assembly plugin could package a repository into a zip. You could try checking it out. HTH, Henry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
