Hi,
it seems that the difference is that sometimes i get the effective pom.xml
and sometimes not.
I have some other users which reproduce the issue manually with different
versions. So it is not "test" only neither related to a specific version of
my bom.
Any ideas why the same bunch of code somet
Hi,
thanks for this.
I was actually able to achieve the 2nd task using the following:
File sourcePom = getSourcePom(artifact);
Properties userProps = new Properties();
userProps.put("outputDirectory", dest.toString());
MavenExecutio