If you get something like the above with the JCape Maven plugin, with the error below, you will need to ensure to add a source in your settings.xml/settings-override.xml that can obtain the specific plugin:
Plugin com.codelogic.agent.java:jcape-maven-plugin:22.12.2 or one of its dependencies could not be resolved: Could not find artifact org.springframework.shell:spring-shell-starter:jar
Example settings-override.xml addition:
<pluginRepository>
<id>repository.spring.release</id>
<name>Spring GA Repository</name>
<url>https://repo.spring.io/plugins-release/</url>
</pluginRepository>