You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2018/07/23 18:53:05 UTC

Build Configuation on Jenkins

Hi,

I have taken a look into our build configuration and seen this:

clean install deploy -B -U -e -fae -V

which is simply wrong...it should be:

clean deploy ...

nothing else..

I have changed that...

Kind regards
Karl Heinz Marbaise

Re: Build Configuation on Jenkins

Posted by "P. Ottlinger" <po...@apache.org>.
Thanks,
I've crosschecked our pom's defaultGoal - all of
* RAT
* Whisker
* Tentacles

are fine.

/phil/

Am 23.07.2018 um 20:53 schrieb Karl Heinz Marbaise:
> Hi,
> 
> I have taken a look into our build configuration and seen this:
> 
> clean install deploy -B -U -e -fae -V
> 
> which is simply wrong...it should be:
> 
> clean deploy ...
> 
> nothing else..
> 
> I have changed that...
> 
> Kind regards
> Karl Heinz Marbaise