------------------------------------------------------------
revno: 21523
committer: Mark Polak <mar...@ifi.uio.no>
branch nick: dhis2
timestamp: Wed 2015-12-23 22:34:01 +0100
message:
  Add maintenance app to dhis-web-apps pom
  
  Adds dhis-app-maintenance as an artefact to be unpackt.
  New maintenance apps contains functionality to manage the
  dataElement/Indicator/Category objects.
modified:
  dhis-2/dhis-web/dhis-web-apps/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-apps/pom.xml'
--- dhis-2/dhis-web/dhis-web-apps/pom.xml	2015-11-19 16:14:50 +0000
+++ dhis-2/dhis-web/dhis-web-apps/pom.xml	2015-12-23 21:34:01 +0000
@@ -39,6 +39,15 @@
                   <outputDirectory>${project.build.directory}/${project.artifactId}/dhis-web-settings</outputDirectory>
                   <includes>**/*.*</includes>
                 </artifactItem>
+                <!-- Maintenance -->
+                <artifactItem>
+                  <groupId>org.hisp.dhis</groupId>
+                  <artifactId>dhis-app-maintenance</artifactId>
+                  <version>2.22-SNAPSHOT</version>
+                  <overWrite>true</overWrite>
+                  <outputDirectory>${project.build.directory}/${project.artifactId}/dhis-web-maintenance</outputDirectory>
+                  <includes>**/*.*</includes>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>

_______________________________________________
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