We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d5d59 commit 30af93fCopy full SHA for 30af93f
1 file changed
pom.xml
@@ -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