Maven supports compilation and execution on classpath or module path #35
Replies: 4 comments 3 replies
-
Next to that, all discussions for possible changes that are needed to fulfill the goal (like moving code to maven core) should happen here. |
Beta Was this translation helpful? Give feedback.
-
Likely more embracing new type usage for that concern since feature is there since day one of jpms at a bit verbosity cost so no new feature, more a refacto. |
Beta Was this translation helpful? Give feedback.
-
https://issues.apache.org/jira/browse/MNG-8015 - is it not address such issue? |
Beta Was this translation helpful? Give feedback.
-
Plugins should be moved one by one to the maven 4 API which will provide support for enhanced class/module paths. |
Beta Was this translation helpful? Give feedback.
-
This is based on the discussion in #11
We need to refactor Maven core + a hand full of plugins (compiler, surefire, exec...) to be able to compilation and execution modules and applications on classpath or module path.
As a next step, we need to define the important plugins that need to be refactored and estimate the needed resources.
Beta Was this translation helpful? Give feedback.
All reactions