Cargando…

Maven essentials : get started with the essentials of Apache Maven and get your build automation system up and running quickly /

Get started with the essentials of Apache Maven and get your build automation system up and running quickly About This Book Explore the essentials of Apache Maven essentials to arm yourself with all the ingredients needed to develop a comprehensive build automation system Identify the extension poin...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Siriwardena, Prabath (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn933389465
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 151223s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d N$T  |d TEFOD  |d OCLCF  |d IDEBK  |d EBLCP  |d VT2  |d YDXCP  |d COO  |d DEBBG  |d DEBSZ  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d CEF  |d OCLCQ  |d WYU  |d UAB  |d RDF  |d OCLCQ  |d QGK  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 931797541  |a 932051075  |a 961598401  |a 1259101530 
020 |a 9781783986774  |q (electronic bk.) 
020 |a 1783986778  |q (electronic bk.) 
020 |a 178398676X 
020 |a 9781783986767 
020 |z 9781783986767 
029 1 |a AU@  |b 000057034363 
029 1 |a CHNEW  |b 000893952 
029 1 |a CHVBK  |b 374531099 
029 1 |a DEBBG  |b BV043627618 
029 1 |a DEBBG  |b BV043968532 
029 1 |a DEBSZ  |b 473873508 
029 1 |a DEBSZ  |b 485790343 
029 1 |a GBVCP  |b 882848135 
029 1 |a AU@  |b 000067100365 
035 |a (OCoLC)933389465  |z (OCoLC)931797541  |z (OCoLC)932051075  |z (OCoLC)961598401  |z (OCoLC)1259101530 
037 |a CL0500000693  |b Safari Books Online 
037 |a 823ED8DB-D2B1-4434-83A9-DF6E4DFF961A  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.D47 
072 7 |a COM  |x 051440  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Siriwardena, Prabath,  |e author. 
245 1 0 |a Maven essentials :  |b get started with the essentials of Apache Maven and get your build automation system up and running quickly /  |c Prabath Siriwardena. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed December 29, 2015). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; Untitled; Table of Contents; Preface; Chapter 1: Apache Maven Quick Start; Installing Apache Maven; Installing Apache Maven on Ubuntu; Installing Apache Maven on Mac OS X; Installing Apache Maven on Microsoft Windows; Configuring the heap size; Hello Maven!; Convention over configuration; Maven repositories; IDE integration; NetBeans integration; IntelliJ IDEA integration; Eclipse integration; Troubleshooting; Enabling Maven debug level logs; Building a dependency tree 
505 8 |a Viewing all the environment variables and system propertiesViewing the effective POM file; Viewing the dependency classpath; Summary; Chapter 2: Understanding the Project Object Model (POM); Project Object Model (POM); POM hierarchy; Super POM; POM extending and overriding; Maven coordinates; The parent POM; Managing POM dependencies; Transitive dependencies; Dependency scopes; Optional dependencies; Dependency exclusion; Summary; Chapter 3: Maven Archetypes; Archetype quickstart; Batch mode; Archetype catalogues; Building an archetype catalogue; Public archetype catalogues 
505 8 |a The anatomy of archetype -- catalog.xmlThe archetype plugin goals; Java EE web applications with the archetype plugin; Deploying web applications to a remote Apache Tomcat server; Android mobile applications with the archetype plugin; EJB archives with the archetype plugin; JIRA plugins with the archetype plugin; Spring MVC applications with the archetype plugin; Summary; Chapter 4: Maven Plugins; Common Maven plugins; The clean plugin; The compiler plugin; The install plugin; The deploy plugin; The surefire plugin; The site plugin; The jar plugin; The source plugin; The resources plugin 
505 8 |a The release pluginPlugin discovery and execution; Plugin management; Plugin repositories; Plugin as an extension; Summary; Chapter 5: Build Lifecycles; Standard lifecycles in Maven; The clean lifecycle; The default lifecycle; The site lifecycle; Lifecycle bindings; Lifecycle extensions; Summary; Chapter 6: Maven Assemblies; The assembly plugin; The assembly descriptor; Artifact/resource filtering; Assembly help; A runnable standalone Maven project; Summary; Chapter 7: Best Practices; Dependency management; Defining a parent module; POM properties 
505 8 |a Avoiding repetitive groupIds and versions, and inheriting from the parent POMFollowing naming conventions; Think twice before you write your own plugin. You may not need it!; The Maven release plugin; The Maven enforcer plugin; Avoiding the use of unversioned plugins; Descriptive parent POM files; Documentation is your friend; Avoid overriding the default directory structure; Using SNAPSHOT versioning during the development; Get rid of unused dependencies; Avoiding keeping credentials in application POM files; Avoiding using deprecated references; Avoiding repetition -- use archetypes 
520 |a Get started with the essentials of Apache Maven and get your build automation system up and running quickly About This Book Explore the essentials of Apache Maven essentials to arm yourself with all the ingredients needed to develop a comprehensive build automation system Identify the extension points in Apache Maven and learn more about them in-depth Improve developer productivity by optimizing the build process with best practices in Maven using this compact guide Who This Book Is For The book is ideal for for experienced developers who are already familiar with build automation, but want to learn how to use Maven and apply its concepts to the most difficult scenarios in build automation. What You Will Learn Comprehend the key concepts in Apache Maven Build your own custom plugins and get to know how Maven extension points are used Troubleshoot build issues with greater confidence Optimize Maven's configuration settings Write custom lifecycles and extensions Get hands-on and create a Maven assembly Explore the best practices to design a build system that improves developer productivity In Detail Maven is the #1 build tool used by developers and it has been around for more than a decade. Maven stands out among other build tools due to its extremely extensible architecture, which is built on of the concept of convention over configuration. It's widely used by many open source Java projects under Apache Software Foundation, Sourceforge, Google Code, and more. Maven Essentials is a fast-paced guide to show you the key concepts in Maven and build automation. We get started by introducing you to Maven and exploring its core concepts and architecture. Next, you will learn about and write a Project Object Model (POM) while creating your own Maven project. You will also find out how to create custom archetypes and plugins to establish the most common goals in build automation. After this, you'll get to know how to design the build to prevent any maintenance nightmares, with proper dependency management. We then explore Maven build lifecycles and Maven assemblies. Finally, you will discover how to apply the best practices when designing a build system to improve developer productivity. Style and approach This book is a practical and compact guide that will show you how to use Apache Maven in an optimal way to address enterprise build requirements. It provides technical guidance to get you started with Maven and build automation. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Computer software  |x Development. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a Computer software  |x Development  |2 fast 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Siriwardena, Prabath. Maven Essentials 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783986767/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4191294 
938 |a EBSCOhost  |b EBSC  |n 1105736 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33325394 
938 |a YBP Library Services  |b YANK  |n 12730348 
994 |a 92  |b IZTAP