Hi,

A few remarks:

1.
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

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.

Shouldn't you depend on drools-core or one of the other artifacts?

-Tim

Eugeny N Dzhurinsky schrieb:
On Tue, Jul 03, 2007 at 03:13:14PM +0200, Thorsten Heit wrote:
Hi,

We need to use JBoss Drools project, there is a special meta-module POM at
http://repository.jboss.com/maven2/org/drools/drools/3.0.5/drools-3.0.5.pom

I specified the repository in my POM and added dependency:

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools</artifactId>
    <version>3.0.5</version>
</dependency>

however maven can't download JAR file and fails.
What error message is Maven showing you? Have you already tried "mvn -e -X ..."?
Are you behind a firewall? If yes, have you configured any proxy settings?

Maven just complies it can't find
http://repository.jboss.com/maven2/org/drools/drools/drools-3.0.5.jar , and
there's really no such file. I assume such dependency needs to be configured
in a bit different way rather than just <dependency>, as regular one (which
has appropriate JAR file)?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to