Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Apache Maven Cookbook
Apache Maven Cookbook

Apache Maven Cookbook: Over 90 hands-on recipes to successfully build and automate development life cycle tasks following Maven conventions and best practices

eBook
€22.99 €32.99
Paperback
€41.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Apache Maven Cookbook

Chapter 1. Getting Started

In this chapter, we will cover the basic tasks related to getting started with Apache Maven:

  • Installing Maven on Microsoft Windows
  • Installing Maven on Mac OS X
  • Installing Maven on Linux
  • Changing the JDK used by Maven
  • Creating a simple project with Maven
  • Building a simple project with Maven
  • Changing the location of the Maven repository
  • Running Maven behind an HTTP proxy server
  • Understanding the standard directory layout

Introduction

Apache Maven is a popular tool for build automation, primarily Java projects. Maven addresses two aspects of building software. First, it describes how a software is built and, second, it describes its dependencies. It uses conventions for the build procedure. An XML file describes the software project being built, its dependencies on other external modules and components, the build order, directories, and required plugins. It comes with predefined targets to perform certain well-defined tasks, such as code compilation and its packaging. Maven dynamically downloads Java libraries and Maven plugins from one or more repositories, such as the Maven Central Repository, and stores them locally.

Ever since Maven 1.0 was released in 2004, it has gained popularity and is today the build tool for a large number of open source and commercial projects.

If you are reading this book, then you are not here to understand why Maven is required. You are here to explore Maven and unleash the potential that it offers. The objective of this book is to make the reader aware of Maven's various features, which include installation, configuration, and simple to complex usage by means of examples, illustrations, and working projects.

A brief comparison with other build automation tools

Let's briefly discuss some build automation tools:

  • Make: If you are from the C programming world, chances are you have used Make. Makefiles are not platform-independent. They are not natively compatible with Windows. Thus, they are unsuited to build Java projects.
  • Ant: This is modeled after Make and has targets and dependencies. Each target has a set of tasks. Ant doesn't have any conventions. It is procedural and does not have the concept of a build lifecycle. Maven has conventions, is declarative, and has a lifecycle.

In this chapter, we will cover the basics of Maven—installing the software, verifying the installation, and creating, implementing, and building a simple Java project. We will also cover a few advanced items, such as changing the location of the repository or running Maven behind an HTTP proxy server as it could be relevant to those who have issues with the way Maven works by default.

Let us start by setting up Maven. We will cover how to do this on the three popular operating systems, namely Microsoft Windows, Mac OS X, and Linux.

Left arrow icon Right arrow icon
Download code icon Download Code

Description

If you are a Java developer or a manager who has experience with Apache Maven and want to extend your knowledge, then this is the ideal book for you. Apache Maven Cookbook is for those who want to learn how Apache Maven can be used for build automation. It is also meant for those familiar with Apache Maven, but want to understand the finer nuances of Maven and solve specific problems.

Who is this book for?

If you are a Java developer or a manager who has experience with Apache Maven and want to extend your knowledge, then this is the ideal book for you.

What you will learn

  • Install Apache Maven successfully on your preferred OS
  • Explore the various features of Apache Maven to build efficient automation tools
  • Discover when and how to use the various Apache Maven plugins
  • Generate and publish your project documentation using Apache Maven
  • Analyze and control code quality and code coverage using Apache Maven
  • Build various types of Java projects as well as other binaries
  • Set up complex projects using the concept of inheritance

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 28, 2015
Length: 272 pages
Edition : 1st
Language : English
ISBN-13 : 9781785289453
Vendor :
Apache
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Apr 28, 2015
Length: 272 pages
Edition : 1st
Language : English
ISBN-13 : 9781785289453
Vendor :
Apache
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 99.97
Apache Maven Cookbook
€41.99
Mastering Apache Maven 3
€36.99
Maven Essentials
€20.99
Total 99.97 Stars icon

Table of Contents

12 Chapters
1. Getting Started Chevron down icon Chevron up icon
2. IDE Integration with Maven Chevron down icon Chevron up icon
3. Maven Lifecycle Chevron down icon Chevron up icon
4. Essential Maven Plugins Chevron down icon Chevron up icon
5. Dependency Management Chevron down icon Chevron up icon
6. Code Quality Plugins Chevron down icon Chevron up icon
7. Reporting and Documentation Chevron down icon Chevron up icon
8. Handling Typical Build Requirements Chevron down icon Chevron up icon
9. Multi-module Projects Chevron down icon Chevron up icon
10. Java Development with Maven Chevron down icon Chevron up icon
11. Advanced Maven Usage Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.2
(5 Ratings)
5 star 60%
4 star 0%
3 star 40%
2 star 0%
1 star 0%
Jackie Oct 31, 2017
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Great book for those new or experienced to Maven. I wish I had a book like this 5 years ago when I started using Maven. Although I did skim though most of the beginning I did get a lot of good example of best practices and plugin implementations. I highly recommend the book to anybody from developers to configuration management, and would go so far to call the Maven Bible for all practitioners.
Amazon Verified review Amazon
Phani Krishna May 20, 2015
Full star icon Full star icon Full star icon Full star icon Full star icon 5
When I got the opportunity to review this book, I thought the book would mostly be focused for beginners. Surprised the book has in it for everyone unlike the books released in market earlier. It begins at the very start, with the basics including installation screenshots, explains the concepts of everything you learn. It has got various scenarios of usage, and includes the code in the book. The book provides with best examples and explains how the object oriented approach of maven is used for re usability and flexibility.The book explains about the implementation of different plugins for java code with code and examples viz FindBugs(static analysis tool to bug tracking),PMD(source code analyzer),CheckStyle(Coding standard),Cobertura(Code Coverage),Sonar(Code Quality). All the examples are thoroughly tested and they work the way described in the book.Best of luck !! Go on buy it now :)
Amazon Verified review Amazon
Ludek Jun 04, 2015
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book covers all aspects of development using Maven on major OS platforms and IDEs. In great details explains how to start using Maven in any Enterprise environment, including Enterprise networks with the proxy servers. I believe this is great book for beginners’ as well as senior developers.
Amazon Verified review Amazon
J. West Jun 12, 2017
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
This book is a good start, but for me, it left several unanswered questions. The strengths are chapter 3 (Maven Lifecycle), chapter 4 (Essential Maven Plugins) and chapter 5 (Dependency Management). After that, several chapters were devoted to broad-brush descriptions of many Maven Plugins. These chapters weren't really useful. They took space, but didn't provide enough detail. This could have been compressed into a single chapter along the lines of "Maven Plugins you might want to understand/use".The book lacks coverage of profiles and how you pull code from one repo to a push to a local repo (which I believe is vital information that most people will want to cover).
Amazon Verified review Amazon
JamesK Jan 06, 2016
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
Average book in my opinion. Too many topics brought up without a good explanation. Not sure how this bookreceived 5 stars overall. I must have missed something.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.