Skip to content

Commit 30af93f

Browse files
committed
✨ Created over-arching pom.xml file that builds the entire project
1 parent c0d5d59 commit 30af93f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com._4point.aem.fluentforms</groupId>
6+
<artifactId>fluentforms</artifactId>
7+
<packaging>pom</packaging>
8+
<version>0.0.4-SNAPSHOT</version>
9+
<description>Fluent Forms Spring Boot Starter Projects</description>
10+
11+
<modules>
12+
<!-- Top Leve projects -->
13+
<module>fluentforms</module>
14+
<module>rest-services</module>
15+
<module>spring</module>
16+
</modules>
17+
</project>

0 commit comments

Comments
 (0)