Re: An idea I had for one way of doing Continuous Delivery with Maven

2016-05-05 Thread Barrie Treloar
On 6 May 2016 at 09:48, Ben Podgursky wrote: > I see these discussions often, and I wanted to jump in and mention how we > handle continuous deploys, because I feel that it avoids many of the > downsides mentioned here, albeit with some (IMO) minor costs: > > - all of our internal dependencies ar

Re: An idea I had for one way of doing Continuous Delivery with Maven

2016-05-05 Thread Ben Podgursky
sorry, meant " MY_PROJECT-1.0-SNAPSHOT-deploy.tar.gz" On Thu, May 5, 2016 at 5:18 PM, Ben Podgursky wrote: > I see these discussions often, and I wanted to jump in and mention how we > handle continuous deploys, because I feel that it avoids many of the > downsides mentioned here, albeit with so

Re: An idea I had for one way of doing Continuous Delivery with Maven

2016-05-05 Thread Ben Podgursky
I see these discussions often, and I wanted to jump in and mention how we handle continuous deploys, because I feel that it avoids many of the downsides mentioned here, albeit with some (IMO) minor costs: - all of our internal dependencies are SNAPSHOT. we do not do releases, ever, or ever depend

Re: Hickup in multi thread build

2016-05-05 Thread Dan Tran
I am able to pinpoint an internal aggregated plugin that may trigger this issue. my builds are very happy for the last couple of days Thanks -Dan On Mon, May 2, 2016 at 12:55 AM, Dan Tran wrote: > Hi Fabian, > > I am going inspect all the plugins > > Thanks for the great suggestion > > -Dan >

Re: Settings properties not resolved when used in repository element.

2016-05-05 Thread gagantewari
Hi Tonio, I am facing the same issue. Is this issue resolved? Can you share the solution. Thanks! Gagan -- View this message in context: http://maven.40175.n5.nabble.com/Settings-properties-not-resolved-when-used-in-repository-element-tp5746974p5867105.html Sent from the Maven - Users mailing

Re: An idea I had for one way of doing Continuous Delivery with Maven

2016-05-05 Thread Stephen Connolly
On 5 May 2016 at 10:00, Robert Scholte wrote: > Hi Stephen, nice blog. > > There are a few things I'd like to share: > - The maven-release-plugin does several checks which ensures that you have > a reproducible artifact, where checking on SNAPSHOT dependencies is one of > the most important ones.

Re: An idea I had for one way of doing Continuous Delivery with Maven

2016-05-05 Thread Robert Scholte
Hi Stephen, nice blog. There are a few things I'd like to share: - The maven-release-plugin does several checks which ensures that you have a reproducible artifact, where checking on SNAPSHOT dependencies is one of the most important ones. (you can find a lot patterns based on the versions-