← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14039: Skipping test phase for commons-resources project

 

------------------------------------------------------------
revno: 14039
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2014-02-15 17:50:55 +0100
message:
  Skipping test phase for commons-resources project
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/pom.xml


--
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/dhis-web/dhis-web-commons-resources/pom.xml'
--- dhis-2/dhis-web/dhis-web-commons-resources/pom.xml	2014-01-09 21:56:49 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/pom.xml	2014-02-15 16:50:55 +0000
@@ -14,5 +14,17 @@
   <name>DHIS Common Resources for Web</name>
   <properties>
     <rootDir>../../</rootDir>
-  </properties>
+  </properties>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>