Standard directory structure in Maven

Here is the standard directory structure that every maven project follows.
  • Source Code directory – /src/main/java
  • Resources directory – /src/main/resources
  • Tests directory – /src/test/java
  • Tests Resources directory – /src/test/resources
  • Output directory – /target
Due to the standard directory structure, developers find it very easy to work on any maven project.

Web development and Automation testing

solutions delivered!!