Is there a way to upload the generated cloud endpoint client library in a maven remote repository like Nexus through a mvn goal?
有没有办法通过mvn目标将生成的云端点客户端库上传到像Nexus这样的maven远程存储库?
1 个解决方案
#1
0
Deploying the endpoints JAR should be pretty simple, just follow the instructions in here.
部署端点JAR应该非常简单,只需按照此处的说明进行操作即可。
By step 4 you should have a packed jar file ready to deploy to your repo.
在步骤4中,您应该准备好一个打包的jar文件,以便部署到您的仓库。
#1
0
Deploying the endpoints JAR should be pretty simple, just follow the instructions in here.
部署端点JAR应该非常简单,只需按照此处的说明进行操作即可。
By step 4 you should have a packed jar file ready to deploy to your repo.
在步骤4中,您应该准备好一个打包的jar文件,以便部署到您的仓库。