RE: Dependency and groupId?

2007-06-01 Thread Tawfik, Sameh E
Thanks Wayne that did the trick! Sameh -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 12:50 PM To: Maven Users List Subject: Re: Dependency and groupId? Here's my critiques of your poms: parent: looks ok common add com.fairisaac.mbpa

Re: Dependency and groupId?

2007-06-01 Thread Wayne Fay
7.0 Reason: Unable to download the artifact from any repository com.fairisaac.mbpa:mbpa:pom:7.0 from the specified remote repositories: central (http://repo1.maven.org/maven2) Thanks, Sameh -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 6:

RE: Dependency and groupId?

2007-06-01 Thread Tawfik, Sameh E
/repo1.maven.org/maven2) Thanks, Sameh -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 6:13 PM To: Maven Users List Subject: Re: Dependency and groupId? You pick your own groupId for all your own projects. We generally suggest the groupId b

Re: Dependency and groupId?

2007-05-31 Thread Wayne Fay
You pick your own groupId for all your own projects. We generally suggest the groupId be basically your domain backwards -- a.b.com becomes com.b.a. In this case, I would probably use com.fairisaac.mbpa as the groupId for my artifacts, as it seems like mbpa is perhaps your project name. Then I wo