Maven Logo

Maven: Version Control Mastery

Explore what I’ve learned and built using Maven in my DevOps journey.

πŸ‘¨πŸ»β€πŸŽ“What I’ve Learned in Maven

Maven Basics Icon
Maven Basics

Understood Apache Maven as a build automation and project management tool based on the POM (Project Object Model).

Lifecycle Icon
Maven Lifecycle

Learned about Maven's default lifecycle phases like validate, compile, test, package, verify, install, and deploy.

POM Icon
POM Configuration

Explored the structure of pom.xml, including dependencies, plugins, repositories, and project metadata.

Dependencies Icon
Dependencies & Repositories

Learned how Maven resolves dependencies from local and remote repositories, and how transitive dependencies are handled.

πŸ“ My Handwritten Notes

Here are my personal notes on Maven. I use them to quickly revise commands and concepts.

πŸ“– View MAVEN Notes Flipbook

If you'd like a PDF version, feel free to contact me via the Contact section.

πŸš€ Projects with MAVEN

Maven + Jenkins Integration

Integrated Maven with Jenkins to automate Java project builds on each Git push.

View Integration
← Back to Home