Book Image

Apache Maven Cookbook

Book Image

Apache Maven Cookbook

Overview of this book

Table of Contents (18 chapters)
Apache Maven Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Java Development with Maven

In this chapter, we will cover the following recipes:

  • Building a JAR project

  • Generating an executable JAR

  • Generating a JAR of the source code

  • Generating a JAR of the test classes

  • Building a WAR project

  • Building an EAR project

  • Building a pom project

  • Running a web project with Jetty

  • Running a web project with Tomcat