Embedding in Eclipse
The new application can also be transferred to a version management system in order to be able to collaborate with other team members. For this purpose, it is recommended to transfer the created module into a Java development environment. To illustrate this, this path is shown as an example in the Eclipse development environment.
To import into Eclipse, select "File / Import..." from the menu and select the option "General / Existing Projects into Workspace".
Select the base directory in which the archetype generation was started as the root directory. In the project selection you get the new project as selection.
After confirming the dialog, the new application appears in the Package Explorer of Eclipse. If errors are displayed in the new application, click on "Maven / Update Projects..." in the context menu of the project folder and then select the new application.