Maven Build Customization

Lorenzo Anardu, Roberto Baldi, Umberto Antonio Cicero, Riccardo Giomi, Giacomo Veneri

  • 出版商: Packt Publishing
  • 出版日期: 2014-11-03
  • 售價: $1,710
  • 貴賓價: 9.5$1,625
  • 語言: 英文
  • 頁數: 256
  • 裝訂: Paperback
  • ISBN: 1783987227
  • ISBN-13: 9781783987221
  • 下單後立即進貨 (約3~4週)

商品描述

Discover the real power of Maven 3 to manage your Java projects more effectively than ever

About This Book

  • Administer complex projects customizing the Maven framework and improving the software lifecycle of your organization with “Maven friend technologies”
  • Automate your delivery process and make it fast and easy
  • An easy-to-follow tutorial on Maven customization and integration with a real project and practical examples

Who This Book Is For

This book is for developers and delivery managers who have some experience with Maven and Java, but want to extend their knowledge to automate the building process, thereby reducing human errors.

What You Will Learn

  • Discover the power of Maven with a real project and practical examples
  • Develop a simple plugin to interact with databases and change the status of your bug tracker
  • Get to grips with Maven dependencies
  • Develop and test your own custom plugin
  • Customize your package with the Maven profile
  • Use the most powerful plugins to release and test your software
  • Install Maven, Nexus, and Hudson to manage your code efficiently
  • Build your first application with Maven, Gradle, and Android

In Detail

Maven is one of the most popular tools used to control the dependencies and to administer a Java project. Maven can be used by newbies without the need to learn complex mechanisms, but it is also a powerful tool for big projects developed by different teams and organized over different modules and repositories.

This book will provide you with all the information you need, right from managing dependencies to improving the build process of your organization. Starting with a simple project, you will create your development environment step-by-step, automatically build your code from resources (XML, DB), and package your JAR, WAR, and EAR files for different environments. Furthermore, you will learn about the complex hereditary features of Maven.

Finally, this book will benefit you by teaching Maven-Gradle and Maven-Eclipse integration using the m2e plugin, managing the Maven repository from Gradle, and building a working Maven environment from Gradle