Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Labels:None
Description
Currently the maven-idea-plugin treats all dependencies the same in that it just adds all of them to each module
But what I would like is that if I have dependencies that are transative as a result of it depending upon another module in my multimodule project then I would like the module to be dependent only upon its upper module and this upper module to export all its dependencies.
This stops cluttering of alot of dependencies being put in for each module when they can all just be exported from the top level dependency.
Fixed
However there were 3 tests that failed but it was because the test data was returning a list of Strings for getDependencies when it should be a List of Dependencies. So I commented out those 3 tests until they get fixed.
I didn't know how to fix it sorry. I'm still a Java begginner