-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md~
30 lines (16 loc) · 855 Bytes
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## Presentation 3 : Maven
Author: Tiantian Xie, Yun Zhou
This is the presentation 3 for Fall 2015 CSCI 5828 class. This presentation gives an introduction to Maven.
##Table of Contents
###Chapter 1: Introduction to Maven
- [Introduction to Maven](Introduction.md)
- [Environment Setup](Maven_Environment Setup.md)
###Chapter 2: More about Maven
- [Maven POM Files](Maven POM Files.md)
- [Maven Plug-ins, Goals and Life Cycle](Maven_Plug-ins_GoalsandLifecycle.md)
- [Maven Repositories and Dependency Resolution](Maven_Repository.md)
- [Maven Profiles and Properties](Maven_Profiles and_Properties.md)
- [Maven Project Templates](Maven_Project_Templates.md)
###Chapter 3: Maven Project
- [Create, build and execute a Java program with Maven](Maven_Create&Build Project.md)
- [Maven-Eclipse IDE](Maven_Eclipse.md)