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
Hello @derkoe,
we started using your plugin with maven which run with settings.xml but we have a multi-mirror configuration which we provide to maven via PROFILES, like:
Hello @derkoe,
we started using your plugin with maven which run with settings.xml but we have a multi-mirror configuration which we provide to maven via PROFILES, like:
And during mvn verify job licensecheck looks only on pom.xml and not through profiles defined.
If I understand correct, sonarcube-licensecheck only reads pom.xml and settings.xml
but there is a setProfiles method which might be used
https://maven.apache.org/shared/maven-invoker/apidocs/org/apache/maven/shared/invoker/DefaultInvocationRequest.html#setProfiles(java.util.List)
Could you tell if it's possible to add to the plugin?
I've tried to make a local build of licensecheck but faced with multiple dependencies issues.
Thanks in advance!
The text was updated successfully, but these errors were encountered: