Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading