-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
21 lines (21 loc) · 902 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>
<parent>
<groupId>com.sap.support</groupId>
<artifactId>fnf-parent-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<!-- define the groupId for your project, e.g. com.sap.support.application -->
<groupId>sap.support.zglacelx</groupId>
<!-- define the artifactId for your project, e.g. com.sap.support.application -->
<artifactId>sap.support.zglacelx</artifactId>
<version>2019.1.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
<!-- describe your project, a quick comment to any readers of the POM -->
<description>Explain LAW XML</description>
<packaging>war</packaging>
<build>
<plugins></plugins>
</build>
</project>