-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpom.xml
More file actions
47 lines (41 loc) · 2.24 KB
/
pom.xml
File metadata and controls
47 lines (41 loc) · 2.24 KB
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
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!--
ADOBE CONFIDENTIAL
__________________
Copyright 2018 Adobe Systems Incorporated
All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of Adobe Systems Incorporated and its suppliers,
if any. The intellectual and technical concepts contained
herein are proprietary to Adobe Systems Incorporated and its
suppliers and are protected by trade secret or copyright law.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from Adobe Systems Incorporated.
-->
<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>
<!-- ====================================================================== -->
<!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<parent>
<groupId>com.adobe.cq.screens</groupId>
<artifactId>parent</artifactId>
<version>10</version>
<relativePath />
</parent>
<!-- ====================================================================== -->
<!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>screens-howto.usecases.statichtmlcontent.reactor</artifactId>
<name>Screens-Howto - Use Case: Static Html Component Screens experience - Reactor Project</name>
<description>Maven multi module project for AEM Screens-Howto - Usecase: Static Html Component.</description>
<packaging>pom</packaging>
<!-- ====================================================================== -->
<!-- M O D U L E S -->
<!-- ====================================================================== -->
<modules>
<module>bundles/screens-howto.usecases.statichtmlcontent</module>
<module>content</module>
</modules>
</project>