------------------------------------------------------------ revno: 16439 committer: Lars Helge Overland <[email protected]> branch nick: dhis2 timestamp: Mon 2014-08-18 21:47:56 +0200 message: Added build script for no compression removed: dhis-2/build.bat added: dhis-2/build-nocompr.sh
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== added file 'dhis-2/build-nocompr.sh' --- dhis-2/build-nocompr.sh 1970-01-01 00:00:00 +0000 +++ dhis-2/build-nocompr.sh 2014-08-18 19:47:56 +0000 @@ -0,0 +1,7 @@ +#!/bin/sh + +# Requires maven to be on the classpath +# Skips test phase + +mvn clean install -DskipTests=true -DuseWarCompression=false +mvn clean install -DskipTests=true -DuseWarCompression=false -f dhis-web/pom.xml === removed file 'dhis-2/build.bat' --- dhis-2/build.bat 2013-04-19 12:35:23 +0000 +++ dhis-2/build.bat 1970-01-01 00:00:00 +0000 @@ -1,7 +0,0 @@ -:: Requires maven to be on the classpath -:: Skips test phase - -mvn clean install -DskipTests=true -mvn clean install -DskipTests=true -f dhis-web/pom.xml - -
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

