Version 3.1.1 of the VersionEye Maven Plugin is out. It brings improvements for multi module projects and a better handling of error messages.
- Better error messages: Until now the plugin did not handle error messages from the server. If the API was not available the build just failed with a random Exception. The current version handles the response code from the API. If the server responds with an error message it will be displayed in the command line as well!
- Multi Module Builds: In a multi module project the plugin created a separate project for each module. This behaviour changed in this version. Since VersionEye supports projects with multiple files the plugin creates always only 1 single project! If it is a multi module project, each module is a “subproject” in the VersionEye project.
You can find the source code on GitHub: https://github.com/versioneye/versioneye_maven_plugin.
Give it a try and let us know what you think.