Closed sebb840 closed 8 months ago
Hi @sebb840
Thanks for valuable feedbacks, I solved the #253 issue simply catching and ignoring the NPE exception.
The real problem there seems related to org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector
I've planned to replace it, stay tune on issue #254
Hi !
I use the plugin version 7.3.2 and I've still the nullpointerException like #253 issue
The confluence report has been generated but I've in the dependencies section but no dependencies found :
Project Dependencies There are no dependencies for this project. It is a standalone application that does not depend on any other project.
I found the origin of problem. My project structure is like this :
The problem appears when the SsProjet1 and SsProjet2 projects are modified, deployed on nexus server and published on confluence during the same deployment phase.
For example :
SsProjet1 is modified, his version is 1.1, SsProjet2 is modified too and his version is 1.1 too. During the deployment phase, the SsProjet1 is built, deploy and publish a confluence page. Then the SsProjet2 project is built, deploy and publish a confluence page but the dependencies generate the nullPointerexception error. As if he didn't find the SsProjet1 artifact while it is well on nexus server.
If in the second time, I modify only the SsProjet2 project, the dependency section is ok because the SsProject1 1.1 is already generated in the previous built.
I hope that will help you.
Séb