No copying of hazelcast plugin to non-clustered openfire environments. No default inclusion of monitoring plugin.

pull/47/head
Emiel van der Herberg 2021-12-02 13:06:14 +01:00
parent 75f74b5795
commit d6f5761fbc
3 changed files with 0 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,3 @@
#!/bin/bash #!/bin/bash
# For when you've built the hazelcast plugin locally and want this in your next stack # For when you've built the hazelcast plugin locally and want this in your next stack
cp ../openfire-hazelcast-plugin/target/hazelcast-openfire-plugin-assembly.jar ./plugins_for_clustered/hazelcast.jar cp ../openfire-hazelcast-plugin/target/hazelcast-openfire-plugin-assembly.jar ./plugins_for_clustered/hazelcast.jar
cp ../openfire-hazelcast-plugin/target/hazelcast-openfire-plugin-assembly.jar ./plugins_for_federated/hazelcast.jar
cp ../openfire-hazelcast-plugin/target/hazelcast-openfire-plugin-assembly.jar ./plugins_for_other/hazelcast.jar