SlideShare a Scribd company logo
Maven
Hussain Mansoor
Folio3 (26 Feb 2014)
Maven defined
 Declarative Dependencies
 External modules
 Build Order
 Directories
 Plug-ins
 Build Management
 Downloads dependencies and maintains local
cache
Support
 Languages
 Primarily Java
 C#, Ruby, Scala
 IDEs
 Eclipse, NetBeans, IntelliJ (by default), Jbuilder,
Jdeveloper, MyEclipse…
Build Life cycle
 process-resources
 compile
 process-test-resources
 test-compile
 test
 package
 install
 deploy
 <modelVersion>4.0.0</modelVersion>
 <groupId>com.project</groupId>
 <artifactId>Project</artifactId>
 <version>1.1</version>
 <packaging>apk</packaging>
 <name>Project-Maven</name>
 Dependencies
 Scope
 compile, runtime, test, system, and provided
 System path
 Local path, deprecated
 groupId
 artifactId
 Packaging
 apk, jar, …
Tags defined
• A universally unique identifier for a project. It is
normal to use a fully-qualified package name to
distinguish it from other projects with a similar name
(eg. org.apache.maven, com.project)
 The identifier for this artifact that is unique
within the group given by the group ID. An
artifact is something that is either produced or
used by a project. Examples of artifacts
produced by Maven for a project include: JARs,
source and binary distributions, and WARs.
 E.g: android, mockito-all, junit
The central repository
 Online central repository which hosts all the
dependencies
 Can search from group-id, artifact-id, version
 Can also download jars, pom, etc
How to use?
 POM (pom.xml) file is the main file all the xml data
in it.
 Dependent projects (if any) should also have
pom
 There are 3 major parts:
 Add dependencies
 add dependencies with local path
 add dependencies of custom jars (not in maven)
<build>
<plugins> <plugin>
<groupId>com.jayway.maven.plugins.android.generation2
</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<sdk> <platform>8</platform></sdk>
</configuration>
</plugin> </plugins>
</build>
How to add
dependencies<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
Local .jar file
 mvn install:install-file
-DgroupId=com.personagraph
-DartifactId=richinsights
-Dversion=1.4
-Dpackaging=jar -Dfile=libs/AndroidSDK-1.4-
SNAPSHOT.jar
cmd
 mvn clean
 mvn test
 mvn compile
 mvn deploy
Maven basics (Android & IntelliJ)
Maven basics (Android & IntelliJ)
Issues with Andriod
 Maven 3.1.1 is required with Android version 3.8.0
 Google-services aren’t supported
 Create a local jar and include them
References
 http://maven.apache.org
 http://en.wikipedia.org/wiki/Apache_Maven

More Related Content

PDF
MyFaces CODI Conversations
PDF
Java Security Manager Reloaded - Devoxx 2014
PPTX
Security Architecture of the Java Platform (http://www.javaday.bg event - 14....
PDF
Java Security Manager Reloaded - jOpenSpace Lightning Talk
PDF
Docker security: Rolling out Trust in your container
PDF
MyFaces CODI and JBoss Seam3 become Apache DeltaSpike
PPT
Container security
PDF
State of Solr Security 2016: Presented by Ishan Chattopadhyaya, Lucidworks
MyFaces CODI Conversations
Java Security Manager Reloaded - Devoxx 2014
Security Architecture of the Java Platform (http://www.javaday.bg event - 14....
Java Security Manager Reloaded - jOpenSpace Lightning Talk
Docker security: Rolling out Trust in your container
MyFaces CODI and JBoss Seam3 become Apache DeltaSpike
Container security
State of Solr Security 2016: Presented by Ishan Chattopadhyaya, Lucidworks

What's hot (20)

PDF
Testing Docker Security Linuxlab 2017
PDF
MyFaces Universe at ApacheCon
PPTX
Oracle Database 12c Attack Vectors
PDF
Testing Docker Images Security -All day dev ops 2017
PDF
Open Source Tools for Container Security and Compliance @Docker LA Meetup 2/13
PPTX
Security Architecture of the Java Platform (BG OUG, Plovdiv, 13.06.2015)
PPTX
Deep dive into Java security architecture
PDF
Container Security
PDF
Testing Docker Images Security
PDF
Rooting Out Root: User namespaces in Docker
PDF
Tokyo OpenStack Summit 2015: Unraveling Docker Security
PDF
Testing Docker Images Security -NcN edition
PPTX
Security Architecture of the Java platform
PPTX
Security Аrchitecture of Тhe Java Platform
PDF
How Secure Is Your Container? ContainerCon Berlin 2016
PDF
Kernel linux lab manual feb (1)
PDF
Container Security: How We Got Here and Where We're Going
PDF
Common Docker Problems and Solutions
PDF
Safety LAMP: data security & agile languages
PDF
Evoluation of Linux Container Virtualization
Testing Docker Security Linuxlab 2017
MyFaces Universe at ApacheCon
Oracle Database 12c Attack Vectors
Testing Docker Images Security -All day dev ops 2017
Open Source Tools for Container Security and Compliance @Docker LA Meetup 2/13
Security Architecture of the Java Platform (BG OUG, Plovdiv, 13.06.2015)
Deep dive into Java security architecture
Container Security
Testing Docker Images Security
Rooting Out Root: User namespaces in Docker
Tokyo OpenStack Summit 2015: Unraveling Docker Security
Testing Docker Images Security -NcN edition
Security Architecture of the Java platform
Security Аrchitecture of Тhe Java Platform
How Secure Is Your Container? ContainerCon Berlin 2016
Kernel linux lab manual feb (1)
Container Security: How We Got Here and Where We're Going
Common Docker Problems and Solutions
Safety LAMP: data security & agile languages
Evoluation of Linux Container Virtualization
Ad

Similar to Maven basics (Android & IntelliJ) (20)

PDF
Note - Apache Maven Intro
PDF
Liferay maven sdk
PPTX
Apache Maven for AT/QC
PPTX
Maven Basics - Explained
PPT
PDF
Hands On with Maven
PPTX
Introduction to maven
KEY
Introduction To Maven2
PPTX
Apache Maven
PPSX
Java 9 and the impact on Maven Projects (ApacheCon Europe 2016)
PDF
Apache maven, a software project management tool
PDF
P&MSP2012 - Maven
PPT
Java build tool_comparison
PPT
Using Maven 2
PDF
Webinar: Creating an Effective Docker Build Pipeline for Java Apps
PPTX
Apache Maven basics
PPTX
How maven makes your development group look like a bunch of professionals.
PPSX
Java 9 and the impact on Maven Projects (JavaOne 2016)
PDF
Intelligent Projects with Maven - DevFest Istanbul
PDF
intellimeet
Note - Apache Maven Intro
Liferay maven sdk
Apache Maven for AT/QC
Maven Basics - Explained
Hands On with Maven
Introduction to maven
Introduction To Maven2
Apache Maven
Java 9 and the impact on Maven Projects (ApacheCon Europe 2016)
Apache maven, a software project management tool
P&MSP2012 - Maven
Java build tool_comparison
Using Maven 2
Webinar: Creating an Effective Docker Build Pipeline for Java Apps
Apache Maven basics
How maven makes your development group look like a bunch of professionals.
Java 9 and the impact on Maven Projects (JavaOne 2016)
Intelligent Projects with Maven - DevFest Istanbul
intellimeet
Ad

More from Hussain Mansoor (19)

PPTX
Cloud for Enterprise - AWS Community Day Dubai 2022
PDF
FAST - Karachi Campus - Cloud Computing Introduction
PPTX
FiresideChat on Serverless Architecture
PPTX
Serverless Architecture for Beginners - Murdoch Dubai - AWS UG Dubai.pptx
PPTX
Certification Journey in AWS Cloud
PPTX
Scale Engineering using Cloud. AWS CommunityDay Pakistan 2021
PDF
Intro to docker - innovation demo 2022
PPTX
Design patterns of Distributed Systems
PPTX
Android developer to tech leadership
PPTX
SRE 101 (Site Reliability Engineering)
PPTX
Observability and DevOps Improvements
PPTX
Cache options for Data Layer
PPTX
AWS Lambda and Infrastructure as Code
PPTX
Why everyone should go for Masters Degree
PPTX
Agile101
PPTX
DevOps for iOS
PPTX
Unit Testing Android Application
PPTX
Code quality
PPT
FAST-NUCES Apps/Games presentation by Husyn 2012
Cloud for Enterprise - AWS Community Day Dubai 2022
FAST - Karachi Campus - Cloud Computing Introduction
FiresideChat on Serverless Architecture
Serverless Architecture for Beginners - Murdoch Dubai - AWS UG Dubai.pptx
Certification Journey in AWS Cloud
Scale Engineering using Cloud. AWS CommunityDay Pakistan 2021
Intro to docker - innovation demo 2022
Design patterns of Distributed Systems
Android developer to tech leadership
SRE 101 (Site Reliability Engineering)
Observability and DevOps Improvements
Cache options for Data Layer
AWS Lambda and Infrastructure as Code
Why everyone should go for Masters Degree
Agile101
DevOps for iOS
Unit Testing Android Application
Code quality
FAST-NUCES Apps/Games presentation by Husyn 2012

Recently uploaded (20)

PPTX
Identity Development in Adolescence.pptx
PDF
Red Light Wali Muskurahat – A Heart-touching Hindi Story
PDF
The Zeigarnik Effect by Meenakshi Khakat.pdf
PDF
The Power of Pausing Before You React by Meenakshi Khakat
PPTX
Chapter-7-The-Spiritual-Self-.pptx-First
PPTX
The concept of how to manage time for beginners .pptx
PPT
WORKPLACE HARMONY AND HOW TO BEHAVE IN THE WORKPLACE
PPT
proper hygiene for teenagers for secondary students .ppt
PPTX
Learn how to use Portable Grinders Safely
PDF
Dating And Courtship Quotes Handbook By Walter Tynash.pdf
PPTX
Personal Development - By Knowing Oneself?
PPTX
Self -Management and Self Awareness.pptx
PPTX
cấu trúc sử dụng mẫu Cause - Effects.pptx
PDF
Elle Lalli on The Role of Emotional Intelligence in Entrepreneurship
PPTX
Development-of-the-Learners-at-Various-Stages-Part-I.pptx
PPTX
Travel mania in india needs to change the world
PPTX
SELF ASSESSMENT -SNAPSHOT.pptx an index of yourself by Dr NIKITA SHARMA
PPTX
Presentation on interview preparation.pt
PPTX
How to Deal with Imposter Syndrome for Personality Development?
PPTX
Pradeep Kumar Roll no.30 Paper I.pptx....
Identity Development in Adolescence.pptx
Red Light Wali Muskurahat – A Heart-touching Hindi Story
The Zeigarnik Effect by Meenakshi Khakat.pdf
The Power of Pausing Before You React by Meenakshi Khakat
Chapter-7-The-Spiritual-Self-.pptx-First
The concept of how to manage time for beginners .pptx
WORKPLACE HARMONY AND HOW TO BEHAVE IN THE WORKPLACE
proper hygiene for teenagers for secondary students .ppt
Learn how to use Portable Grinders Safely
Dating And Courtship Quotes Handbook By Walter Tynash.pdf
Personal Development - By Knowing Oneself?
Self -Management and Self Awareness.pptx
cấu trúc sử dụng mẫu Cause - Effects.pptx
Elle Lalli on The Role of Emotional Intelligence in Entrepreneurship
Development-of-the-Learners-at-Various-Stages-Part-I.pptx
Travel mania in india needs to change the world
SELF ASSESSMENT -SNAPSHOT.pptx an index of yourself by Dr NIKITA SHARMA
Presentation on interview preparation.pt
How to Deal with Imposter Syndrome for Personality Development?
Pradeep Kumar Roll no.30 Paper I.pptx....

Maven basics (Android & IntelliJ)