← Back to Week 1 Hub

Maven Project Structure

Click any folder or file to learn what it does

Project Explorer

📁 first-maven-project
pom.xml
📁 src
📁 main
📁 java
📦 com.pluralsight
HelloWorld.java
📁 resources
📁 test
📁 java
Maven Project Structure
This is the standard folder structure that Maven creates for every Java project. Each folder has a specific purpose.

Click on any folder or file in the tree to learn what it's for!

This matches what IntelliJ creates when you select "New Project" with Maven as the build system.

What is Version Control? →