A sample NextGen Connect plugin.
This repository is used in this guide on writing Mirth plugins.
- Install Java
- Install Maven
- Run
git clone https://github.com/kpalang/mirth-sample-plugin - Navigate to
mirth-sample-plugin/ - Run
mvn installto install dependencies to local cache - Run
mvn clean packageto verify the build works - Try to install the sample plugin by getting the
.ziparchive frommirth-sample-plugin/distribution/target
Use this repository as a base to develop your own plugins.
This repository showcases use of mirth-plugin-maven-plugin to generate plugin.xml file!
- Any external libraries that you might want to use in the plugin at runtime, go into
libs/runtime/{type} - Any external libraries that you might want to use at compiletime, go into
libs/compiletime/{type}
- More simplification