I always prefer to create the maven projects from the scratch. You only need to add the following deps (groupid and artifactid)
org.drools drools-api org.drools drools-core org.drools drools-compiler You probably need to add the jboss repository as well in order to get this deps Repository.jboss.org/maven2 - Ing. Mauricio Salatino - On May 9, 2010, at 5:01, eyal edri <[email protected]> wrote: > Hi, > > I've created the HelloWorld drools sample project and i want to turn > it into a maven project. > > i know i can create and empty maven project and copy all sources > from the drools project to it, > but how do i handle the dependant jars (drools runtime?) > > is there a guide of how to mavenize your drools projects? > > -- > Eyal Edri > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
