Re: Maven plugin developer doumentation

2017-10-23 Thread Anders Hammar
What you should typically do is declare dependency to the lowest version of Maven that you want to support support. So for our core Apache Maven plugins we declare dependency to version 3.0 of the (core) Maven dependencies, which is because we want the plugins to support v3.0+ of Maven. So we build

Maven plugin developer doumentation

2017-10-23 Thread Christopher
Hi, I develop some Maven plugins, and am struggling trying to find documentation on which dependencies are provided by a particular version of Maven, and when I should use a newer compatible version as the dependency in my plugin. For example, I have a plugin which declares 3.2.5 as a prerequisit