This repository has been archived by the owner on Jun 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
pom.xml
41 lines (35 loc) · 1.73 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?><!--
Copyright 1997-2009 Day Management AG
Barfuesserplatz 6, 4001 Basel, Switzerland
All Rights Reserved.
This software is the confidential and proprietary information of
Day Management AG, ("Confidential Information"). You shall not
disclose such Confidential Information and shall use it only in
accordance with the terms osenf the license agreement you entered into
with Day.
-->
<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 R O J E C T -->
<!-- ======================================================================= -->
<groupId>com.adobe.aaa</groupId>
<artifactId>boilerplate-reactor</artifactId>
<version>1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Boilerplate Reactor</name>
<description>AEM Boilerplate Reactor. This project holds our module build order.</description>
<inceptionYear>2015</inceptionYear>
<!-- ======================================================================= -->
<!-- M O D U L E S -->
<!-- ======================================================================= -->
<modules>
<module>parent</module>
<module>modules/application</module>
<module>modules/site-content</module>
<module>modules/config</module>
<module>modules/bundle</module>
</modules>
</project>