Re: Suggest to publish artifacts to snapshot repository when CI passes

2018-08-26 Thread Ian Luo
I googled how travis supports publish snapshot artifacts onto sonatype repository, and I think we could try this gist [1].. Travis CI blog also has one good article on maven publish but it's for packagecloud [2]. -Ian. 1. https://gist.github.com/letmaik/4060735 2.

Re: Suggest to publish artifacts to snapshot repository when CI passes

2018-08-23 Thread YunKun Huang
I think any CI system can do publish. the only thing is how to manage the secret we use in third party CI system. Travis CI has a document related to this https://docs.travis-ci.com/user/best-practices-security/ On 2018/08/23 19:59:44, Mark Thomas wrote: > On 23/08/18 11:26, Huxing Zhang

Re: Suggest to publish artifacts to snapshot repository when CI passes

2018-08-23 Thread Mark Thomas
On 23/08/18 11:26, Huxing Zhang wrote: > Hi, > > On Thu, Aug 23, 2018 at 12:54 PM Ian Luo wrote: >> >> I'm not quite sure if it's done, but what I suggest is, if it's not done >> yet, we should consider to add instruction in .travis.yaml to publish all >> artifacts to snapshot repository every

Re: Suggest to publish artifacts to snapshot repository when CI passes

2018-08-23 Thread Huxing Zhang
Hi, On Thu, Aug 23, 2018 at 12:54 PM Ian Luo wrote: > > I'm not quite sure if it's done, but what I suggest is, if it's not done > yet, we should consider to add instruction in .travis.yaml to publish all > artifacts to snapshot repository every time when CI passes, to make > everyone's life

Re: Suggest to publish artifacts to snapshot repository when CI passes

2018-08-22 Thread Jerrick Zhu
+1. On Thu, Aug 23, 2018 at 12:54 PM Ian Luo wrote: > I'm not quite sure if it's done, but what I suggest is, if it's not done > yet, we should consider to add instruction in .travis.yaml to publish all > artifacts to snapshot repository every time when CI passes, to make > everyone's life

Suggest to publish artifacts to snapshot repository when CI passes

2018-08-22 Thread Ian Luo
I'm not quite sure if it's done, but what I suggest is, if it's not done yet, we should consider to add instruction in .travis.yaml to publish all artifacts to snapshot repository every time when CI passes, to make everyone's life easier. I filed