Technology, Data and Science

Java: Build Automation with Maven

Maven makes Java programming easier! It’s referred to as a build tool, but it’s so much more. Use Maven to manage the entire lifecycle of your project, generate reports, and store documents with its POM repository. And it’s not just for Java; C/C++, PHP, and Scala programmers can use Maven, too. This course introduces Maven for build automation in Java, and reviews the other features and functions to consider adding to your development workflow. Staff author Peggy Fisher shows how to install Maven on Mac or Windows, work with the Project Object Model (POM), and use its extensive library of plugins for compiling, testing, deploying, packaging, reporting, and more. Plus, learn how to create a complete start-to-finish project using Maven and two different Java IDEs: NetBeans and IntelliJ.

Learn More