eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
519 stars 123 forks source link

Consider .flattened-pom.xml in plugin-gradle #544

Closed henrikplate closed 2 years ago

henrikplate commented 2 years ago

The deployment of module plugin-gradle did not consider the .flattend-pom.xml but the original pom.xml, which references the parent module. Since that is not deployed to Maven Central, the Gradle plugin did not work (also see #541).

TODOs