際際滷

際際滷Share a Scribd company logo
Build Tools
Manjyot Singh
Prakriti Suresh Singh
What is a build?
What is a build tool ?
Deployment
Resolve
Dependencies
Package
Compile
Build tools available
RAKE
Java Build Tools
XML Based
+
Flexibility
XML Based
+
dependency management
+
Reuse
Groovy DSL
+
Hybrid of Ant and
Maven
2000 2004 2012
Maven  its kinda neat !
Automatic Downloads
Plug-Ins
Convention
Over
Configuration
Maven  Basic concepts
POM  The Almighty
project dependencies
plugins
goals
build profiles
project version
Project Object Model
Default build lifecycle
The expected structure
Maven - Installation
Make sure JDK 1.6 is installed.
Add JAVA_HOME variable as Windows environment variable.
Visit Maven official website, download the Maven zip file, for example :
apache-maven-3.2.2-bin.zip.
Add both M2(Path_till_maven_folder) and
M2_HOME(Path_till_maven_bin_directory) variables in the Windows environment.
Done, to verify it, run mvn --version in the command prompt.
Lets get to it then !
Questions

More Related Content

Build Tools-Introduction (3)

Editor's Notes