How to import existing drools project from eclipse IDE to kie-workbench.

1,432 views
Skip to first unread message

Deepak Goyal

unread,
May 4, 2016, 8:05:59 AM5/4/16
to Drools Usage
Hello,
     I have a drools project in eclipse IDE and i created a .jar file for this project, Now i want to access this project in KIE-workbench with same directory structure.
How i can do it, but i don't want to copy and paste all files in kie-workbench.

Abhijit Humbe

unread,
May 4, 2016, 8:15:13 AM5/4/16
to drools...@googlegroups.com
Using git commands you can add existing project into repository and then push content into server repository.

~~~
git add .
git remote add origin ssh://admin@localhost:8001/repository1
git push origin master -f
~~~
Hope it helps..

Abhijit Humbe

--
You received this message because you are subscribed to the Google Groups "Drools Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-usage...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/4b96f84f-a19c-4cd8-8760-16cd728e7545%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Deepak Goyal

unread,
May 5, 2016, 1:11:15 AM5/5/16
to Drools Usage
Thanks Abhijit,
But due to confidentiality i can not copy eclipse project into git repository, so please tell me another way so i can directly upload a existing project's jar file and set dependency and it will create project hierarchy automatically.

Abhijit Humbe

unread,
May 5, 2016, 3:50:32 AM5/5/16
to drools...@googlegroups.com
Hi,

You can upload jar into server artifact repository(Authoring-->Artifact Repository-->Upload) and then deploy it.

Abhijit Humbe

Reply all
Reply to author
Forward
0 new messages