On Tue, Jul 03, 2007 at 04:36:48PM +0200, Tim Kettler wrote: > Hi, > The URL format looks wrong. It should have a format like this: > repositoryPrefix/groupId/artifactId/version/filename > but it actually has: > repositoryPrefix/groupId/artifactId/filename
Really, I missed that (i wasn't copy/paste things) the original url is http://repository.jboss.com/maven2/org/drools/drools/3.0.5/drools-3.0.5.jar > 2. > Why do you need to depend on this pom as a dependency at all? The pom just > declares a dependency to junit so it won't pull in any drools artifact. Really, I just reviewed that pom and found you're right, they are not declaring dependencies of any of modules they have, so I assume this pom is needed only for building or something else. > Shouldn't you depend on drools-core or one of the other artifacts? In this case I assume I need to depend of certain modules, not meta-module. Thank you for prompt response! -- Eugene N Dzhurinsky --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
