------------------------------------------------------------
revno: 11908
committer: Lars Helge Ă˜verland <larshe...@gmail.com>
branch nick: dhis2
timestamp: Wed 2013-09-04 11:35:03 +0200
message:
  Added antrun plugin to core module. Not ideal but required for the 
build.properties file to be generated.
modified:
  dhis-2/dhis-services/dhis-service-core/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-services/dhis-service-core/pom.xml'
--- dhis-2/dhis-services/dhis-service-core/pom.xml	2013-08-12 03:29:54 +0000
+++ dhis-2/dhis-services/dhis-service-core/pom.xml	2013-09-04 09:35:03 +0000
@@ -13,6 +13,15 @@
   <packaging>jar</packaging>
   <name>DHIS Core API Implementations</name>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  
   <dependencies>
 
     <!-- DHIS -->

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to