Re: Deploy with multiple platform artifacts build separately

2023-05-25 Thread tison
Thank you Tamas! Then I follow Netty's practice and successfully run the automatically deploy[1][2]. While there are still two issues, they may not be quite related in Maven domain: 1. Distribute Maven and GPG secrets - does Maven support token like password? I'm a bit concerned to convey my tex

Re: Deploy with multiple platform artifacts build separately

2023-05-25 Thread Tamás Cservenák
Howdy, Sonatype OSS and ASF Reposes are both Nx2 so the same applies: When you deploy for the first time, Nx2 staging creates a staging repository that is "open". The created repository will have its own ID and hence, own deployment URL as well. The trick is that this endpoint: ttps://repository

Deploy with multiple platform artifacts build separately

2023-05-25 Thread tison
Hi devs, I'm trying to deploy Apache OpenDAL with multiple platform artifacts on its Java binding[1]. Using the ASF Parent POM, I freely get a `mvn -P apache-relase deply` target to make the release - that is great! Although, every time when I execute this command, I can only release for one pla