Running two maven plugins using a single command -


i have 2 dependencies in pom:one soapui maven plugin , 1 custom plugin. want able access files generated first plugin create report using second plugin. need these 2 plugins run 1 after other using single command able configure in jenkins.currently able run if build fails while running first plugin second plugin not invoked. want run second plugin irrespective of build result of first plugin.

thanks in advance!!

you can add post-build-step "run maven goal" custom goal , configure run every time - no matter first build produced.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -