<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">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-top: 0px; margin-bottom: 0px; padding: 6px; background-color: rgb(255, 255, 255); font-family: Menlo;" 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>On 28 Jan 2014, at 22:03, Andrew Berman &lt;<a href="mailto:rexxe98@gmail.com">rexxe98@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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'm using Gradle.&nbsp; Does Drools depend on Maven?&nbsp; 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>
_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/rules-users</blockquote></div><br></div></div></div></body></html>