Maarten Coene
Maarten Coene
Same issue as #473
I'm wondering what happens if you specify the organisation in the override, like in the example in the JIRA. Will that give issues with the generated pom file? Will Maven...
Sure, but how does Maven handle the '*' artifactId? Does that work? ``` org.aspectj * 1.9.24 ```
If maven gives errors on these wildcards, perhaps we could only add it to the dependencymanagement if the Ivy-override is fully specified (read: both groupId and artifactId have a non-wildcard...
I've added some comments, could you have a look?
The output is now grouped by configuration. To keep this more 'backwards compatible', would it make sense to not do this? Or maybe put this new grouping feature behind an...
Yes I saw it, it already looked at it and thought it was ok. Just didn't had the time yet to integrate that refactor commit into the codebase. But I...
Could you explain a bit more what this actually fixes ?
The resolver name is used in some use-cases afterwards. If I look at the documentation, it mentions that the name attribute on a resolver is mandatory. Perhaps we should check...
Hi @eric-milles , yes, I will review all your PR's, many thanks for you contributions, it's greatly appriciated !! :-) It takes some time, it's very busy at the moment......