SlideShare une entreprise Scribd logo
1  sur  13
Télécharger pour lire hors ligne
What is Maven?
CHAPTER – 4
THE BASICS OF SEARCH ENGINE FRIENDLY DESIGN & DEVELOPMENT
Copyright @ 2019 Learntek. All Rights Reserved. 3
What is Maven?
Maven is an automation and management tool developed by Apache Software
Foundation. It was initially released on 13 July 2004. In Yiddish language the
meaning of Maven is “accumulator of knowledge”. Maven is a project management
and comprehension tool that provides developers a complete build life-cycle
framework. Development team can automate the project’s build infrastructure in
almost no time as Maven uses a standard directory layout and a default build life-
cycle.Maven is a powerful project management tool that is based on POM (project
object model). It is used for projects build, dependency and documentation. It
simplifies the build process like ANT. But it is too much advanced than ANT. Maven
includes project information and configuration information for Maven such as
construction directory, source directory, dependency, test source directory, Goals,
plugins, etc.
Copyright @ 2019 Learntek. All Rights Reserved. 4
What are the key features of Maven?
•Simple project setup that follows best practices
•Consistent usage across all projects
•Easy way to build projects in which unnecessary details are hidden
•Uniform build system, where a standard strategy is followed
•Dependency management including automatic updating
•Quality project information, such as dependency lists, cross referenced sources and
unit test reports
•Dependency management, including automatic updating and dependency closures
•The ability to handle multiple projects simultaneously
•Dynamic downloading of necessary Java libraries and plug-ins from Maven
repositories
Copyright @ 2019 Learntek. All Rights Reserved. 5
•Model-based builds − Maven is able to build any number of projects into
predefined output types such as jar, war, metadata
•Coherent site of project information − Using the same metadata as per the build
process, maven is able to generate a website and a PDF including complete
documentation
•Backward Compatibility – You can easily port the multiple modules of a project
into Maven 3 from older versions of Maven. It can support the older versions also
•Parallel builds − It analyses the project dependency graph and enables you to
build schedule modules in parallel. Using this, you can achieve the performance
improvements of 20-50%.
Copyright @ 2019 Learntek. All Rights Reserved. 6
What are the core concepts of Maven?
•Build Plugins: Build plugins are used to perform specific goal. You can add a plugin
to the POM file. Maven has some standard plugins you can use, and you can also
implement your own in Java.
•Build Profiles: Build profiles a set of configuration values which allows you to build
your project using different configurations. For example, you may need to build
your project for your local computer, for development and test. To enable different
builds you can add different build profiles to your POM files using its profiles
elements and are triggered in the variety of ways.
Copyright @ 2019 Learntek. All Rights Reserved. 7
•POM Files: Project Object Model (POM) Files are XML file that contains
information related to the project and configuration information such as
dependencies, source directory, plugin, and goals etc. used by Maven to build the
project. When you should execute a maven command you give maven a POM file to
execute the commands. Maven reads pom.xml file to accomplish its configuration
and operations.
•Dependencies and Repositories: Dependencies are external Java libraries required
for Project and repositories are directories of packaged JAR files. The local
repository is just a directory on your machine hard drive. If the dependencies are
not found in the local Maven repository, Maven downloads them from a central
Maven repository and puts them in your local repository.
Copyright @ 2019 Learntek. All Rights Reserved. 8
•Build Life Cycles, Phases and Goals: A build life cycle consists of a sequence of
build phases, and each build phase consists of a sequence of goals. Maven
command is the name of a build life-cycle, phase or goal. If a life-cycle is
requested executed by giving maven command, all build phases in that life cycle
are executed also. If a build phase is requested executed, all build phases before
it in the defined sequence are executed too.
Copyright @ 2019 Learntek. All Rights Reserved. 9
What maven does?
Below are the task performed by Maven:
•We can easily build a project using maven.
•We can add jars and other dependencies of the project easily using the help of
maven.
•Maven provides project information (log document, dependency list, unit test
reports etc.)
•Maven is very helpful for a project while updating central repository of JAR’s and
other dependencies.
•With the help of Maven we can build any number of projects into output types like
the JAR, WAR etc without doing any scripting.
•Using maven we can easily integrate our project with source control system (such as
Subversion or Git).
Copyright @ 2019 Learntek. All Rights Reserved. 10
Advantages of using Maven:
•Maven can add all the dependencies required for the project automatically by
reading pom file.
•One can easily build their project to jar,war etc. as per their requirements using
Maven.
•Maven makes easy to start project in different environments and one doesn’t
needs to handle the dependencies injection, builds, processing, etc.
•Adding a new dependency is very easy. One has to just write the dependency
code in pom file.
Copyright @ 2019 Learntek. All Rights Reserved. 11
Disadvantages of using Maven:
•Maven needs the maven installation in the system for working and maven plugin for
the ide.
•If the maven code for an existing dependency is not available, then one cannot add
that dependency using maven.
Copyright @ 2019 Learntek. All Rights Reserved. 12
Summary:
Maven is an automation and management tool. Maven is a popular open source
build tool for enterprise Java projects, designed to take much of the hard work out
of the build process. Maven uses a declarative approach, where the project
structure and contents are described, rather than the task-based approach used in
Ant or in traditional make files, for example. This helps enforce company-wide
development standards and reduces the time needed to write and maintain build
scripts. When you use Maven, you describe your project using a well-defined
project object model, Maven can then apply cross-cutting logic from a set of shared
(or custom) plugins. In case of multiple development teams environment, Maven
can set-up the way to work as per standards in a very short time. As most of the
project setups are simple and reusable, Maven makes life of developer easy while
creating reports, checks, build and testing automation setups.
Copyright @ 2019 Learntek. All Rights Reserved. 13
For more Training Information , Contact Us
Email : info@learntek.org
USA : +1734 418 2465
INDIA : +40 4018 1306
+7799713624

Contenu connexe

Plus de Janu Jahnavi

Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platformJanu Jahnavi
 
Google cloud Platform
Google cloud PlatformGoogle cloud Platform
Google cloud PlatformJanu Jahnavi
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8Janu Jahnavi
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8Janu Jahnavi
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonJanu Jahnavi
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonJanu Jahnavi
 
Python multithreading
Python multithreadingPython multithreading
Python multithreadingJanu Jahnavi
 
Python multithreading
Python multithreadingPython multithreading
Python multithreadingJanu Jahnavi
 
Shallow copy and deep copy
Shallow copy and deep copyShallow copy and deep copy
Shallow copy and deep copyJanu Jahnavi
 
Shallow copy and deep copy
Shallow copy and deep copyShallow copy and deep copy
Shallow copy and deep copyJanu Jahnavi
 

Plus de Janu Jahnavi (20)

Angular js
Angular jsAngular js
Angular js
 
Mysql python
Mysql pythonMysql python
Mysql python
 
Mysql python
Mysql pythonMysql python
Mysql python
 
Ruby with cucmber
Ruby with cucmberRuby with cucmber
Ruby with cucmber
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platform
 
Google cloud Platform
Google cloud PlatformGoogle cloud Platform
Google cloud Platform
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk python
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk python
 
Python multithreading
Python multithreadingPython multithreading
Python multithreading
 
Python multithreading
Python multithreadingPython multithreading
Python multithreading
 
Core java
Core javaCore java
Core java
 
Shallow copy and deep copy
Shallow copy and deep copyShallow copy and deep copy
Shallow copy and deep copy
 
Core java
Core javaCore java
Core java
 
Shallow copy and deep copy
Shallow copy and deep copyShallow copy and deep copy
Shallow copy and deep copy
 
Sdlc phases
Sdlc phasesSdlc phases
Sdlc phases
 
Sdlc phases
Sdlc phasesSdlc phases
Sdlc phases
 

Dernier

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 FellowsMebane Rash
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
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.pptxDenish Jangid
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
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.pptxAreebaZafar22
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
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.pdfAdmir Softic
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 

Dernier (20)

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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
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
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
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
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
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
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 

What is maven

  • 2. CHAPTER – 4 THE BASICS OF SEARCH ENGINE FRIENDLY DESIGN & DEVELOPMENT
  • 3. Copyright @ 2019 Learntek. All Rights Reserved. 3 What is Maven? Maven is an automation and management tool developed by Apache Software Foundation. It was initially released on 13 July 2004. In Yiddish language the meaning of Maven is “accumulator of knowledge”. Maven is a project management and comprehension tool that provides developers a complete build life-cycle framework. Development team can automate the project’s build infrastructure in almost no time as Maven uses a standard directory layout and a default build life- cycle.Maven is a powerful project management tool that is based on POM (project object model). It is used for projects build, dependency and documentation. It simplifies the build process like ANT. But it is too much advanced than ANT. Maven includes project information and configuration information for Maven such as construction directory, source directory, dependency, test source directory, Goals, plugins, etc.
  • 4. Copyright @ 2019 Learntek. All Rights Reserved. 4 What are the key features of Maven? •Simple project setup that follows best practices •Consistent usage across all projects •Easy way to build projects in which unnecessary details are hidden •Uniform build system, where a standard strategy is followed •Dependency management including automatic updating •Quality project information, such as dependency lists, cross referenced sources and unit test reports •Dependency management, including automatic updating and dependency closures •The ability to handle multiple projects simultaneously •Dynamic downloading of necessary Java libraries and plug-ins from Maven repositories
  • 5. Copyright @ 2019 Learntek. All Rights Reserved. 5 •Model-based builds − Maven is able to build any number of projects into predefined output types such as jar, war, metadata •Coherent site of project information − Using the same metadata as per the build process, maven is able to generate a website and a PDF including complete documentation •Backward Compatibility – You can easily port the multiple modules of a project into Maven 3 from older versions of Maven. It can support the older versions also •Parallel builds − It analyses the project dependency graph and enables you to build schedule modules in parallel. Using this, you can achieve the performance improvements of 20-50%.
  • 6. Copyright @ 2019 Learntek. All Rights Reserved. 6 What are the core concepts of Maven? •Build Plugins: Build plugins are used to perform specific goal. You can add a plugin to the POM file. Maven has some standard plugins you can use, and you can also implement your own in Java. •Build Profiles: Build profiles a set of configuration values which allows you to build your project using different configurations. For example, you may need to build your project for your local computer, for development and test. To enable different builds you can add different build profiles to your POM files using its profiles elements and are triggered in the variety of ways.
  • 7. Copyright @ 2019 Learntek. All Rights Reserved. 7 •POM Files: Project Object Model (POM) Files are XML file that contains information related to the project and configuration information such as dependencies, source directory, plugin, and goals etc. used by Maven to build the project. When you should execute a maven command you give maven a POM file to execute the commands. Maven reads pom.xml file to accomplish its configuration and operations. •Dependencies and Repositories: Dependencies are external Java libraries required for Project and repositories are directories of packaged JAR files. The local repository is just a directory on your machine hard drive. If the dependencies are not found in the local Maven repository, Maven downloads them from a central Maven repository and puts them in your local repository.
  • 8. Copyright @ 2019 Learntek. All Rights Reserved. 8 •Build Life Cycles, Phases and Goals: A build life cycle consists of a sequence of build phases, and each build phase consists of a sequence of goals. Maven command is the name of a build life-cycle, phase or goal. If a life-cycle is requested executed by giving maven command, all build phases in that life cycle are executed also. If a build phase is requested executed, all build phases before it in the defined sequence are executed too.
  • 9. Copyright @ 2019 Learntek. All Rights Reserved. 9 What maven does? Below are the task performed by Maven: •We can easily build a project using maven. •We can add jars and other dependencies of the project easily using the help of maven. •Maven provides project information (log document, dependency list, unit test reports etc.) •Maven is very helpful for a project while updating central repository of JAR’s and other dependencies. •With the help of Maven we can build any number of projects into output types like the JAR, WAR etc without doing any scripting. •Using maven we can easily integrate our project with source control system (such as Subversion or Git).
  • 10. Copyright @ 2019 Learntek. All Rights Reserved. 10 Advantages of using Maven: •Maven can add all the dependencies required for the project automatically by reading pom file. •One can easily build their project to jar,war etc. as per their requirements using Maven. •Maven makes easy to start project in different environments and one doesn’t needs to handle the dependencies injection, builds, processing, etc. •Adding a new dependency is very easy. One has to just write the dependency code in pom file.
  • 11. Copyright @ 2019 Learntek. All Rights Reserved. 11 Disadvantages of using Maven: •Maven needs the maven installation in the system for working and maven plugin for the ide. •If the maven code for an existing dependency is not available, then one cannot add that dependency using maven.
  • 12. Copyright @ 2019 Learntek. All Rights Reserved. 12 Summary: Maven is an automation and management tool. Maven is a popular open source build tool for enterprise Java projects, designed to take much of the hard work out of the build process. Maven uses a declarative approach, where the project structure and contents are described, rather than the task-based approach used in Ant or in traditional make files, for example. This helps enforce company-wide development standards and reduces the time needed to write and maintain build scripts. When you use Maven, you describe your project using a well-defined project object model, Maven can then apply cross-cutting logic from a set of shared (or custom) plugins. In case of multiple development teams environment, Maven can set-up the way to work as per standards in a very short time. As most of the project setups are simple and reusable, Maven makes life of developer easy while creating reports, checks, build and testing automation setups.
  • 13. Copyright @ 2019 Learntek. All Rights Reserved. 13 For more Training Information , Contact Us Email : info@learntek.org USA : +1734 418 2465 INDIA : +40 4018 1306 +7799713624