TIBCOSoftware / bw6-plugin-maven

Plug-in Code for Apache Maven and TIBCO ActiveMatrix BusinessWorks™
Other
65 stars 80 forks source link

Exposing RemoteDeployer's deployApplication(..startOnDeploy...) as plugin parameter #336

Open benynagy opened 5 years ago

benynagy commented 5 years ago

Maven Plugin version: 2.1.0+

Maven version: 3.6.0+

Product : Either of TIBCO ActiveMatrix Businessworks 6 OR TIBCO Businessworks Container edition

Product version:

Component: Either of Maven Eclipse Plugin or Maven build plugin

Steps to reproduce the issue: 1. 2. 3.

Additional environment details if any:

Describe the results you received:

RemoteDeployer -> deployApplication -> param: final boolean startOnDeploy

Describe the results you expected:

Hello, Would you please consider exposing the startOnDeploy parameter of RemoteDeployer -> deployApplication method as parameter of Mojos (BWDeploy, BWEARInstaller), similar to the other params... (also a default=true if null) would be great.

I am deploying the applications w/ Jenkins, but there are cases in the early stages, e.g. various Mock Apps, which could benefit from the flexibility of not starting the App immediately.

Thanks

Additional information you deem important (e.g. issue happens only occasionally):

damienRiv commented 4 years ago

Hi,

I would also like this evolution. Do you know if you can put this evolution on the next realease?

Thanks

medsiim commented 4 years ago

Hello,

I would like to deploy my application without starting it, can you fix this issue please ?

Thanks, Simo

SujataDarekar commented 4 years ago

@medsiim @damienRiv We would plan this issue for next maven release

chtidav commented 4 years ago

Hello Guys, Gr8 work for the plugin :)

I would love this feature too : could you pass the autostart parameter as a property ?

Cause in our env, when it is autostarting, it is crashing the OSGI context of the appNode and nothing is exploitable after... it seems that a temporization should be needed... because we have forked plugin source and passed the autostart parameter to false and it is working. We will test in the meantime the adding of a tempo when autostrating to see if it resolve our issue and propose a new enhacement for the plugin...

In advance thank you,

/Dav

medsiim commented 4 years ago

@medsiim @damienRiv We would plan this issue for next maven release

Thank you @SujataDarekar. i appreciate your contributions :) (y)