You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to weirdnesses with the maven publish plugin and same module names within nested gradle middle-modules, for our internal library the group name often times has a suffix:
Due to weirdnesses with the maven publish plugin and same module names within nested gradle middle-modules, for our internal library the group name often times has a suffix:
I.e with a module structure like this:
We publish artifacts like:
It would be great if licensee allowed a regex matching so we can specify sth like:
ignoreDependenciesByRegex(my.company.*)
This could work similar to gradles
exclusiveContent
matching:The text was updated successfully, but these errors were encountered: