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
537
stars
123
forks
source link
Fixed configuration of flatten and nexus plugin #487
Configured the flatten-maven-plugin to keep POM elements required for uploads to Maven Central, and the nexus-staging-maven-plugin to skip the deployment of certain modules on Maven Central.
Configured the
flatten-maven-plugin
to keep POM elements required for uploads to Maven Central, and thenexus-staging-maven-plugin
to skip the deployment of certain modules on Maven Central.