dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #32171
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16439: Added build script for no compression
------------------------------------------------------------
revno: 16439
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
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
-
-