forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport-tomcat.xml
28 lines (27 loc) · 1.01 KB
/
support-tomcat.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
<?xml version="1.0"?>
<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>
<groupId>com.liferay.portal</groupId>
<artifactId>com.liferay.support.tomcat</artifactId>
<name>Liferay Tomcat Support</name>
<version>@version@</version>
<description>Contains Tomcat support classes.</description>
<licenses>
<license>
<name>${ivy.pom.license.name}</name>
<url>${ivy.pom.license.url}</url>
</license>
</licenses>
<developers>
<developer>
<name>${ivy.pom.developer.name}</name>
<organization>${ivy.pom.developer.organization}</organization>
<organizationUrl>${ivy.pom.developer.organizationUrl}</organizationUrl>
</developer>
</developers>
<scm>
<connection>${ivy.pom.scm.connection}</connection>
<developerConnection>${ivy.pom.scm.developerConnection}</developerConnection>
<url>${ivy.pom.scm.url}</url>
</scm>
</project>