-
Notifications
You must be signed in to change notification settings - Fork 4
/
pom.xml
22 lines (22 loc) · 947 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>org.iso.registry</groupId>
<artifactId>iso-registry</artifactId>
<version>1.6.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<modules>
<module>src/iso-tc211-xml/src/iso-tc211-xml</module>
<module>src/wkt/src/de.bespire.io.wkt</module>
<module>src/registry-base/src/registry-core</module>
<module>src/registry-base/src/registry-api</module>
<module>src/registry-base/src/registry-persistence</module>
<module>src/registry-base/src/registry-client-base</module>
<module>src/iso-registry-api</module>
<module>src/iso-registry-client</module>
<module>src/iso-registry-soap</module>
</modules>
</project>