Cargando…

Maven for Eclipse : a fast-paced guide that helps you create a continuous delivery solution by integrating Maven with an Eclipse environment /

If you want to learn about Maven and use it from within Eclipse to develop Java projects, this is the book for you. Prior experience in developing Java projects and using the Eclipse IDE is presumed. Whether you are a beginner or an experienced developer, this book will get you up and running quickl...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Shah, Sanjay (Autor)
Otros Autores: Wishkerman, Asher (Diseñador de portada)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, England : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn891383725
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 140908t20142014enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCO  |d UMI  |d DEBBG  |d DEBSZ  |d EBLCP  |d IDEBK  |d S4S  |d COO  |d YDXCP  |d OCLCQ  |d TEFOD  |d OCLCF  |d OCLCQ  |d AZK  |d COCUF  |d K6U  |d CNNOR  |d CCO  |d PIFAG  |d FVL  |d N$T  |d ZCU  |d AGLDB  |d MERUC  |d OCLCQ  |d OCLCO  |d U3W  |d REB  |d D6H  |d STF  |d VTS  |d CEF  |d ICG  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCO  |d OCLCQ  |d OCLCO  |d UAB  |d DKC  |d AU@  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCL  |d QGK  |d OCLCQ 
016 7 |a 018007050  |2 Uk 
019 |a 889675847  |a 891786468  |a 907279859  |a 961589258  |a 1259091232 
020 |a 9781783987139  |q (electronic bk.) 
020 |a 1783987138  |q (electronic bk.) 
020 |z 178398712X 
020 |z 9781783987122 
029 1 |a AU@  |b 000056016229 
029 1 |a AU@  |b 000067100364 
029 1 |a CHNEW  |b 000688476 
029 1 |a CHNEW  |b 000688477 
029 1 |a CHNEW  |b 000888546 
029 1 |a CHVBK  |b 374474621 
029 1 |a DEBBG  |b BV042182680 
029 1 |a DEBBG  |b BV043611728 
029 1 |a DEBSZ  |b 414090039 
029 1 |a DEBSZ  |b 417233663 
029 1 |a DEBSZ  |b 493150269 
029 1 |a GBVCP  |b 882840835 
029 1 |a UKMGB  |b 018007050 
035 |a (OCoLC)891383725  |z (OCoLC)889675847  |z (OCoLC)891786468  |z (OCoLC)907279859  |z (OCoLC)961589258  |z (OCoLC)1259091232 
037 |a CL0500000484  |b Safari Books Online 
037 |a 0091BD74-CDBF-4BAF-AFF8-B28D537D7566  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.A65  |b .S534 2014eb 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Shah, Sanjay,  |e author. 
245 1 0 |a Maven for Eclipse :  |b a fast-paced guide that helps you create a continuous delivery solution by integrating Maven with an Eclipse environment /  |c Sanjay Shah ; cover image by Asher Wishkerman. 
264 1 |a Birmingham, England :  |b Packt Publishing,  |c 2014. 
264 4 |c ©2014 
300 |a 1 online resource (159 pages) :  |b color 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 (ebrary, viewed September 8, 2014). 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed July 10, 2017). 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Apache Maven -- Introduction and Installation; Introduction to Maven; Maven''s origin; Maven''s principles; Maven''s component architecture; The Plexus container; Wagon; Maven Doxia; Modello; Maven SCM; Maven versus Ant; Downloading Maven; Installing Maven; Installing Maven on Windows; Installing Maven on Linux and Mac OS; Verifying the installation of Maven; Summary; Chapter 2: Installing m2eclipse; Introduction to m2eclipse; Downloading Eclipse. 
505 8 |a Installing and launching EclipseInstalling m2eclipse; Using Eclipse Marketplace; Using Update Site; Setting Maven for use; Summary; Chapter 3: Creating and Importing Projects; The Maven project structure; POM (Project Object Model); Maven coordinates; POM relationships; A simple POM; A super POM; The Maven project build architecture; Other essential concepts; Repository; The Local repository; The central repository; The remote repository; Search sequence in repositories; Project dependencies; Dependency scopes; Transitive dependencies; Plugins and Goals; Site generation and reporting. 
505 8 |a Creating a Maven projectUsing an archetype; Using no archetypes; Checking out a Maven project; Importing a Maven project; Summary; Chapter 4: Building and Running a Project; Build lifecycle; The default lifecycle; The clean lifecycle; The site lifecycle; The package-specific lifecycle; The Maven console; Building and packaging projects; Running hello-project; Summary; Chapter 5: Spicing Up a Maven Project; Creating the MyDistance project; Changing the project information; Adding dependencies; Adding resources; The application code; Adding a form to get an input; Adding a servlet. 
505 8 |a Adding a utility classRunning an application; Writing unit tests; Running unit tests; Generating site documentation; Generating unit tests -- HTML reports; Generating javadocs; Summary; Chapter 6: Creating a Multimodule Project; Introduction; Creating a parent project -- POM; Creating a core module; Creating a webapp module; Building a multimodule project; Running the application; Summary; Chapter 7: Peeking into m2eclipse; Other features in m2eclipse; Add Dependency; Add Plugin; New Maven Module Project; Download JavaDoc; Download Source; Open Javadoc; Open POM; Update Project. 
505 8 |a Disable Workspace ResolutionDisable Maven Nature; Import Project(s) from SCM; A form-based POM editor; Overview; Analyzing project dependencies; Working with repositories; Local Repositories; Global Repositories; Project Repositories; m2eclipse preferences; Maven; Discovery; Archetypes; User Interface and User Settings; Installations; Warnings; Templates; Lifecycle Mappings; Summary; Index. 
520 |a If you want to learn about Maven and use it from within Eclipse to develop Java projects, this is the book for you. Prior experience in developing Java projects and using the Eclipse IDE is presumed. Whether you are a beginner or an experienced developer, this book will get you up and running quickly, with a hands-on approach. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 7 |a Eclipse (Electronic resource)  |2 blmlsh 
650 0 |a Application software  |x Development. 
650 0 |a Computer science. 
650 0 |a Java (Computer program language) 
650 0 |a Electronic data processing. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Informatique. 
650 6 |a Java (Langage de programmation) 
650 7 |a data processing.  |2 aat 
650 7 |a computer science.  |2 aat 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a Electronic data processing.  |2 fast  |0 (OCoLC)fst00906956 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Computer science.  |2 fast  |0 (OCoLC)fst00872451 
650 7 |a Java (Computer program language)  |2 fast  |0 (OCoLC)fst00982065 
700 1 |a Wishkerman, Asher,  |e cover designer. 
776 0 8 |i Print version:  |a Shah, Sanjay.  |t Maven for Eclipse : a fast-paced guide that helps you create a continuous delivery solution by integrating Maven with an Eclipse environment.  |d Birmingham, England : Packt Publishing, ©2014  |h iv, 142 pages  |k Community experience distilled.  |z 9781783987122 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=836704  |z Texto completo 
936 |a BATCHLOAD 
938 |a ebrary  |b EBRY  |n ebr10917817 
938 |a EBSCOhost  |b EBSC  |n 836704 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29662615 
938 |a YBP Library Services  |b YANK  |n 12055194 
994 |a 92  |b IZTAP