Introducing Maven

Introducing Maven

Balaji Varanasi, Sudha Belida

Language: English

Pages: 120

ISBN: 1484208420

Format: PDF / Kindle (mobi) / ePub


Introducing Maven is your quick start-up primer guide on Maven. This fully packed mini-book includes the new features and enhancements found in the latest version of Maven.

In this short 100-page book, you'll learn all about Maven and how to set it up to use. You'll learn about the Maven life cycle and how to effectively leverage and use it. Also, you'll learn the basics of using site plugins and generating Javadocs, test coverage/FindBugs reports, version/release notes and more. Furthermore, you'll take advantage of Maven's archetypes to bootstrap new projects easily. Finally, you will learn how to integrate Nexus repository manager with Maven release phases.

After reading and using this short book, you'll have an understanding of Maven’s dependency management and how to organize basic and multi-module Maven projects.

What you’ll learn

  • What Maven is and how it compares with Ant, Gradle and more.
  • How to set up and test Maven
  • What transitive dependencies are
  • How to create a basic Maven project
  • How set up a multi-module project
  • What is the Maven life cycle and how to leverage it
  • How to generate Javadocs, unit test reports and more with Maven
  • How to use Maven archetypes
  • How to integrate with Nexus repository manager
  • Releasing your project with Maven and more
  • How to integrate with Subversion

Who this book is for

This book is for those new to Maven. It is recommended for experienced Java coders, programmers and developers, especially those doing enterprise and Java web development using the Spring Framework.

Table of Contents

1. Maven Basics

2. Setting up Maven

3. Maven Basic Project

4. Maven Advanced Project

5. Maven Life Cycle

6. Documentation and Reporting

7. Maven Archetypes

8. Maven Release

Windows Developer Power Tools: Turbocharge Windows Development with more than 170 free tools

Build Your Own PaaS with Docker

Software Engineering 3: Domains, Requirements, and Software Design (Texts in Theoretical Computer Science. An EATCS Series)

The Domain Testing Workbook

 

 

 

 

 

 

 

 

 

 

 

 

 

Set, using platform encoding Cp1252, i.e. build is platform dependent! [INFO] Compiling 1 source file to C:\apress\gswm-book\chapter5\gswm\target\ classes [INFO] -----------------------------------------------------------------------[INFO] BUILD SUCCESS [INFO] -----------------------------------------------------------------------[INFO] Total time: 1.197s [INFO] Finished at: Mon Oct 13 22:11:42 MDT 2014 [INFO] Final Memory: 7M/18M [INFO].

Projects and teams, which can make it difficult for new developers to understand and adopt other teams’ projects. It can also make it hard for existing developers to jump between projects and find what they are seeking. Maven addresses the above problems by standardizing the folder structure and organization of a project. Maven provides recommendations on where different parts of a project, such as source code, test code, and configuration files, should reside. For example, Maven suggests that.

Gswm-project, as shown in Listing 6-7. Listing 6-7. Maven Package Run on the Parent Project C:\apress\gswm-book\chapter6\gswm-parent>mvn package [INFO] Scanning for projects... [INFO] -----------------------------------------------------------------------[INFO] Reactor Build Order: [INFO] [INFO] gswm-parent [INFO] gswm-web Maven Webapp [INFO] gswm-service [INFO] gswm-repository [INFO] -----------------------------------------------------------------------[INFO] Reactor Summary: [INFO] [INFO].

Definition, 15 enterprise architecture, 17 high-level view, 15 identification, 19 installation, 21 scope, 21 security and intellectual property, 16 settings.xml file, 18 transitive dependencies, 19–20 Domain Specific Language (DSL), 5 „„ „ „ F, G, H, I FindBugs report, 74 „„ „ „ J, K Javadoc reports, 71 Java Enterpise Edition (JEE) projects, 50 „„ „ „ L Life cycle About page ganaration, 68 index.html file generation, 64 99 NINDEX Life cycle (cont.) pom.xml File with Project information,.

Practice to suffix your version with SNAPSHOT during development. 26 CHAPTER 4 N MAVEN PROJECT BASICS Building a Project Before we look at building a project, let’s add the HelloWorld Java class under src/main/java folder. Listing 4-2 shows the code for the HelloWorld class. Listing 4-2. Code for HelloWorld Java Class public class HelloWorld { public void sayHello() { System.out.print("Hello World"); } } Figure 4-3 shows the project structure after adding the class. Figure 4-3. Project.

Download sample

Download