-
New Feature
-
Resolution: Fixed
-
Major
-
None
In order to implement a maven3-plugin, we need a new class loader mechanism to mask current maven classes which are in core (through maven-plugin).
- is blocking
-
JENKINS-4988 Maven 3 support in maven-plugin
-
- Closed
-
IIUC, I don't think this works. URLClassLoader that's responsible for loading classes from the plugin doesn't have any parent, so if plugin classes refer to classes in Hudson core, for example, then those references will fail to resolve.