forked from anthonydahanne/ReGalAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
28 lines (27 loc) · 1.27 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.dahanne.android</groupId>
<artifactId>regalandroid-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>This pom can be used to build all the submodules at once</description>
<name>ReGalAndroid Build aggregator</name>
<parent>
<artifactId>regalandroid-parent</artifactId>
<groupId>net.dahanne.android</groupId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>regalandroid-parent</relativePath>
</parent>
<modules>
<module>regalandroid-parent</module>
<!-- module>regalandroid-test</module-->
<!--module>regalandroid-integration-tests</module-->
<module>regalandroid</module>
<module>commons-gallery</module>
<module>g2-java-client</module>
<module>g3-java-client</module>
<module>jiwigo-ws-api-converter</module>
<module>jiwigo-ws-api</module>
</modules>
</project>