This plugin is used to display the communication-platform version, provided as an ENV variable, inside the Mirth Administrator GUI. The version is added to the Statusbar of the application if provided.
- Install Java
- Install Maven
- Run
git clone https://github.com/pujux/communication-platform-version-plugin
- Navigate to
communication-platform-version-plugin/
- Create a
keystore.jks
file incertificate/
- Run
mvn install
to install dependencies to local cache - Run
mvn clean package
to verify the build works - You can now find the plugins
.zip
archive indistribution/target
When opening the Mirth Connect Administrator, the plugin will first read the COMPLATFORM_VERSION
environment variable and then create a background task that will check and update the statusbar.
Every 15 seconds the task checks if the statusbar includes the current version and if not, will add it to the statusbar.
Copyright 2021 Kaur Palang
Copyright 2023 Julian Pufler
Licensed under the Apache License, Version 2.0 (the "License");
You may not use this code except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.