Discussion:
War plugin generates over sized .war files
k4rn4k
2012-03-27 12:17:33 UTC
Permalink
Hello,

The use of war plugin to generate the war file in my project is giving an
artifact with 150mb.
The usual size of the same artifact before gradle was 65mb

What is more, if I unzip the generated war file, it's contents have a size
of 65mb.

Is this a known issue or am I doing something wrong ?
Ofcourse unziping the war and ziping it again with it's own files gives a
65mb war.

Thanks

--
View this message in context: http://gradle.1045684.n5.nabble.com/War-plugin-generates-over-sized-war-files-tp5597669p5597669.html
Sent from the gradle-user mailing list archive at Nabble.com.
Luke Daley
2012-04-03 12:04:01 UTC
Permalink
Post by k4rn4k
Hello,
The use of war plugin to generate the war file in my project is giving an
artifact with 150mb.
The usual size of the same artifact before gradle was 65mb
What is more, if I unzip the generated war file, it's contents have a size
of 65mb.
Is this a known issue or am I doing something wrong ?
Ofcourse unziping the war and ziping it again with it's own files gives a
65mb war.
I suspect this is http://issues.gradle.org/browse/GRADLE-1050, so it's a known issue.
--
Luke Daley
Principal Engineer, Gradleware
http://gradleware.com
Loading...