gradle-quality-plugin
gradle-quality-plugin copied to clipboard
please include license in pom
problem for corporate environments where scanners prevent downloading
see https://github.com/spotbugs/spotbugs-gradle-plugin/issues/325#issuecomment-915018342 for solutions
The licence is already included in POM:
<licenses>
<license>
<name>The MIT License</name>
<url>https://raw.githubusercontent.com/xvik/gradle-quality-plugin/HEAD/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
See:
There is also a techical linking POM in gradle plugins portal (to support gradle plugin activation by id syntax), but it's generated by gradle plugin and intentionally lacks all information except actual plugin dependency
how strange. when I get home I'll double check what I saw.
maybe it's a problem with the site on which I'm viewing the pom file.