Update scripts to account for file movement

pull/55/head
Dan Caseley 2022-03-11 23:18:08 +00:00 committed by Guus der Kinderen
parent 097d29d8f5
commit bd38d3e9e6
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
# 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 ./cluster/plugins/hazelcast.jar

View File

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