Skip to content

Commit d840f6a

Browse files
committed
✨ Created overarching maven pom.xml file for spring projects.
1 parent 48ae08c commit d840f6a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

spring/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>spring-starters</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+
<!-- Spring MVC Starters -->
13+
<module>fluentforms-spring-boot-autoconfigure</module>
14+
<module>fluentforms-spring-boot-starter</module>
15+
<module>fluentforms-sample-webmvc-app</module>
16+
<module>fluentforms-sample-cli-app</module>
17+
<!-- Spring Jersey JAX-RS Starters -->
18+
<module>fluentforms-jersey-spring-boot-autoconfigure</module>
19+
<module>fluentforms-jersey-spring-boot-starter</module>
20+
<module>fluentforms-sample-web-jersey-app</module>
21+
</modules>
22+
</project>

0 commit comments

Comments
 (0)