Details
Description
When in a reactor situation, calling ActiveProjectArtifact.getFile(..) or ActiveProjectArtifact.setFile(..) will usually result in recursive calls and a StackOverlowError, since it tries to set/get the file of the project's artifact, which is usually a reference to itself.
this was a problem on my side.