Re: [m2e-users] Different behavior in test and manually when retrieving Dependencies of DependencyManagement

2017-01-17 Thread Aurelien Pupier
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

Re: [m2e-users] Question

2017-01-17 Thread Eric Vergnaud
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