Skip to content

Conversation

@jodygarnett
Copy link
Contributor

The IDE run screen has changed a bit since these instructions were written.

Checklist

  • I have read the contribution guidelines
  • Pull request provided for main branch, backports managed with label
  • Good housekeeping of code, cleaning up comments, tests, and documentation
  • Clean commit history broken into understandable chucks, avoiding big commits with hundreds of files, cautious of reformatting and whitespace changes
  • Clean commit messages, longer verbose messages are encouraged
  • API Changes are identified in commit messages
  • Testing provided for features or enhancements using automatic tests
  • User documentation provided for new features or enhancements in manual
  • Build documentation provided for development instructions in README.md files
  • Library management using pom.xml dependency management. Update build documentation with intended library use and library tutorials or documentation

@sonarqubecloud
Copy link


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants