Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust directory structure to Maven defaults #38

Open
3 tasks
kriegaex opened this issue Apr 25, 2023 · 0 comments
Open
3 tasks

Adjust directory structure to Maven defaults #38

kriegaex opened this issue Apr 25, 2023 · 0 comments

Comments

@kriegaex
Copy link
Contributor

Currently, it is problematic to import from Maven into IntelliJ IDEA. I always have to adjust the project configuration manually in order to avoid IDE build (Ctrl-F9) problems. This could be mitigated by using folders like

  • src/main/java
  • src/main/resources
  • src/test/java
  • src/test/resources.

To do:

  • Move source code and resources to target folders
  • Adjust Maven POMs
  • Adjust Eclipse config files
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

No branches or pull requests

1 participant