This content has been marked as final.
Show 2 replies
-
1. Re: Could any one suggest how to deploy the JBPM6 project from eclipse to KIE workbench?
krisverlaenen Jan 11, 2015 7:52 PM (in response to cheirma.rajan)The git protocol is read-only. To be able to push, you need to use the ssh protocol:
ssh://<hostname>:8001/<repository_name>
See Chapter 18. jBPM Eclipse Plugin
Note that it is recommended to create the project in the web tooling first, and then import it in Eclipse and push updates to it.
Kris
-
2. Re: Could any one suggest how to deploy the JBPM6 project from eclipse to KIE workbench?
cheirma.rajan Jan 13, 2015 1:45 PM (in response to krisverlaenen)Thanks kris..