From 02f9ac3bf9f49b5b3ec5da064d2c0ecca0edc9d3 Mon Sep 17 00:00:00 2001 From: Riegel <alexander.riegel@hft-stuttgart.de> Date: Tue, 3 Dec 2024 15:20:14 +0100 Subject: [PATCH] Build: Change pom to load all modules by default --- CityDoctorParent/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml index 6c5ac5a..97fa576 100644 --- a/CityDoctorParent/pom.xml +++ b/CityDoctorParent/pom.xml @@ -265,12 +265,11 @@ <!--CityDoctor2 Extension Modules--> <module>Extensions/CityDoctorGUI</module> <module>Extensions/CityDoctorZipLoader</module> - <!-- <module>Extensions/CityDoctorAutoPro</module> <module>Extensions/CityDoctorHealer</module> <module>Extensions/CityDoctorHealerGenetic</module> <module>Extensions/CityDoctorHealerGUI</module> <module>Extensions/CityDoctorWebService</module> - --> + </modules> </project> \ No newline at end of file -- GitLab