Currently, the Maven build steps don't replace the @BUILD@ placeholder in plugin.yml, leading to the raw unreplaced string appearing in server logs and other plugin info. Fix this.
Fixed in 0f03f16. If anyone has an idea of how to sub in the string "DEV" when building locally without Jenkins' environment variables (cough cough @FernFerret), let me know.
Currently, the Maven build steps don't replace the
@BUILD@
placeholder inplugin.yml
, leading to the raw unreplaced string appearing in server logs and other plugin info. Fix this.