Re: Maven concurrent builds

2012-03-07 Thread Michael Haefele
Jenkins also has a setting Use private Maven repository in the build section of the job configuration which takes care of this for you. Mike On Wed, Mar 7, 2012 at 5:41 AM, Srinath C srinat...@gmail.com wrote: Always use a different local repositories for different projects in Jenkins. You can

Re: Site plugin in maven 3.

2011-09-08 Thread Michael Haefele
Third time trying to send this... I keep getting spam blocked. Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The

Re: Site plugin in maven 3.

2011-09-08 Thread Michael Haefele
). Thanks for all the help! Mike On Thu, Sep 8, 2011 at 12:29 PM, Lukas Theussl ltheu...@apache.org wrote: Michael Haefele wrote: Third time trying to send this... I keep getting spam blocked. Technical details of permanent failure: Google tried to deliver your message, but it was rejected

Re: Site plugin in maven 3.

2011-09-08 Thread Michael Haefele
far. Thanks for your help. Mike On Thu, Sep 8, 2011 at 12:52 PM, Michael Haefele michael.haef...@parityenergy.com wrote: Ah! http://jira.codehaus.org/**browse/MSITE-600http://jira.codehaus.org/browse/MSITE-600 http://maven.apache.org/**plugins/maven-site-plugin/faq.**html#Use_of_urlhttp

Site plugin in maven 3.

2011-09-07 Thread Michael Haefele
The question on using site with aggregated projects got me to trying out the maven 3 version of the site plugin.. Thought I'd post a little list of the steps required and a report card. My use case is I want to generate a site in some directory in a nightly CI build for an aggregated project. I

Re: Maven folder structure

2011-05-19 Thread Michael Haefele
Let the Wookie win. On Thu, May 19, 2011 at 12:33 PM, Ron Wheeler rwhee...@artifact-software.com wrote: +1 If you don't do things the Maven way, you will be in a battle until Maven defeats you. You might as well give in early, you have no chance of wining. Maven is relentless and determined

Re: order of the unpacking from unpack-dependencys

2011-05-12 Thread Michael Haefele
Or use maybe use both. Put an excludes in for the unpack-dependencies mojo to exclude all scripts and then use an includes in the unpack mojo for just the scripts you actually want from the proper artifact. Over-writing in the right order seems like the sort of thing that will eventually come