Wayne Beaton

Results 169 comments of Wayne Beaton

This change broke some builds (see #232). I've reverted the change and am reopening this.

So... this would just be a URL (or some other arbitrary bit of information) that we'd just include in the issue. That seems relatively straightforward. The other thing that we...

There's APIs that can help with the mapping. But I get the sense that we're starting to talk about a very specific use case and I'm not sure how much...

There's a feature by which the tool will include a link to the Git repository from which the tool is invoked. It uses Eclipse JGit to automatically identify the remote...

This is not related to issue #81 (that should only impact Java). There's at least two different things happening. My best guess with `npm/npmjs/-/eslint-module-utils/2.7.3` and `npm/npmjs/-/normalize-package-data/2.5.0` is that the ClearlyDefined...

Of course. Can you give me a more complete example of what you ended up throwing at the license checker?

@netomi are you content with the updates? Shall I merge?

There is. But it's not documented. I'll fix that. You can exclude specific groups, artifacts, scopes, classifiers, etc. e.g., ```` $ mvn -DexcludeGroupIds=org.eclipse org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES ```` It uses built-in Maven...

> I don't know if filter should be done at maven layer (I mean filtering artifacts) or at dash-licenses layer (I mean filtering by content ID) or both. > >...