HOME > Development > Apache Maven- Beginner to Guru

Apache Maven- Beginner to Guru

  • Development
  • May 03, 2025
SynopsisApache Maven: Beginner to Guru, available at $84.99, has an a...
Apache Maven- Beginner to Guru  No.1

Apache Maven: Beginner to Guru, available at $84.99, has an average rating of 4.43, with 198 lectures, 2 quizzes, based on 3975 reviews, and has 30359 subscribers.

You will learn about Learn Apache Maven, the most popular Java build tool! Create Apache Maven Projects from scratch See how to configure Apache Maven Plugins for Real World use cases Use Apache Maven to build, test, package, and deploy your Java application See how to create multi-module Apache Maven projects Configure Maven Plugins to work within Maven Build Lifecycles Deploy your Java project to Maven Central or other Maven repositories Leverage Apache Mavens Convention over Configuration This course is ideal for individuals who are Java Developers seeking to master Apache Maven or DevOps Engineers who wish to expand their build and deployment skills or Technical Managers wishing to understand the capabilities of Maven better or QA Engineers interested in software quality It is particularly useful for Java Developers seeking to master Apache Maven or DevOps Engineers who wish to expand their build and deployment skills or Technical Managers wishing to understand the capabilities of Maven better or QA Engineers interested in software quality.

Enroll now: Apache Maven: Beginner to Guru

Summary

Title: Apache Maven: Beginner to Guru

Price: $84.99

Average Rating: 4.43

Number of Lectures: 198

Number of Quizzes: 2

Number of Published Lectures: 198

Number of Published Quizzes: 2

Number of Curriculum Items: 200

Number of Published Curriculum Objects: 200

Original Price: $199.99

Quality Status: approved

Status: Live

What You Will Learn

  • Learn Apache Maven, the most popular Java build tool!
  • Create Apache Maven Projects from scratch
  • See how to configure Apache Maven Plugins for Real World use cases
  • Use Apache Maven to build, test, package, and deploy your Java application
  • See how to create multi-module Apache Maven projects
  • Configure Maven Plugins to work within Maven Build Lifecycles
  • Deploy your Java project to Maven Central or other Maven repositories
  • Leverage Apache Mavens Convention over Configuration
  • Who Should Attend

  • Java Developers seeking to master Apache Maven
  • DevOps Engineers who wish to expand their build and deployment skills
  • Technical Managers wishing to understand the capabilities of Maven better
  • QA Engineers interested in software quality
  • Target Audiences

  • Java Developers seeking to master Apache Maven
  • DevOps Engineers who wish to expand their build and deployment skills
  • Technical Managers wishing to understand the capabilities of Maven better
  • QA Engineers interested in software quality
  • Apache Maven is the most popular Java build tool. Companies and Open Source communities around the world, consider Apache Maven the ‘go-to’ build tool for their Java projects.

    In this course, you will learn to master Apache Maven. You will become a ‘guru’ using Apache Maven.

    No previous experience with Apache Maven is required.

    In just a few lessons, you will be building your first Apache Maven project! 

    In this course, you will:

  • Learn about the Maven Build Lifecycles

  • Use Maven to build and package Java projects

  • See how to use Maven with popular alternative JVM languages, including Groovy, Kotlin, and Scala

  • Configure Maven to run your unit and integration tests written in JUnit 3, JUnit 4, JUnit 5, TestNG, and Spock

  • Generate source code from XML and JSON Schemas

  • Leverage annotation processing at compile time for Project Lombok and Mapstruct

  • Learn in depth about the Apache Maven plugin system and see how plugins are used in the build lifecycle

  • Build Spring Boot applications with Apache Maven

  • Improve your code quality with code coverage and spot bugs reports

  • Unlock valuable capabilities of the Spring Boot Maven plugin!

  • Deploy project artifacts to Maven repositories

  • Develop multi-module Maven projects

  • Learn how to use Maven Build Profiles

  • Perform Releases using the Maven Release Plugin

  • How to use Maven for Enterprise Dependency management by using BOMs

  • And much more!

  • This is course is for the modern Java developer.

    The entire course has been developed using Java 11.

    Course Extras

  • All Source Code in GitHub – Get access to over a dozen GitHub repositories with valuable examples!

  • Slack Community – Join the instructor, teacher’s assistants, and over 1,100 other students in a Slack Community exclusive to this course!

  • Free 120 Day IntelliJ Ultimate Trial – Students enrolling in the course can request a free 120 day trial for IntelliJ Ultimate (the most popular Java IDE!)

  • Closed Captioning / Subtitles –Closed captioning in english is available for all course videos!

  • PDF DownloadsAll keynote presentations are available for you to download as PDFs.

  • Lifetime AccessWhen you purchase this course, you will receive lifetime access! You can login anytime from anywhere to access the course content.

  • Apache Maven is used by over 70% of Java organizations. Employers are seeking people with strong Maven skills.

    Completing this course, you will be able to answer interview questions about Maven with confidence! 

    Even if you’re already a Java developer using Apache Maven, this course will improve your Maven skills and show you new valuable best practices for your Java projects.

    Enroll today!

    Course Curriculum

    Chapter 1: Apache Maven Introduction

    Lecture 1: Welcome to Apache Maven – Beginner to Guru course

    Lecture 2: Meet your Instructor

    Lecture 3: Getting the Most Out of this Course

    Lecture 4: Why Use Apache Maven?

    Lecture 5: Slack Group for Apache Maven: Beginner to Guru

    Lecture 6: Is your IDE Free Like a Puppy?

    Lecture 7: Free 120 Day IntelliJ IDEA Trial!

    Lecture 8: GitHub Workflow

    Chapter 2: Getting Started

    Lecture 1: Introduction

    Lecture 2: System Requirements

    Lecture 3: Maven Installation

    Lecture 4: Environment Verification

    Lecture 5: Conclusion

    Chapter 3: Compiling Java

    Lecture 1: Introduction

    Lecture 2: Review of Java Compile and Packaging

    Lecture 3: Hello World Java Command Line

    Lecture 4: Creating Java jar files from Command Line

    Lecture 5: Using 3rd Party Jars with Command Line Java

    Lecture 6: Conclusion

    Chapter 4: Getting Started with Maven

    Lecture 1: Introduction

    Lecture 2: Compiling and Packaging with Maven

    Lecture 3: Including Dependencies with Maven

    Lecture 4: Creating a new Maven Project with IntelliJ

    Lecture 5: Assignment – Add StringUtils Dep to Project

    Lecture 6: Assignment Review – Add StringUtils Dep to Project

    Lecture 7: Conclusion

    Chapter 5: Maven Basics

    Lecture 1: Introduction

    Lecture 2: Maven Coordinates

    Lecture 3: Maven Repositories

    Lecture 4: Maven Wagon

    Lecture 5: Maven Project Object Model

    Lecture 6: Maven Dependencies

    Lecture 7: Maven Standard Directory Layout

    Lecture 8: Maven Build Lifecycles

    Lecture 9: Maven Wrapper

    Lecture 10: Maven Archetypes

    Lecture 11: Conclusion

    Chapter 6: Common Maven Plugins

    Lecture 1: Introduction

    Lecture 2: Overview Maven Lifecycle Plugins

    Lecture 3: Maven Clean Plugin

    Lecture 4: Maven Compiler Plugin

    Lecture 5: Maven Resources Plugin

    Lecture 6: Maven Surefire Plugin

    Lecture 7: Maven Jar Plugin

    Lecture 8: Maven Deploy Plugin

    Lecture 9: Maven Site Plugin

    Lecture 10: Maven and Source Control

    Lecture 11: Other Maven Plugins

    Lecture 12: Common Maven Commands and CheatSheet

    Lecture 13: Conclusion

    Chapter 7: Generating Source with Maven

    Lecture 1: Introduction

    Lecture 2: XSD to Java with Maven

    Lecture 3: Assignment – Clean JAXB Project Automatically

    Lecture 4: Assignment Review – Clean JAXB Project Automatically

    Lecture 5: Using Maven to Generate Java Classes from JSON Schema

    Lecture 6: Challenge – Create Project Lombok Project with Maven

    Lecture 7: Generating Java Classes with Project Lombok and Maven

    Lecture 8: Challenge – Create MapStruct Project with Maven

    Lecture 9: Generating Java Classes with MapStruct and Maven

    Lecture 10: Conclusion

    Chapter 8: Alternate JVM Languages

    Lecture 1: Introduction

    Lecture 2: Overview of Alternate JVM Languages with Maven

    Lecture 3: Compile Groovy with Maven

    Lecture 4: Compile Kotlin with Maven

    Lecture 5: Compile Scala with Maven

    Lecture 6: Conclusion

    Chapter 9: Testing with Maven

    Lecture 1: Introduction

    Lecture 2: Overview of Testing with Maven

    Lecture 3: Using Maven Surefire for POJO Unit Tests

    Lecture 4: Using Maven Surefire for JUnit 4 Unit Tests

    Lecture 5: Using Maven Surefire for JUnit 5 Unit Tests

    Lecture 6: Using Maven Surefire for JUnit 4 and JUnit 5 Tests

    Lecture 7: Assignment: Add Groovy and JUnit 4 Support to Maven Project

    Lecture 8: Assignment Review

    Lecture 9: Using Maven Surefire for Spock Tests

    Lecture 10: Challenge: Use JUnit 5 with Spock

    Lecture 11: Using Spock with JUnit 5

    Lecture 12: Using Maven Surefire for TestNG Unit Tests

    Lecture 13: Generating Test Reports with Maven

    Lecture 14: Running Integration Tests with Maven Failsafe

    Lecture 15: Code Coverage with Jacoco

    Lecture 16: Maven Spot Bugs Report

    Lecture 17: Setting Maven Version in IntelliJ

    Lecture 18: Assignment – Fix Broken Maven Project

    Lecture 19: Assignment Review

    Lecture 20: Skipping Unit and Integration Tests in Maven

    Lecture 21: Conclusion

    Chapter 10: Multi-Module Projects

    Lecture 1: Introduction

    Instructors

  • Apache Maven- Beginner to Guru  No.2
    John Thompson ? 500,000+ Enrollments Worldwide
    Spring Framework Guru – Best Selling Instructor
  • Apache Maven- Beginner to Guru  No.3
    Spring Ahead Code Academy
    Spring Ahead with Your Career
  • Rating Distribution

  • 1 stars: 55 votes
  • 2 stars: 76 votes
  • 3 stars: 375 votes
  • 4 stars: 1395 votes
  • 5 stars: 2074 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!