Hello!
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. Could somebody please advice
what do I miss here? I could add all required modules from that POM as
separated dependencies, but if possible to use single POM with embedded
dependencies - it would be great!
Thank you in advance.
--
Eugene N Dzhurinsky
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]