-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpom.xml
More file actions
31 lines (28 loc) · 1.12 KB
/
pom.xml
File metadata and controls
31 lines (28 loc) · 1.12 KB
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
29
30
31
<?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.ligoj.bootstrap</groupId>
<artifactId>parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>
<artifactId>root</artifactId>
<version>3.3.1-SNAPSHOT</version><!-- required by 'version' plugin -->
<packaging>pom</packaging>
<name>Ligoj - Bootstrap</name>
<description>Ligoj Bootstrap JAX-RS architecture template</description>
<url>https://github.com/ligoj/bootstrap</url>
<modules>
<module>parent</module>
<module>bootstrap-core</module>
<module>bootstrap-plugin</module>
<module>bootstrap-business</module>
<module>bootstrap-business-test</module>
<module>bootstrap-business-parent</module>
<module>bootstrap-web</module>
<module>bootstrap-web-test</module>
<module>bootstrap-web-parent</module>
<module>bootstrap-launcher</module>
</modules>
</project>