Development
Setup
- download the plugin repository at https://github.com/richard-strauss-werke/glyphpicker
- if Maven is not installed on your system, download it from http://maven.apache.org/download.cgi and follow the setup instructions in the readme file
- open a command prompt at the project root and type
mvn installto install the project's dependencies
Package
- package the project by typing
mvn assembly:assemblyfrom the project's root directory