Re: Disable generation of compressed build artifacts in Maven
Re: Disable generation of compressed build artifacts in Maven
- Subject: Re: Disable generation of compressed build artifacts in Maven
- From: Ramsey Gurley <email@hidden>
- Date: Wed, 27 Apr 2016 09:25:17 -0700
AFAICT, there’s no way to turn the tar.gz part off. It would be interesting to know if the gzip command is run with the --rsycnable flag. Also using rsync on the build directory with no tarballs here. Currently just rsyncing off the target directory and ignoring the wasted time spent zipping.
I’m thinking about adding docker to the build pipeline, so that I’m not just bundling WO with the app, but the whole server too. Then I could run something like vuls (https://github.com/future-architect/vuls) on the base container image to keep an eye out for vulnerable server configurations.
On Apr 27, 2016, at 1:31 AM, Hugi Thordarson <email@hidden> wrote:
> Hi all and happy summer!
>
> Anyone knof if there’s a way to disable the creation of Strimillinn.wowebserverresources.tar.gz and Strimillinn.woapplication.tar.gz after performing a maven build? I usually rsync my build products to the server (faster) so I see an opportunity there to shave a couple of seconds of the build time :).
>
> Cheers,
> - hugi
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden