Re: File lock problem in custom Maven Reporting Plugin

2012-12-19 Thread Olivier Lamy
Can you create a jira entry with a sample ? 2012/12/18 Baptiste Gaillard baptiste.gaill...@gomoob.com: Hi and thanks for the response, My Mojo already overwrites the isExternalReport() function and returns true into it. To deep a little more I've tried to debug the execution of the Mojo

RE: Proper fix for non-resolvable dependency in build server

2012-12-19 Thread KARR, DAVID
-Original Message- From: KARR, DAVID Sent: Tuesday, December 18, 2012 7:26 PM To: Maven Users List Subject: Proper fix for non-resolvable dependency in build server I have a project that is building fine on my laptop. Today I started to set up the build for this on our Bamboo

RE: Proper fix for non-resolvable dependency in build server

2012-12-19 Thread KARR, DAVID
-Original Message- From: KARR, DAVID Sent: Wednesday, December 19, 2012 9:11 AM To: Maven Users List Subject: RE: Proper fix for non-resolvable dependency in build server -Original Message- From: KARR, DAVID Sent: Tuesday, December 18, 2012 7:26 PM To: Maven Users

Re: Proper fix for non-resolvable dependency in build server

2012-12-19 Thread Wayne Fay
I have a top-level aggregator pom that specifies several modules, but this pom is not the parent of any module. I do use parent poms, but those parents are in peer directories, and I have blank relativePath elements in all poms. This is most likely wrong and you should specify the proper

RE: Proper fix for non-resolvable dependency in build server

2012-12-19 Thread KARR, DAVID
-Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Wednesday, December 19, 2012 10:09 AM To: Maven Users List Subject: Re: Proper fix for non-resolvable dependency in build server I have a top-level aggregator pom that specifies several modules, but this pom

Android Maven Plugin 3.5.0 Released

2012-12-19 Thread Manfred Moser
The Android Maven Plugin team is pleased to announce the release of version 3.5.0 of the plugin. New features/bug fixes are Non-release builds will now automatically be debuggable Added support to for updating android:authorities attributes on provider elements in the manifest Improved automatic

RE: Android Maven Plugin 3.5.0 Released

2012-12-19 Thread Martin Gainty
Great news Manfred! I have been building Android from googlecode.. but am currently lacking VM libraries for native calls do you support any of the Android VMs ..e.g. Dalvik? where is the source? Count me in for Alpha AND Beta testing! Martin Gainty

RE: Android Maven Plugin 3.5.0 Released

2012-12-19 Thread Manfred Moser
On Wed, December 19, 2012 11:38 am, Martin Gainty wrote: Great news Manfred! I have been building Android from googlecode.. I am not sure what you mean. but am currently lacking VM libraries for native calls do you support any of the Android VMs ..e.g. Dalvik? Well. the Android Maven

Re: Fortify and Maven

2012-12-19 Thread kunalhanda
Hi, I have got the plugin from the fortify site. But not able to configure it... Would it be possible to share the configuration steps? with Maven (pref 3) Thanks and Kunal Handa -- View this message in context: http://maven.40175.n5.nabble.com/Fortify-and-Maven-tp118623p5739152.html Sent

re: Proper fix for non-resolvable dependency in build server

2012-12-19 Thread Dan Rollo
Hi David, By any chance, does the maven goals you are executing include the 'site' goal? I ask because I saw a similar problem where the build works fine as long as you do not try to build the site - mvn clean deploy worked, mvn clean deploy site-deploy failed. I had the same case of a

RE: Proper fix for non-resolvable dependency in build server

2012-12-19 Thread KARR, DAVID
-Original Message- From: Dan Rollo [mailto:danro...@gmail.com] Sent: Wednesday, December 19, 2012 6:14 PM To: users@maven.apache.org Subject: re: Proper fix for non-resolvable dependency in build server Hi David, By any chance, does the maven goals you are executing include the

Re: Fortify and Maven

2012-12-19 Thread Wayne Fay
I have got the plugin from the fortify site. But not able to configure it... Would it be possible to share the configuration steps? with Maven (pref 3) (This reply stolen from Anders...) Please, this is a mailing list for generic Maven questions. The Fortify product comes with professional

Re: Newbie problem getting basic functionality to work.

2012-12-19 Thread Wayne Fay
I am completely new to Maven and trying (without success) to get the most basic of Maven functionality to work. Have tried multiple versions of Maven and Java all with the same results (see below). It seems the Apache Commons Collections jar is missing, and for some reason not being

Re: How to specify full path of a executable for a scm vendor?

2012-12-19 Thread cowwoc
Gentlemen, I'd like to reopen this discussion. Automated build systems like Jenkins need to run out of a self-contained sandbox. As such, we need to be able to specify the full path to Mercurial. I filed this bug report against Jenkins: https://issues.jenkins-ci.org/browse/JENKINS-16151 but I