RE: [M2] Just need the open source eyes on this

2006-12-04 Thread Peter . Pilgrim
-Original Message- From: Pilgrim, Peter Sent: 04 December 2006 16:10 To: 'Maven Users List' Subject: [M2] Just need the open source eyes on this Hi Maven says it cant download the file from the internal repository. Anything out of the ordinary of this maven-metadata.xml

Re: [M2] Just need the open source eyes on this

2006-12-04 Thread Wayne Fay
Do you have the corresponding sha1 and md5 files next to the pom file named ie blah-1.0.pom, blah-1.0.pom.sha1, blah-1.0.pom.md5? You will need this for all files in the repository. This can cause those error messages, IIRC. Wayne On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: [M2] Just need the open source eyes on this

2006-12-04 Thread Wendy Smoak
On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ignore I think firewall proxy issues are preventing the routing access direct to internal repository from the machine. Based on other problems you've reported, that sounds likely. FWIW, I think releases are discovered directly, by

RE: [M2] Just need the open source eyes on this

2006-12-04 Thread Peter . Pilgrim
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 04 December 2006 16:50 To: Maven Users List Subject: Re: [M2] Just need the open source eyes on this On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ignore I think firewall proxy issues

RE: [M2] Just need the open source eyes on this

2006-12-04 Thread Peter . Pilgrim
Hi -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: 04 December 2006 16:48 To: Maven Users List Subject: Re: [M2] Just need the open source eyes on this Do you have the corresponding sha1 and md5 files next to the pom file named ie blah-1.0.pom, blah-1.0

Re: [M2] Just need the open source eyes on this

2006-12-04 Thread Wendy Smoak
On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: That's very interesting, Wendy. In my experience you do need a maven-metadata.xml file with information that points to the versions of the artifact. If that were true across the board, no one would be able to use MyFaces 1.1.4.

RE: [M2] Just need the open source eyes on this

2006-12-04 Thread Peter . Pilgrim
December 2006 17:13 To: Maven Users List Subject: Re: [M2] Just need the open source eyes on this On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: That's very interesting, Wendy. In my experience you do need a maven-metadata.xml file with information that points to the versions

Re: [M2] Just need the open source eyes on this

2006-12-04 Thread Tom Huybrechts
For dependencies, the path in a local or remote repository can be constructed using groupId, artifactId, version, classifier and type since all of these are always known from the POM (or parent POMs). For plugins the version is not always known. If no version is specified for a given plugin, the