-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #115 and believe me, it was NOT fun.
In fact, the way we load MavenProject objects is not the official maven way (which will have an impact on #86). As we load the MavenProject by simply reading the pom file (and not by using the Full Maven Powers), the parent may not be defined and, as a consequence, some infos are lacking. To fix that, I had to analyze if maven pom is loaded from a file, and when it is the case, I also have to check if parent path is good, which I do a bad way.
- Loading branch information
Showing
6 changed files
with
256 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.