From 5198f7193f6c48b70ad6bbb1d092eec3c3332e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tandeau=20De=20Marsac=20Guyl=C3=A8ne?= Date: Mon, 3 Nov 2025 11:38:01 +0100 Subject: [PATCH] style: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 481e5a30..5f94cc87 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ An API specification for accessing statistical metadata If you contribute to Magma-API, you may fall in troubles with IntelliJ because the modules [`magma-[diffusion|gestion|commons]-interface`](./interface) contains generated source code which can be ignored by IntelliJ and cause failures in `magma-[diffusion|gestion|commons]-impl` builds. To prevent this, -the directory `magma-[diffusion|gestion|commons]/target/generated-sources/openapi/src/main/java` must be marked as a _Generated Sources Root_. This can be done in two steps : +the directory `magma-[diffusion|gestion|commons]-interface/target/generated-sources/openapi/src/main/java` must be marked as a _Generated Sources Root_. This can be done in two steps : 1. Run maven clean then maven install for the whole project (all modules) 2. Two possibilities. Either : - by executing the action "Reload All Maven Projects" : the directory is marked automatically