Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 49eaddef by Tony Chemit at 2021-02-07T19:51:05+01:00 Let's add release maven module any time, this simplify the main build (no more extra configuration for release, or any other extra builds) - - - - - 1 changed file: - pom.xml Changes: ===================================== pom.xml ===================================== @@ -113,6 +113,7 @@ <module>services</module> <module>server</module> <module>client</module> + <module>observe</module> </modules> <scm> @@ -563,9 +564,6 @@ <value>true</value> </property> </activation> - <modules> - <module>observe</module> - </modules> <properties> <devMode>false</devMode> </properties> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/49eaddefb1c4fa56d32b591efa... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/49eaddefb1c4fa56d32b591efa... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT