-
Notifications
You must be signed in to change notification settings - Fork 5
/
pom.xml
executable file
·24 lines (20 loc) · 851 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
23
24
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Thorntail JEE8/MicroProfile Docker Project</name>
<groupId>org.my</groupId>
<artifactId>thorntail-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>thorntail-bom</module>
<module>thorntail-parent</module>
<module>thorntail-docker</module>
<!-- <module>thorntail-archetype</module>-->
<module>thorntail-example-app</module>
</modules>
<build>
<defaultGoal>clean install</defaultGoal>
</build>
</project>