------------------------------------------------------------ revno: 12773 committer: Morten Olav Hansen <morte...@gmail.com> branch nick: dhis2 timestamp: Fri 2013-10-18 10:19:10 +0200 message: pom file for building all of dhis in one go, build with mvn -f pom-full.xml added: dhis-2/pom-full.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
=== added file 'dhis-2/pom-full.xml' --- dhis-2/pom-full.xml 1970-01-01 00:00:00 +0000 +++ dhis-2/pom-full.xml 2013-10-18 08:19:10 +0000 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.hisp.dhis</groupId> + <artifactId>dhis</artifactId> + <version>2.14-SNAPSHOT</version> + <relativePath>.</relativePath> + </parent> + + <artifactId>dhis-full</artifactId> + <packaging>pom</packaging> + <name>DHIS 2</name> + + <modules> + <module>dhis-api</module> + <module>dhis-services</module> + <module>dhis-support</module> + <module>dhis-web</module> + </modules> + +</project> +
_______________________________________________ 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