← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11908: Added antrun plugin to core module. Not ideal but required for the build.properties file to be ge...

 

------------------------------------------------------------
revno: 11908
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
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 -->