This content has been marked as final.
Show 2 replies
-
1. Re: KIE Workbench does not execute plugin during Build & Deploy
mccloud Oct 27, 2016 3:41 AM (in response to rkomulwadbnsf)AFAIK, the "Build & Deploy" button does not really do the same thing as a command-line "mvn clean install" (e.g. it doesn't run unit-tests for example). If this is a requirement, can you open a JIRA (either as a bug or feature request)?
Cheers,
Duncan -
2. Re: KIE Workbench does not execute plugin during Build & Deploy
abhijithumbe Dec 7, 2016 7:42 AM (in response to mccloud)you can try with below REST endpoint
/rest/repositories/${repositoryName}/projects/${ProjectName}/maven/install/
hope it helps..