Java Reference
In-Depth Information
standalone client. These two projects can share some common information, for example,
about dependencies and their versions. Hence, we want to create a Maven multimodule
project. In this first step, let's create a parent project that has a POM packaging. POM is a
Maven convention used to describe the structure of a project and its modules. More in-
formation on this can be found in Sonatype free topics that we mentioned in previous
chapters.
You can complete the wizard by entering some package-specific information, as shown in
the following screenshot:
