dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #42135
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21523: Add maintenance app to dhis-web-apps pom
------------------------------------------------------------
revno: 21523
committer: Mark Polak <markpo@xxxxxxxxxx>
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>