For example, one can encounter the following error message:
Build errors for XXX; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project YYY: Could not resolve dependencies for project ZZZ: The following artifacts could not be resolved: ...
In order to force dependencies updates, one can use:
mvn clean install -U
No comments:
Post a Comment