カスタマイズされた spring-boot スターター プロジェクトを作成し、それをリモートの Maven リポジトリにデプロイしたいと考えています。を実行するmvn clean package deploy
と、次のようなエラーが表示されました。
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.1.2.RELEASE:repackage (repackage) on project jcr-service-spring-boot-starter: Execution repackage of goal org.springframework.boot:spring-boot-maven-plugin:2.1.2.RELEASE:repackage failed: Unable to find main class -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
実際、Spring-Boot スターター プロジェクトがメイン クラスを持つ必要はないと思います。単独で実行されることはないからです。
プロジェクトをパッケージ化する方法を説明してもらえますか?