Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion software_development/INTELLIJ.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ It is especially good at working with large multi-module projects such as GeoNet

* Profiles: `env-dev`

The working directory will be shown as the maven module name ``gn-web-app``:

![maven run configuration](intelij-maven-configuration.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are modifying the content of the file, I would recommend we fix the typo in file name and put 2 L in intellij-maven-configuration.png


3. Add maven goal `proccess-resources` before launch.
3. From **Before Launch** add a new maven goal, using `core-geonetwork/web` working directory, and `process-resources` command line.

![maven process-resources goal](intelij-maven-resources.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above for intellij-maven-resources.png


Expand Down
Binary file modified software_development/intelij-maven-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified software_development/intelij-maven-resources.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading