]> git.argeo.org Git - gpl/argeo-suite.git/blob - core/pom.xml
Improve layers UI.
[gpl/argeo-suite.git] / core / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.suite</groupId>
6 <artifactId>argeo-suite</artifactId>
7 <version>2.3.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>core</artifactId>
11 <name>Argeo Core Components</name>
12 <packaging>pom</packaging>
13 <modules>
14 <!-- Entity Framework -->
15 <module>org.argeo.entity.api</module>
16 <module>org.argeo.entity.core</module>
17 <module>org.argeo.entity.ui</module>
18
19 <!-- Argeo Suite -->
20 <module>org.argeo.suite.core</module>
21 <module>org.argeo.suite.ui</module>
22 <module>org.argeo.suite.ui.rap</module>
23 <module>org.argeo.suite.theme.default</module>
24 </modules>
25 </project>