Stig Døssing
Stig Døssing
I am wondering if we could get away with only supporting SPDX identifiers for this? The way I see it, a blacklisting mechanism needs to be reliable, as it is...
@ppalaga Sorry for not getting back to this. Thanks for explaining, I misunderstood how SPDX is supposed to work. My hope would be that the license plugin could get the...
I have the relevant bit of an integration test ready at https://github.com/srdo/license-maven-plugin/tree/issue-310/src/it/ISSUE-310. The test isn't done (the assertion and README are wrong), but it provokes the error. I think the...
> Why would anyone need both in one project? I use AggregateDownloadLicenses to download the license texts of my dependencies. I can use the output of this goal (with a...
Thanks for explaining. It looks to me like the only features in AddThirdParty that DownLicenses doesn't have are license merging and blacklisting, but hopefully spdx identifiers will help make the...
This feature https://www.mojohaus.org/license-maven-plugin/aggregate-add-third-party-mojo.html#licenseMerges It's useful because without spdx there is no good unique identifier for a license. It's to avoid e.g. "Apache License v2" and "The Apache Software License 2.0"...
> When I try to run the test from `"A Stack" should {` line, the methods are not shown in the Test Results window in the bottom left of the...
> It was not broken before because it used to run the whole test class independent of from where you hit the run tests button. So it used to always...
From a cursory reading, the `compilerClasspath` is mainly used in `RemoteServerConnectorBase`. I'm not familiar enough with the Scala plugin to know what that's for. But as far as I can...
The pre-PR code uses `editor.setType`, which becomes `LibraryImpl.setKind`, which does this ``` myProperties = kind.createDefaultProperties(); ``` The ScalaLibraryType kind creates an empty ScalaLibraryProperties, where the classpaths (and version, hence the...