Can't disable Hazelcast with payara-micro-maven-plugin prebootcommandfile

Hi @jmanko,

To disable Hazelcast with Payara-Micro you can use the --nocluster command line option. This can be configured in your payara-micro-maven-plugin configuration by adding the following option in the commandLineOptions:

<option>
    <key>--nocluster</key>
    <value>true</value>
</option>

Best Regards,
James

1 Like