|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plugin:3.... Sergei Ivanov (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Jesse Glick (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Jesse Glick (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Sergei Ivanov (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Jesse Glick (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Sergei Ivanov (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Jesse Glick (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Milos Kleint (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Milos Kleint (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Milos Kleint (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Sergei Ivanov (JIRA)
- [mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plug... Milos Kleint (JIRA)

We are using enforcer to make sure certain pre-requisites are met, and we are using Java toolchain to ensure consistency of compile, test and documentation environment for each of our projects. All of our NBM Maven projects are set up with a Java7 toolchain, only Maven process itself was running inside Java6 runtime.
The point I was trying to make was that there is no way to declare in nbm-maven-plugin POM that the plugin is dependent on Java7, so that, whenever you are using the plugin in your project, Maven would check its own Java level against the required one and abort the build with a meaningful error message (instead of letting the plugin crash and burn with "Unsupported major.minor version 51.0").