kiegroup / droolscourse

Source code for the Drools on boarding gitbook
https://github.com/nheron/droolsonboarding
Apache License 2.0
100 stars 69 forks source link

Please add a note about how to build and run #1

Open sureshvv opened 5 years ago

sureshvv commented 5 years ago

I am getting errors like this:

[ERROR] Failed to execute goal on project drools-lesson1: Could not resolve dependencies for project org.kiegroup:drools-lesson1:kjar:2.0.0-SNAPSHOT: Failed to collect dependencies at org.kiegroup:drools-lesson-pojo:jar:2.0.0-SNAPSHOT: Failed to read artifact descriptor for org.kiegroup:drools-lesson-pojo:jar:2.0.0-SNAPSHOT: Could not find artifact org.kiegroup:AccountProject:pom:2.0.0-SNAPSHOT -> [Help 1]

nheron commented 4 years ago

when you do a maven install the Junit tests are run and are working for me What did you do to get that message?