SlideShare a Scribd company logo
1 of 7
Download to read offline
Certified Maven Build
Professional
VS-1113
Certified Maven Build Professional
www.vskills.in
CCCCertifiedertifiedertifiedertified Maven Build ProfessionalMaven Build ProfessionalMaven Build ProfessionalMaven Build Professional
Certification CodeCertification CodeCertification CodeCertification Code VS-1113
Vskills certification for Maven Build Professional assesses the candidate as per the
company’s need for using the Maven build tool for building and managing Java based
projects. The certification tests the candidates on various areas in installation, project object
model, build lifecycle, profile development, running maven, configuring, assemblies,
resource filtering, site generation, Archetypes, Flexmojos and android application
development.
Why should one take this certification?Why should one take this certification?Why should one take this certification?Why should one take this certification?
This Course is intended for professionals and graduates wanting to excel in their chosen
areas. It is also well suited for those who are already working and would like to take
certification for further career progression.
Earning Vskills Maven Build Professional Certification can help candidate differentiate in
today's competitive job market, broaden their employment opportunities by displaying
their advanced skills, and result in higher earning potential.
Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification?
Job seekers looking to find employment in Java based software development departments
of various companies, students generally wanting to improve their skill set and make their
CV stronger and existing employees looking for a better role can prove their employers the
value of their skills through this certification.
Test DetailsTest DetailsTest DetailsTest Details
• Duration:Duration:Duration:Duration: 60 minutes
• No. of questions:No. of questions:No. of questions:No. of questions: 50
• Maximum marks:Maximum marks:Maximum marks:Maximum marks: 50, Passing marks: 25 (50%)
There is no negative marking in this module.
Fee StructureFee StructureFee StructureFee Structure
Rs. 4,000/- (Includes all taxes)
Companies that hire VskillsCompanies that hire VskillsCompanies that hire VskillsCompanies that hire Vskills Maven Build ProfessionalMaven Build ProfessionalMaven Build ProfessionalMaven Build Professional
Maven Build Professionals are in great demand. Companies specializing in Java based
software development are constantly hiring skilled Maven Build Professional. Various
public and private companies also need maven build professionals for their in-house Java
based software maintenance and development.
Certified Maven Build Professional
www.vskills.in
Table of ContentsTable of ContentsTable of ContentsTable of Contents
1.1.1.1. Introducing Apache MavenIntroducing Apache MavenIntroducing Apache MavenIntroducing Apache Maven
1.1 Maven… What is it?
1.2 Convention Over Configuration
1.3 A Common Interface
1.4 Universal Reuse through Maven Plugins
1.5 Conceptual Model of a "Project"
1.6 Is Maven an alternative to XYZ?
1.7 Comparing Maven with Ant
2.2.2.2. Installing MavenInstalling MavenInstalling MavenInstalling Maven
2.1 Verify your Java Installation
2.2 Downloading Maven
2.3 Installing Maven
2.4 Testing a Maven Installation
2.5 Maven Installation Details
3.3.3.3. The Project Object ModelThe Project Object ModelThe Project Object ModelThe Project Object Model
3.1 Introduction
3.2 The POM
3.3 POM Syntax
3.4 Project Dependencies
3.5 Project Relationships
3.6 POM Best Practices
4.4.4.4. The Build LifecycleThe Build LifecycleThe Build LifecycleThe Build Lifecycle
4.1 Introduction
4.2 Package-specific Lifecycles
4.3 Common Lifecycle Goals
5.5.5.5. Build ProfilesBuild ProfilesBuild ProfilesBuild Profiles
5.1 What Are They For?
5.2 Portability through Maven Profiles
5.3 Profile Activation
5.4 Listing Active Profiles
6.6.6.6. Running MavenRunning MavenRunning MavenRunning Maven
6.1 Maven Command Line Options
6.2 Using Advanced Reactor Options
6.3 Using the Maven Help Plugin
Certified Maven Build Professional
www.vskills.in
7.7.7.7. Maven ConfigurationMaven ConfigurationMaven ConfigurationMaven Configuration
7.1 Configuring Maven Plugins
8.8.8.8. Maven AMaven AMaven AMaven Assembliesssembliesssembliesssemblies
8.1 Introduction
8.2 Assembly Basics
8.3 Overview of the Assembly Descriptor
8.4 Controlling the Contents of an Assembly
8.5 Best Practices
9.9.9.9. Properties and Resource FilteringProperties and Resource FilteringProperties and Resource FilteringProperties and Resource Filtering
9.1 Introduction
9.2 Maven Properties
9.3 Resource Filtering
10.10.10.10. Site GenerationSite GenerationSite GenerationSite Generation
10.1 Introduction
10.2 Building a Project Site with Maven
10.3 Customizing the Site Descriptor
10.4 Site Directory Structure
10.5 Writing Project Documentation
10.6 Deploying Your Project Website
10.7 Customizing Site Appearance
10.8 Tips and Tricks
11.11.11.11. Writing PluginsWriting PluginsWriting PluginsWriting Plugins
11.1 Introduction
11.2 Programming Maven
11.3 Plugin Descriptor
11.4 Writing a Custom Plugin
11.5 Mojo Parameters
11.6 Plugins and the Maven Lifecycle
12.12.12.12. Using Maven ArchetypesUsing Maven ArchetypesUsing Maven ArchetypesUsing Maven Archetypes
12.1 Introduction to Maven Archetypes
12.2 Using Archetypes
12.3 Available Archetypes
12.4 Publishing Archetypes
13.13.13.13. Developing with FlexmojosDeveloping with FlexmojosDeveloping with FlexmojosDeveloping with Flexmojos
13.1 Introduction
13.2 Configuring Build Environment for Flexmojos
13.3 Creating a Flex Mojos Project from an Archetype
13.4 The FlexMojos Lifecycle
13.5 FlexMojos Plugin Goals
Certified Maven Build Professional
www.vskills.in
13.6 FlexMojos Plugin Reports
13.7 Developing and Customizing Flexmojos
14.14.14.14. Android Application Development with MavenAndroid Application Development with MavenAndroid Application Development with MavenAndroid Application Development with Maven
14.1 Introduction
14.2 Configuring Build Environment for Android Development
14.3 Getting Started
14.4 Creating New Projects with the Android Maven Archetypes
14.5 Using Add-Ons
14.6 Multi Module Android Projects
14.7 Using external dependencies
14.8 The Custom Lifecycle from the Android Maven Plugin
14.9 Plugin Configuration Parameters
14.10 Device Interaction
14.11 Emulator Interaction
14.12 Other Useful Android Maven Plugin Goals
14.13 Internal Android Maven Plugin Goals
14.14 Testing Android Application Code
14.15 Native Application Builds
Certified Maven Build Professional
www.vskills.in
Sample QuestionsSample QuestionsSample QuestionsSample Questions
1.1.1.1. What is the file format for POM fileWhat is the file format for POM fileWhat is the file format for POM fileWhat is the file format for POM file????
A. XML
B. Text
C. Depends upon the implementation
D. None of the above
2222.... What is extended by all Maven project POMs?What is extended by all Maven project POMs?What is extended by all Maven project POMs?What is extended by all Maven project POMs?
A. Super
B. POM Super
C. Super POM
D. None of the above
3333.... Which file of the EAR stores the deployment descriptorWhich file of the EAR stores the deployment descriptorWhich file of the EAR stores the deployment descriptorWhich file of the EAR stores the deployment descriptor????
A. application.xml
B. deployment.xml
C. descriptor.xml
D. None of the above
4444.... What does NAR packaging type stands forWhat does NAR packaging type stands forWhat does NAR packaging type stands forWhat does NAR packaging type stands for????
A. New Archive
B. Native Archive
C. Non-initialized Archive
D. None of the above
5555.... Which element in Super POM stores tWhich element in Super POM stores tWhich element in Super POM stores tWhich element in Super POM stores the default values for directories inhe default values for directories inhe default values for directories inhe default values for directories in thethethethe
Maven Standard Directory layoutMaven Standard Directory layoutMaven Standard Directory layoutMaven Standard Directory layout????
A. list
B. build
C. directory
D. None of the above
Answers: 1 (A), 2 (C), 3 (A), 4 (B), 5 (B)
maven build certificaton

More Related Content

What's hot

An Introduction to Maven
An Introduction to MavenAn Introduction to Maven
An Introduction to Maven
Vadym Lotar
 
Maven Presentation - SureFire vs FailSafe
Maven Presentation - SureFire vs FailSafeMaven Presentation - SureFire vs FailSafe
Maven Presentation - SureFire vs FailSafe
Holasz Kati
 

What's hot (20)

Maven Overview
Maven OverviewMaven Overview
Maven Overview
 
Why gradle
Why gradle Why gradle
Why gradle
 
An Introduction to Maven Part 1
An Introduction to Maven Part 1An Introduction to Maven Part 1
An Introduction to Maven Part 1
 
An Introduction to Maven
An Introduction to MavenAn Introduction to Maven
An Introduction to Maven
 
Spring competitive tests
Spring competitive testsSpring competitive tests
Spring competitive tests
 
Maven ppt
Maven pptMaven ppt
Maven ppt
 
How the Atlassian Plugin SDK Cured Cancer and Reunited Soundgarden - Atlassia...
How the Atlassian Plugin SDK Cured Cancer and Reunited Soundgarden - Atlassia...How the Atlassian Plugin SDK Cured Cancer and Reunited Soundgarden - Atlassia...
How the Atlassian Plugin SDK Cured Cancer and Reunited Soundgarden - Atlassia...
 
Using Maven 2
Using Maven 2Using Maven 2
Using Maven 2
 
An introduction to Maven
An introduction to MavenAn introduction to Maven
An introduction to Maven
 
Spring boot competitive tests
Spring boot competitive testsSpring boot competitive tests
Spring boot competitive tests
 
Log management (elk) for spring boot application
Log management (elk) for spring boot applicationLog management (elk) for spring boot application
Log management (elk) for spring boot application
 
Maven 2 features
Maven 2 featuresMaven 2 features
Maven 2 features
 
Maven 3.0 at Øredev
Maven 3.0 at ØredevMaven 3.0 at Øredev
Maven 3.0 at Øredev
 
Maven Presentation - SureFire vs FailSafe
Maven Presentation - SureFire vs FailSafeMaven Presentation - SureFire vs FailSafe
Maven Presentation - SureFire vs FailSafe
 
Apache Maven
Apache MavenApache Maven
Apache Maven
 
Maven Basics - Explained
Maven Basics - ExplainedMaven Basics - Explained
Maven Basics - Explained
 
Hands On with Maven
Hands On with MavenHands On with Maven
Hands On with Maven
 
Enterprise Maven Repository BOF
Enterprise Maven Repository BOFEnterprise Maven Repository BOF
Enterprise Maven Repository BOF
 
Liferay maven sdk
Liferay maven sdkLiferay maven sdk
Liferay maven sdk
 
Continuous Integration Testing in Django
Continuous Integration Testing in DjangoContinuous Integration Testing in Django
Continuous Integration Testing in Django
 

Similar to maven build certificaton

Jdc 2010 - Maven, Intelligent Projects
Jdc 2010 - Maven, Intelligent ProjectsJdc 2010 - Maven, Intelligent Projects
Jdc 2010 - Maven, Intelligent Projects
Mert Çalışkan
 
Part 6 debugging and testing java applications
Part 6 debugging and testing java applicationsPart 6 debugging and testing java applications
Part 6 debugging and testing java applications
techbed
 

Similar to maven build certificaton (20)

Cocoa Programming Certification
Cocoa Programming CertificationCocoa Programming Certification
Cocoa Programming Certification
 
CVS Certification
CVS CertificationCVS Certification
CVS Certification
 
Certified Core Java Developer
Certified Core Java DeveloperCertified Core Java Developer
Certified Core Java Developer
 
Selenium Certification
Selenium CertificationSelenium Certification
Selenium Certification
 
Core Java Certification
Core Java CertificationCore Java Certification
Core Java Certification
 
visual basic 2005 programmer certification
visual basic 2005 programmer certificationvisual basic 2005 programmer certification
visual basic 2005 programmer certification
 
Network Security Open Source Software Developer Certification
Network Security Open Source Software Developer CertificationNetwork Security Open Source Software Developer Certification
Network Security Open Source Software Developer Certification
 
Cordova Mobile Application Developer Certification
Cordova Mobile Application Developer CertificationCordova Mobile Application Developer Certification
Cordova Mobile Application Developer Certification
 
Jdc 2010 - Maven, Intelligent Projects
Jdc 2010 - Maven, Intelligent ProjectsJdc 2010 - Maven, Intelligent Projects
Jdc 2010 - Maven, Intelligent Projects
 
Introduction to Maven
Introduction to MavenIntroduction to Maven
Introduction to Maven
 
Introduction to maven, its configuration, lifecycle and relationship to JS world
Introduction to maven, its configuration, lifecycle and relationship to JS worldIntroduction to maven, its configuration, lifecycle and relationship to JS world
Introduction to maven, its configuration, lifecycle and relationship to JS world
 
Websphere Training in chennai
Websphere Training in chennaiWebsphere Training in chennai
Websphere Training in chennai
 
Websphere Certification in Chennai
Websphere Certification in ChennaiWebsphere Certification in Chennai
Websphere Certification in Chennai
 
open sta testing Certification
open sta testing Certificationopen sta testing Certification
open sta testing Certification
 
Maven in mulesoft
Maven in mulesoftMaven in mulesoft
Maven in mulesoft
 
Windmill Testing certification
Windmill Testing certificationWindmill Testing certification
Windmill Testing certification
 
Introduction to the Managed Extensibility Framework in Silverlight
Introduction to the Managed Extensibility Framework in SilverlightIntroduction to the Managed Extensibility Framework in Silverlight
Introduction to the Managed Extensibility Framework in Silverlight
 
Mavennotes.pdf
Mavennotes.pdfMavennotes.pdf
Mavennotes.pdf
 
VAST 7.5 and Beyond
VAST 7.5 and BeyondVAST 7.5 and Beyond
VAST 7.5 and Beyond
 
Part 6 debugging and testing java applications
Part 6 debugging and testing java applicationsPart 6 debugging and testing java applications
Part 6 debugging and testing java applications
 

More from Vskills

More from Vskills (20)

Vskills certified administrative support professional sample material
Vskills certified administrative support professional sample materialVskills certified administrative support professional sample material
Vskills certified administrative support professional sample material
 
vskills customer service professional sample material
vskills customer service professional sample materialvskills customer service professional sample material
vskills customer service professional sample material
 
Vskills certified operations manager sample material
Vskills certified operations manager sample materialVskills certified operations manager sample material
Vskills certified operations manager sample material
 
Vskills certified six sigma yellow belt sample material
Vskills certified six sigma yellow belt sample materialVskills certified six sigma yellow belt sample material
Vskills certified six sigma yellow belt sample material
 
Vskills production and operations management sample material
Vskills production and operations management sample materialVskills production and operations management sample material
Vskills production and operations management sample material
 
vskills leadership skills professional sample material
vskills leadership skills professional sample materialvskills leadership skills professional sample material
vskills leadership skills professional sample material
 
vskills facility management expert sample material
vskills facility management expert sample materialvskills facility management expert sample material
vskills facility management expert sample material
 
Vskills international trade and forex professional sample material
Vskills international trade and forex professional sample materialVskills international trade and forex professional sample material
Vskills international trade and forex professional sample material
 
Vskills production planning and control professional sample material
Vskills production planning and control professional sample materialVskills production planning and control professional sample material
Vskills production planning and control professional sample material
 
Vskills purchasing and material management professional sample material
Vskills purchasing and material management professional sample materialVskills purchasing and material management professional sample material
Vskills purchasing and material management professional sample material
 
Vskills manufacturing technology management professional sample material
Vskills manufacturing technology management professional sample materialVskills manufacturing technology management professional sample material
Vskills manufacturing technology management professional sample material
 
certificate in agile project management sample material
certificate in agile project management sample materialcertificate in agile project management sample material
certificate in agile project management sample material
 
Vskills angular js sample material
Vskills angular js sample materialVskills angular js sample material
Vskills angular js sample material
 
Vskills c++ developer sample material
Vskills c++ developer sample materialVskills c++ developer sample material
Vskills c++ developer sample material
 
Vskills c developer sample material
Vskills c developer sample materialVskills c developer sample material
Vskills c developer sample material
 
Vskills financial modelling professional sample material
Vskills financial modelling professional sample materialVskills financial modelling professional sample material
Vskills financial modelling professional sample material
 
Vskills basel iii professional sample material
Vskills basel iii professional sample materialVskills basel iii professional sample material
Vskills basel iii professional sample material
 
Vskills telecom management professional sample material
Vskills telecom management professional sample materialVskills telecom management professional sample material
Vskills telecom management professional sample material
 
Vskills retail management professional sample material
Vskills retail management professional sample materialVskills retail management professional sample material
Vskills retail management professional sample material
 
Vskills contract law analyst sample material
Vskills contract law analyst sample materialVskills contract law analyst sample material
Vskills contract law analyst sample material
 

Recently uploaded

Recently uploaded (20)

80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 

maven build certificaton

  • 2. Certified Maven Build Professional www.vskills.in CCCCertifiedertifiedertifiedertified Maven Build ProfessionalMaven Build ProfessionalMaven Build ProfessionalMaven Build Professional Certification CodeCertification CodeCertification CodeCertification Code VS-1113 Vskills certification for Maven Build Professional assesses the candidate as per the company’s need for using the Maven build tool for building and managing Java based projects. The certification tests the candidates on various areas in installation, project object model, build lifecycle, profile development, running maven, configuring, assemblies, resource filtering, site generation, Archetypes, Flexmojos and android application development. Why should one take this certification?Why should one take this certification?Why should one take this certification?Why should one take this certification? This Course is intended for professionals and graduates wanting to excel in their chosen areas. It is also well suited for those who are already working and would like to take certification for further career progression. Earning Vskills Maven Build Professional Certification can help candidate differentiate in today's competitive job market, broaden their employment opportunities by displaying their advanced skills, and result in higher earning potential. Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification? Job seekers looking to find employment in Java based software development departments of various companies, students generally wanting to improve their skill set and make their CV stronger and existing employees looking for a better role can prove their employers the value of their skills through this certification. Test DetailsTest DetailsTest DetailsTest Details • Duration:Duration:Duration:Duration: 60 minutes • No. of questions:No. of questions:No. of questions:No. of questions: 50 • Maximum marks:Maximum marks:Maximum marks:Maximum marks: 50, Passing marks: 25 (50%) There is no negative marking in this module. Fee StructureFee StructureFee StructureFee Structure Rs. 4,000/- (Includes all taxes) Companies that hire VskillsCompanies that hire VskillsCompanies that hire VskillsCompanies that hire Vskills Maven Build ProfessionalMaven Build ProfessionalMaven Build ProfessionalMaven Build Professional Maven Build Professionals are in great demand. Companies specializing in Java based software development are constantly hiring skilled Maven Build Professional. Various public and private companies also need maven build professionals for their in-house Java based software maintenance and development.
  • 3. Certified Maven Build Professional www.vskills.in Table of ContentsTable of ContentsTable of ContentsTable of Contents 1.1.1.1. Introducing Apache MavenIntroducing Apache MavenIntroducing Apache MavenIntroducing Apache Maven 1.1 Maven… What is it? 1.2 Convention Over Configuration 1.3 A Common Interface 1.4 Universal Reuse through Maven Plugins 1.5 Conceptual Model of a "Project" 1.6 Is Maven an alternative to XYZ? 1.7 Comparing Maven with Ant 2.2.2.2. Installing MavenInstalling MavenInstalling MavenInstalling Maven 2.1 Verify your Java Installation 2.2 Downloading Maven 2.3 Installing Maven 2.4 Testing a Maven Installation 2.5 Maven Installation Details 3.3.3.3. The Project Object ModelThe Project Object ModelThe Project Object ModelThe Project Object Model 3.1 Introduction 3.2 The POM 3.3 POM Syntax 3.4 Project Dependencies 3.5 Project Relationships 3.6 POM Best Practices 4.4.4.4. The Build LifecycleThe Build LifecycleThe Build LifecycleThe Build Lifecycle 4.1 Introduction 4.2 Package-specific Lifecycles 4.3 Common Lifecycle Goals 5.5.5.5. Build ProfilesBuild ProfilesBuild ProfilesBuild Profiles 5.1 What Are They For? 5.2 Portability through Maven Profiles 5.3 Profile Activation 5.4 Listing Active Profiles 6.6.6.6. Running MavenRunning MavenRunning MavenRunning Maven 6.1 Maven Command Line Options 6.2 Using Advanced Reactor Options 6.3 Using the Maven Help Plugin
  • 4. Certified Maven Build Professional www.vskills.in 7.7.7.7. Maven ConfigurationMaven ConfigurationMaven ConfigurationMaven Configuration 7.1 Configuring Maven Plugins 8.8.8.8. Maven AMaven AMaven AMaven Assembliesssembliesssembliesssemblies 8.1 Introduction 8.2 Assembly Basics 8.3 Overview of the Assembly Descriptor 8.4 Controlling the Contents of an Assembly 8.5 Best Practices 9.9.9.9. Properties and Resource FilteringProperties and Resource FilteringProperties and Resource FilteringProperties and Resource Filtering 9.1 Introduction 9.2 Maven Properties 9.3 Resource Filtering 10.10.10.10. Site GenerationSite GenerationSite GenerationSite Generation 10.1 Introduction 10.2 Building a Project Site with Maven 10.3 Customizing the Site Descriptor 10.4 Site Directory Structure 10.5 Writing Project Documentation 10.6 Deploying Your Project Website 10.7 Customizing Site Appearance 10.8 Tips and Tricks 11.11.11.11. Writing PluginsWriting PluginsWriting PluginsWriting Plugins 11.1 Introduction 11.2 Programming Maven 11.3 Plugin Descriptor 11.4 Writing a Custom Plugin 11.5 Mojo Parameters 11.6 Plugins and the Maven Lifecycle 12.12.12.12. Using Maven ArchetypesUsing Maven ArchetypesUsing Maven ArchetypesUsing Maven Archetypes 12.1 Introduction to Maven Archetypes 12.2 Using Archetypes 12.3 Available Archetypes 12.4 Publishing Archetypes 13.13.13.13. Developing with FlexmojosDeveloping with FlexmojosDeveloping with FlexmojosDeveloping with Flexmojos 13.1 Introduction 13.2 Configuring Build Environment for Flexmojos 13.3 Creating a Flex Mojos Project from an Archetype 13.4 The FlexMojos Lifecycle 13.5 FlexMojos Plugin Goals
  • 5. Certified Maven Build Professional www.vskills.in 13.6 FlexMojos Plugin Reports 13.7 Developing and Customizing Flexmojos 14.14.14.14. Android Application Development with MavenAndroid Application Development with MavenAndroid Application Development with MavenAndroid Application Development with Maven 14.1 Introduction 14.2 Configuring Build Environment for Android Development 14.3 Getting Started 14.4 Creating New Projects with the Android Maven Archetypes 14.5 Using Add-Ons 14.6 Multi Module Android Projects 14.7 Using external dependencies 14.8 The Custom Lifecycle from the Android Maven Plugin 14.9 Plugin Configuration Parameters 14.10 Device Interaction 14.11 Emulator Interaction 14.12 Other Useful Android Maven Plugin Goals 14.13 Internal Android Maven Plugin Goals 14.14 Testing Android Application Code 14.15 Native Application Builds
  • 6. Certified Maven Build Professional www.vskills.in Sample QuestionsSample QuestionsSample QuestionsSample Questions 1.1.1.1. What is the file format for POM fileWhat is the file format for POM fileWhat is the file format for POM fileWhat is the file format for POM file???? A. XML B. Text C. Depends upon the implementation D. None of the above 2222.... What is extended by all Maven project POMs?What is extended by all Maven project POMs?What is extended by all Maven project POMs?What is extended by all Maven project POMs? A. Super B. POM Super C. Super POM D. None of the above 3333.... Which file of the EAR stores the deployment descriptorWhich file of the EAR stores the deployment descriptorWhich file of the EAR stores the deployment descriptorWhich file of the EAR stores the deployment descriptor???? A. application.xml B. deployment.xml C. descriptor.xml D. None of the above 4444.... What does NAR packaging type stands forWhat does NAR packaging type stands forWhat does NAR packaging type stands forWhat does NAR packaging type stands for???? A. New Archive B. Native Archive C. Non-initialized Archive D. None of the above 5555.... Which element in Super POM stores tWhich element in Super POM stores tWhich element in Super POM stores tWhich element in Super POM stores the default values for directories inhe default values for directories inhe default values for directories inhe default values for directories in thethethethe Maven Standard Directory layoutMaven Standard Directory layoutMaven Standard Directory layoutMaven Standard Directory layout???? A. list B. build C. directory D. None of the above Answers: 1 (A), 2 (C), 3 (A), 4 (B), 5 (B)