You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by David Hoffer <dh...@gmail.com> on 2009/09/24 16:03:26 UTC

exec-maven-plugin java goal question

We have an issue where sometimes the exec-maven-plugin will hang forever,
but we are not sure why...its very non-repeatable.  It only happens
sometimes with our CI builds which are Linux.  In our case we are using the
java goal, I understand this is run in the same process.  And the main
method this calls does not spawn any threads, etc all it does is generate
some files using velocity templates.

Any idea why this might hang?

-Dave

Re: exec-maven-plugin java goal question

Posted by David Hoffer <dh...@gmail.com>.
One more data point, this happens running the site-deploy goal.  I don't
think it has been seen with other goals.

-Dave

On Thu, Sep 24, 2009 at 8:03 AM, David Hoffer <dh...@gmail.com> wrote:

> We have an issue where sometimes the exec-maven-plugin will hang forever,
> but we are not sure why...its very non-repeatable.  It only happens
> sometimes with our CI builds which are Linux.  In our case we are using the
> java goal, I understand this is run in the same process.  And the main
> method this calls does not spawn any threads, etc all it does is generate
> some files using velocity templates.
>
> Any idea why this might hang?
>
> -Dave
>