[ANN] build-helper-maven-plugin 1.9 Released

2014-06-10 Thread Dan Tran
Hi, The Mojo team is pleased to announce the release of the build-helper-maven-plugin version 1.9. This plugin contains various small independent goals to assist with Maven build lifecycle. http://mojo.codehaus.org/build-helper-maven-plugin/ To get this update, simply specify the version in

[ANN] Maven Exec Plugin 1.3.1 Released

2014-06-10 Thread Dan Tran
Hi, The Mojo team is pleased to announce the release of the exec-maven-plugin version 1.3.1. This plugin provides 2 goals to help execute system and Java programs. http://mojo.codehaus.org/exec-maven-plugin/ http://mojo.codehaus.org/build-helper-maven-plugin/ To get this update, simply specify

Concurrent maven processes using the same repository failing when new snapshot version downloaded

2014-06-10 Thread Ben Podgursky
Hi all, I'm running into a problem where maven processes using a shared repository are getting exceptions when a new snapshot dependency is deployed. Our setup is: - We use Jenkins continuous integration builds. The builds are just running a simple mvn clean deploy. - Our build machines often

Re: Concurrent maven processes using the same repository failing when new snapshot version downloaded

2014-06-10 Thread Kristian Rosenvold
This is a known problem (old one), which might actaully be getting a fix soon. In the meantime, checkout http://blog.sonatype.com/2009/01/maven-continuous-integration-best-practices/ Kristian 2014-06-11 2:27 GMT+02:00 Ben Podgursky bpodgur...@gmail.com: Hi all, I'm running into a problem