Re: [Dhis2-devs] Tip: Faster dev builds

2014-07-02 Thread Yemi Awe
Thanks Halvdan, A quick one please maven not generating dhis.war when i used this mvn clean install -Dtest=false -DfailIfNoTests=false on dhis2.15 release On Mon, Jun 30, 2014 at 5:05 PM, Halvdan Grelland wrote: > Hi all! > > In trunk revision 15915 I’ve added a new property to the dhis-w

[Dhis2-devs] Tip: Faster dev builds

2014-06-30 Thread Halvdan Grelland
Hi all! In trunk revision 15915 I’ve added a new property to the dhis-web pom named ‘useWarCompression’. Setting this property to false will turn off compression when building the war files in the web project. On my machine the result is a 45% cut in build time (mvn clean install -DskipTests),