From 6e786945f92e0bd25cb65fa1aa6250d0201ca747 Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Fri, 3 Feb 2023 23:23:47 +0530 Subject: [PATCH] JAVA-54 Create parents profile for tutorials repo (#13360) --- README.md | 5 ++++- pom.xml | 12 ++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aecd561645..3c31b7fba1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ Next, they are segregated further on the basis of the tests that we want to exec Additionally, there are 2 profiles dedicated for JDK9 and above builds. -Therefore, we have a total of 8 profiles: +We also have a parents profile to build only parent modules. + +Therefore, we have a total of 9 profiles: | Profile | Includes | Type of test enabled | | -------------------------- | --------------------------- | -------------------- | @@ -45,6 +47,7 @@ Therefore, we have a total of 8 profiles: | integration-heavy | Heavy/long running projects | *IntegrationTest | | default-jdk9-and-above | JDK9 and above projects | *UnitTest | | integration-jdk9-and-above | JDK9 and above projects | *IntegrationTest | +| parents | Set of parent modules | None | Building the project ==================== diff --git a/pom.xml b/pom.xml index 77eb94f035..431d712c6b 100644 --- a/pom.xml +++ b/pom.xml @@ -1283,6 +1283,18 @@ 11 + + + parents + + parent-boot-1 + parent-boot-2 + parent-spring-4 + parent-spring-5 + parent-java + + +