duracotton
duracotton
Currently the plugin release version 2.0.0 does not fail for errors caused by values of the , e.g.: #430 and #432 The plugin should fail then. Currently the errors are...
I had the following entry in my "licensesConfigFile": ``` BSD-3-Clause (BSD-3-Clause "New" or "Revised" License) https://raw.githubusercontent.com/x-stream/xstream/XSTREAM_1_3_1/LICENSE.txt ``` The special character `"` isn't allowed as a Windows filename and will prevent...
I have set the "licensesConfigFile"'s URL element to use some WWW Urls as well as some local files (using the file:// descriptor - see #428) Result of a mvn clean...
The goal download-licenses/aggregate-download-licenses currently does not support using locally provided license text files. We have dependencies which are that old or are proprietary so that there isn't any license file...
If I specify the plugin to use my "licensesConfigFile" where I declare some licenses manually but accidentally insert some invalid "url" value to a license text, the plugin is not...
I tried to compile the current master branch to test my fork. But I can't even get the release 2.0.0 (commit id: bb7100581e206e1e375a0e007b7024e2688ae05a) compiled with Maven (e.g. mvn verify). ```...