<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    I would like to install drools for one of my projects using maven.
    (I've already ask the maven mailinglist. They said I shall ask here,
    because it's Drools related.)<br>
    I've set up the repository and the drools reference in my projects
    POM file.<br>
    <blockquote>   &lt;repository&gt;<br>
            &lt;id&gt;Jboss Drools Nexus Repository&lt;/id&gt;<br>
           
&lt;url&gt;<a class="moz-txt-link-freetext" href="https://repository.jboss.org/nexus/content/groups/public">https://repository.jboss.org/nexus/content/groups/public</a>&lt;/url&gt;<br>
            &lt;releases&gt;<br>
              &lt;enabled&gt;true&lt;/enabled&gt;<br>
            &lt;/releases&gt;<br>
            &lt;snapshots&gt;<br>
              &lt;enabled&gt;false&lt;/enabled&gt;<br>
            &lt;/snapshots&gt;<br>
          &lt;/repository&gt;<br>
      <br>
            &lt;dependency&gt;<br>
              &lt;groupId&gt;org.drools&lt;/groupId&gt;<br>
              &lt;artifactId&gt;drools&lt;/artifactId&gt;<br>
              &lt;version&gt;5.1.0&lt;/version&gt;<br>
              &lt;type&gt;pom&lt;/type&gt;<br>
            &lt;/dependency&gt;<br>
    </blockquote>
    <br>
    I know the referenced repository directory contains no jar file,
    because I need the whole drools project. I thought the POM contained
    in the repository dir would manage that. Because I'm new to Maven, I
    don't know if I've configured something wrong or what's the trick.
    Running my project I get:<br>
    <blockquote>Validation Messages:<br>
          [0]  'dependencies.dependency.version' is missing for
      org.drools:drools:jar<br>
      <br>
    </blockquote>
    So how can I set drools as a project dependency?<br>
    <br>
    Thank you for your help!<br>
    Tina<br>
  </body>
</html>