-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"License information could not automatically verified" for Tycho (compile) #24
Comments
The server component identifies many artifacts as coming from Eclipse projects and categorizes them accordingly. Making this complete is always going to be a game of whack-a-mole with a risk that using wildcards to identify artifacts will incorrectly align similarly named third party content (I'm not sure whether or not this applies here). So, general sorts of "this includes an Eclipse project short name" filters can't work in the general case. The GAV is incomplete...What's the groupid? (I'll try to whack this mole). In the meantime, the workaround is to remove identifiers from the list that you don't want the tool to scan from your input. e.g., pipe input through |
Fair enough.
That is OK. This set of bugs were (what I believe) is low hanging fruit that is likely to hit numerous projects. Indeed most of them are actually dependencies of other Eclipse projects that CDT depends on. |
The missing group id was the key - the grep was picking out something nor from the
|
I am closing for now as this issue is invalid. I will reopen if I come up with a simple/generic fix that can go in the readme. |
FWIW - the reason that this is a problem for CDT, but not for some other projects, is that Therefore what is in the readme is the best in the general case and CDT will just be "special" |
I have run the license tool on CDT (full maven.deps). I had a few false negatives (I believe).
This issue is for Tycho compile time dependency:
#
tycho-compiler-plugin:1.7.0:compile (null)The text was updated successfully, but these errors were encountered: