Maven Build Customization by Lorenzo Anardu
English | 31 Oct. 2014 | ASIN: B00P6DY9F8 | 272 Pages | AZW3 | 5.49 MB
English | 31 Oct. 2014 | ASIN: B00P6DY9F8 | 272 Pages | AZW3 | 5.49 MB
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