dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17582
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7043: Minor
------------------------------------------------------------
revno: 7043
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-05-25 12:32:23 +0200
message:
Minor
modified:
dhis-2/build.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
=== modified file 'dhis-2/build.sh'
--- dhis-2/build.sh 2012-02-07 19:52:40 +0000
+++ dhis-2/build.sh 2012-05-25 10:32:23 +0000
@@ -4,7 +4,6 @@
# Skips test phase
mvn clean install -DskipTests=true
-cd dhis-web
-mvn clean install -DskipTests=true
-cd ..
+mvn clean install -DskipTests=true -f dhis-web/pom.xml
+