Re: Possible bug in the ProjectBuilder (3.5.4) ?

2018-09-25 Thread Cristiano
Ok, I found where the problem was... :-) Certainly I do not set necessary objects to new instance of ProjectBuildingRequest  that I was doing. Once I have reused the instance provided by the MavenSession instance, the errors gone ! ProjectBuildingRequest request = session.getProjectBuildin

Possible bug in the ProjectBuilder (3.5.4) ?

2018-09-24 Thread Cristiano
Hello, I need some assistance in order to identify whether the issue I'm facing is a bug or a missing feature. I'm adding a goal to my plugin that must read a POM project from a repository and get details about the dependencies declared on it. In order to build the POM object I've created the