First one is to fix common issue when developing in Eclipse using m2e integration. Some Maven plugins are not recognized on m2e and lifecycle execution of some them should be forced to ignored or executed in order to build the project in Eclipse.
Second one is to fix a NoClassDefFoundError exception on Jenkins startup in development mode. Pipeline Step API version was too old -> Upgraded this to 2.15
Two commits: