Closed rekire closed 3 years ago
I will fix the tests asap, tbh I forgot to run them
I fixed the tests and your remarks. There was one broken test file (groupB/bcd/deps2.pom
) is was a copy of groupA/deps1.pom
instead of a different test case, I fixed that. Could you please review why I had to change the expected output in testAddLicensesFromPom_withMultiple
to pass the test? I do not get why this was required.
Thank you for the review!
Changed the code and merged my other PR into this one. I'm looking forward new feedback
@caller9 when I see this correctly then has my patch already landed in multiple Google Apps like the PlayStore, is there any timeframe when I can expect to see this in a public release?
My patch went live in 0.10.5 on February 28
I want to have the clean name of the dependency if set in the POM file. My PR will use the name and will fallback when the name tag is not set in the POM file to the artifact group and artifact id. Fixes #184