This content has been marked as final.
Show 1 reply
-
1. Re: How to access KIE Workbench 6.1 in Eclipse Luna?
abhijithumbe May 27, 2015 1:26 AM (in response to harish5024676)Hi,
To access projects created in KIE workbench from IDE you have to clone repository into IDE. To clone repository you can use following URL:
~~~~
ssh://user@localhost:8001/repository1
~~~~
After modifying assets(BPMN,rules...) you can push changes to KIE workbench repoistory.
Hope it helps...