-
Feature Request
-
Resolution: Unresolved
-
Minor
-
None
-
3.7.2.Final
-
None
DependencyFacet.addDirectManagedDependency adds the dependency to the dependencyManagement section.
We should either:
a) Change this method to add to dependencyManagement AND dependency sections
b) Create a new method in DependencyFacet to do that
Charles said:
DependencyFacet should be have a method like this DependencyFacet.addDependency(POM_DEPENDENCY)
to add a Dependency based on a ManagedDependency