-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
37 lines (27 loc) · 1.13 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
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!--
- pom.xml
-
- Copyright (C) 2017 [ A Legge Up ]
-
- This software may be modified and distributed under the terms
- of the MIT license. See the LICENSE file for details.
-->
<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>com.aleggeup.webapp</groupId>
<artifactId>aithein-gate-reactor</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}::${project.version}</name>
<description>Reactor build for the aithein gate project. Not intended to be published as a build artifact.</description>
<inceptionYear>2017</inceptionYear>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>application/aithein-gate-parent</module>
<module>application/aithein-gate-frontend</module>
<module>application/aithein-gate-webapp</module>
</modules>
</project>