The split-off of droolsjbmn-integration is done, the repository is ready to be used.
See below how to get started.

But before you get started, please check these settings:
For detailed instructions on how to configure this fast correctly, see the README.txt file, currently still at:
  https://github.com/droolsjbpm/droolsjbpm/blob/master/README.txt#L118

How to get started
============

// Close eclipse/intellij
cd ~/projects
// Move the old repostory out of the way
mv droolsjbpm monolitic-droolsjbpm
// Make a directory to hold all the new repositories
mkdir droolsjbpm
cd droolsjbpm
git clone git@github.com:droolsjbpm/droolsjbpm-integration.git droolsjbpm-integration
Optional: git clone git@github.com:droolsjbpm/guvnor.git guvnor
Optional: git clone git@github.com:droolsjbpm/droolsjbpm-tools.git droolsjbpm-tools
// As the split-up continues, you'll be able to add more repo's
// Make a new workspace in Eclipse/IntelliJ
// Add each of the new repo's as maven projects to that new workspace


Temporary workaround during the next week
============================

Because the split-up is still ongoing (not everything split up yet + the hudson jobs don't deploy snapshot yet),
you 'll need to do this to get it to work, because the repo's still depend on the old parent pom for now:

cd ~/projects
// go the old repo and get it up to date
cd monolitic-droolsjbpm
git pull --rebase
// Just build and install the parent pom
mvn clean install -N
cd ..
cd droolsjbpm
cd guvnor
mvn clean install -DskipTests
cd ..
cd droolsjbpm-tools
mvn clean install -DskipTests


Status of split-up
===========

droolsjbpm-integration, guvnor and droolsjbpm-tools are done.
drools (including drools-core, drools-compiler, drools-jsr94, drools-template, drools-decisiontables, drools-verifier, ...) is frozen from tomorrow morning (Wednesday).
-- 
With kind regards,
Geoffrey De Smet