<div dir="ltr">Great, thanks Mark! <br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 28, 2014 at 4:06 PM, Mark Proctor <span dir="ltr">&lt;<a href="mailto:mproctor@codehaus.org" target="_blank">mproctor@codehaus.org</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">We require jars that are built to conform to maven standards. But they do not need to be built with maven. That means they do need a pom.properties in there. If gradle does not add that automatically, you should be able to automate that yourself.<div>


<br></div><div>The pom.properties is a very simple file, that requires 3 key value pairs:</div><div><div style="border:1px inset;padding:2%"><pre style="margin-bottom:0px;font-family:Menlo;margin-top:0px;padding:6px" bgcolor="#ffffff">

<font color="#808080"><i>#Generated by Maven
</i></font><font color="#808080"><i>#Wed Nov 18 14:44:09 PST 2009
</i></font><font color="#000080"><b>version</b></font><font color="#000000">=</font><font color="#008000"><b>2.2
</b></font><font color="#000080"><b>groupId</b></font><font color="#000000">=</font><font color="#008000"><b>javax.el
</b></font><font color="#000080"><b>artifactId</b></font><font color="#000000">=</font><font color="#008000"><b>el-api
</b></font></pre></div><div><br></div><div>This is necessary for discovery of jars, and versioning of jars within the same JVM. Maven provides a standard for this, so it seemed redundant us creating yet another way to declare this meta data.</div>


<div><br></div><div>Mark<br><div><br></div><div><br><div><div><div><div>On 28 Jan 2014, at 22:03, Andrew Berman &lt;<a href="mailto:rexxe98@gmail.com" target="_blank">rexxe98@gmail.com</a>&gt; wrote:</div><br></div>
</div><blockquote type="cite"><div><div><div dir="ltr"><div><div>Hello,<br><br></div>I keep running into an issue where Drools is looking for a pom.properties file and I get an error since I&#39;m using Gradle.  Does Drools depend on Maven?  I noticed there is a lot of code looking for Maven and pom.xml and pom.properties, why is that?<br>




<br></div>Thanks!<br></div></div></div>
_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a></blockquote>


</div><br></div></div></div></div><br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div><br></div></div>