RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-21 Thread Peter . Pilgrim
> -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: 16 November 2006 19:37 > To: Maven Users List > Subject: Re: [M2] Howto Set Up Quickly an Offline Internal Repository? > > They aren't shell scripts, actually... they're Ant scripts.

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-21 Thread Peter . Pilgrim
Hi With my local to remote M2 Repo converter tool I hit a crunch. I am trying to figure why the maven is going to the internet, even though the maven-metadata.xml is set correctly. Is there another tag paremeter in maven-metadata.xml that I am missing? I do have all the POM/JARs for jetty and

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wayne Fay
this should get you on the right path. Wayne On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: 16 November 2006 17:02 > To: Maven Users List > Subject: Re: [M2] Howto Set Up Quickly an Of

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Tamás Cservenák
ECTED]> wrote: > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: 16 November 2006 17:02 > To: Maven Users List > Subject: Re: [M2] Howto Set Up Quickly an Offline Internal Repository? > > We've had this discussion before on this list, and

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
> -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: 16 November 2006 17:02 > To: Maven Users List > Subject: Re: [M2] Howto Set Up Quickly an Offline Internal Repository? > > We've had this discussion before on this list, and I know > so

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wayne Fay
Its a "pretty easy to solve problem" based on previous emails I've seen on this list and my own analysis (previously sent). So hopefully they can solve it without much trouble. ;-) Wayne On 11/16/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrot

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: So this sends me right back to Archiva again. Can Archiva convert a local repository back to a remote one or am I wandering down the wrong path? No, it won't. You still need the repository metadata, which is what maven-repository-build

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wayne Fay
We've had this discussion before on this list, and I know someone posted a way to convert a local repo into a "remote" repo with some shell scripts. I'll scan my archives but you can get the general idea from looking at a specific artifact in your local repo vs on ibiblio... home/.m2/repository/

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== > > On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi. Is there any type of documentation for the > > maven-repository-builder ? > > No, I already asked. Apparently the code was pulled out o

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi. Is there any type of documentation for the maven-repository-builder ? No, I already asked. Apparently the code was pulled out of the assembly plugin, and is used to test the eclipse plugin. So you might find some hints in the ecli

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
Hi. Is there any type of documentation for the maven-repository-builder ? -- Peter Pilgrim UBS Investment Bank, PTS Portal / IT FIRC OPS LDN, 100 Liverpool Street, London EC2M 2RH, United Kingdom +44 (0) 20 75 75692 :: Java EE / E-Commerce / Enterprise Integration / Development :: Visit our web

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: 16 November 2006 15:48 > To: Maven Users List > Subject: Re: [M2] Howto Set Up Quickly an Offline Internal Repository? > > On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Correction... it's maven-repository-builder, in the sandbox: http://svn.apache.org/repos/asf/maven/sandbox/maven-repository-builder/ > How do I check it out for building? svn checkout http://svn.apache.org/repos/asf/maven/sandbox/maven

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== > On 11/16/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > I asked on IRC, and a local repository can't simply be copied and > > repurposed as a remote repository. Jason suggested looking at the > > 'reposit

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: This is not good for me, because I am trying to build the project on an isolated machine. It cant get access to the Internet. BTW: Did Jason give a reason and say why not? A "remote" repository isn't necessarily physically remote... it

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
Cheers! > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== > > Correction... it's maven-repository-builder, in the sandbox: > > http://svn.apache.org/repos/asf/maven/sandbox/maven-repository-builder/ > -- Peter Pilgrim UBS Investment Bank, PTS Portal / IT FIR

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: 16 November 2006 13:16 > To: Maven Users List > Subject: Re: [M2] Howto Set Up Quickly an Offline Internal Repository? > > On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: I asked on IRC, and a local repository can't simply be copied and repurposed as a remote repository. Jason suggested looking at the 'repository-assembler' in the shared module, which can convert a local repo into a remote one by adding the mis

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am building an offline build, I want to verify the hold project is building in Maven on a disconnected machine. I copied my developer machine M2 repository to the isolated server. I asked on IRC, and a local repository can't simply b

[M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
Hi All I am building an offline build, I want to verify the hold project is building in Maven on a disconnected machine. I copied my developer machine M2 repository to the isolated server. I think that I set up a repository for as an `internal' one. What is wrong with this ``~/.m2/setting.xml