ltearno / pom-explorer

A tool to aid managing lots of maven projects
MIT License
371 stars 65 forks source link

Dont load parent if in session #60

Closed robstoll closed 6 years ago

robstoll commented 6 years ago

So far we only checked if the parent GAV is in the ProjectContainer. We neglected that it might be already loaded in the current session.

robstoll commented 6 years ago

session does not yet contain the parent, we have to check the loaded projects instead