Skip to content

Instantly share code, notes, and snippets.

@romartin
Last active June 19, 2019 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romartin/96c200428a140e026010fad6e4172570 to your computer and use it in GitHub Desktop.
Save romartin/96c200428a140e026010fad6e4172570 to your computer and use it in GitHub Desktop.
Stunner - BPMN kogito editor HOWTO
Steps:
1.- checkout branch -> https://github.com/manstis/droolsjbpm-build-bootstrap/tree/DROOLS-3727
1.1 - rebase it from master (kie) - no conflicts
1.2 - build (skipping tests and gwt compilation)
(OPTIONAL STEP - only if need to run in VSCode...)
2.- check branch -> https://github.com/kiegroup/appformer/tree/alpha
2.1 - build (skipping tests and gwt compilation) (do not rebase it - conflicts found and no need for it...)
3.- checkout branch -> https://github.com/kiegroup/kie-wb-common/tree/DROOLS-3727
- DO NOT BUILD the whole module! keep reading... ;)
3.1 - build submodule kie-wb-common-submarine (skipping tests and gwt compilation)
3.2 - build submodule kie-wb-common-stunner (skipping tests and gwt compilation)
3.3 - build the showcase module kie-wb-common-stunner-showcase-standalone (skip tests, but including gwt compilation)
4.- Deploy kie-wb-common-stunner-showcase-standalone/target/kie-wb-common-stunner-showcase-standalone.war into Wildfly 14.01
@evacchi
Copy link

evacchi commented May 31, 2019

git clone and mvn install:
https://github.com/evacchi/gwt-bpmn-marshallers

then instead of 3. do:
checkout https://github.com/evacchi/kie-wb-common/tree/JBPM-8586

then resume from 3.1...3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment