forked from CommsenArchive/liferay-maven-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml
26 lines (24 loc) · 1.03 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
<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.commsen.liferay</groupId>
<artifactId>liferay-maven-sdk</artifactId>
<packaging>pom</packaging>
<version>5.2.3-r2</version>
<name>Liferay SDK based on Maven2</name>
<modules>
<module>libraries/liferay-portal-lib</module>
<module>libraries/liferay-lib</module>
<module>libraries/liferay-sdk-lib</module>
<module>themes/_styled-liferay-theme</module>
<module>themes/_unstyled-liferay-theme</module>
<module>themes/classic-liferay-theme</module>
<module>archetypes/liferay-portlet-archetype</module>
<module>archetypes/liferay-theme-archetype</module>
<module>archetypes/liferay-layout-archetype</module>
<module>archetypes/liferay-hook-archetype</module>
<module>archetypes/liferay-web-archetype</module>
<module>plugins/liferay-maven-plugin</module>
</modules>
</project>