Update scripts to account for file movement
parent
097d29d8f5
commit
bd38d3e9e6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue