这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ Profile-based segregation

We use Maven build profiles to segregate the huge list of individual projects in our repository.

The projects are broadly divided into 4 lists: default, default-jdk17, default-jdk8 and default-heavy.
The projects are broadly divided into 6 lists: default, default-jdk17, default-jdk22, default-jdk23, default-jdk8 and default-heavy.

Next, they are segregated further based on the tests that we want to execute.

We also have a parents profile to build only parent modules.

Therefore, we have a total of 9 profiles:
Therefore, we have a total of 13 profiles:

| Profile | Includes | Type of test enabled |
|-------------------|-----------------------------|----------------------|
Expand Down