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
517 stars 124 forks source link

Problem of steady 3.2.4 #576

Closed bluesno205 closed 1 year ago

bluesno205 commented 1 year ago

Describe the bug Problems occur in the packaging process of the release version.

IMPORTANT: Execution default-cli of goal org.eclipse.steady:plugin-maven:3.2.4:app failed: Unable to load the mojo 'app' (or one of its required components) from the plugin 'org.eclipse.steady:plugin-maven:3.2.4': com.google.inject.ProvisionException: Unable to provision.**.

To Reproduce Add the dependency into pom, start docker-compose and build the project

serenaponta commented 1 year ago

Older versions may be subject to issues that have been fixed in later releases. Please only report the issue if it occurs with the latest version.

Thank you!