How to see what Maven is sending to a server during deploy?
问题 I'm trying to use Github's new Actions CI server to deploy packages to Github's new packages feature. It's not going well. I think it's all set up correctly, but I get this error: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project myproject: Failed to deploy artifacts: Could not find artifact com.mycompany:myproject:pom:1.5 in github (https://maven.pkg.github.com/mycompany/mycompany_repository) -> [Help 1] This happens after it appears