← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9551: Added build script for Windoze

 

------------------------------------------------------------
revno: 9551
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-01-18 11:06:37 +0100
message:
  Added build script for Windoze
added:
  dhis-2/build.bat


--
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.bat'
--- dhis-2/build.bat	1970-01-01 00:00:00 +0000
+++ dhis-2/build.bat	2013-01-18 10:06:37 +0000
@@ -0,0 +1,7 @@
+:: 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
+
+