Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 887 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 887 Bytes

Developing Drools and jBPM

If you want to build or contribute to a droolsjbpm project, read this document.

It will save you and us a lot of time by setting up your development environment correctly. It solves all known pitfalls that can disrupt your development. It also describes all guidelines, tips and tricks. If you want your pull requests (or patches) to be merged into master, please respect those guidelines.

Working in IntelliJ Idea

Idea tends to pick up the test classes and resources from uberfire-workbench and break the uberfire-showcase build. These resources include Screens that are broken for testing purposes. The fix for this is to exclude the test resources manually. You can do this in File->Settings->Compiler->Ecludes.