Revert back to src/main/asciidoc structure to remove maven-resources-plugin hack

The asciidoc-maven-plugin now copies the images etc (instead of the maven-resources-plugin) which enabled embedding (think PDF) and broken image detection.
Obviously shared images (logo's and icons) have been placed into shared/images
jbpm's callout icons have been removed as they are unused (leftover from before the pressgang-tools era even).
1885 files changed
tree: 5d64cdf3623abd3dab27e0bdb3fade30538bdd87
  1. code/
  2. docs/
  3. scripts/
  4. .gitignore
  5. LICENSE-ASL-2.0.txt
  6. pom.xml
  7. README.md
README.md

Developing Drools and jBPM

If you want to build or contribute to a kiegroup 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.