https://github.com/jonathas/maven-alura
Alura's Maven Course: Build from scratch to web
https://github.com/jonathas/maven-alura
eclipse java maven study studying
Last synced: about 2 months ago
JSON representation
Alura's Maven Course: Build from scratch to web
- Host: GitHub
- URL: https://github.com/jonathas/maven-alura
- Owner: jonathas
- License: mit
- Created: 2018-04-01T09:23:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T09:29:19.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T22:37:41.221Z (3 months ago)
- Topics: eclipse, java, maven, study, studying
- Language: Java
- Homepage: https://cursos.alura.com.br/course/maven-build-do-zero-a-web
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alura - Maven Course: Build from scratch to web
This is the code that I've developed following the course. I've made some changes in the original one.
## Content
### Build: from scratch to reports
- Welcome
- The command line problem
- Maven: compiling, testing and beyond
- Report with surefire, and the package
- Maven in Eclipse
- Remote, central, and local repositories### The life cycle
- The life cycle of a build and the phases
- Quality report and changing build phases
- Coverage report with jacoco
- Two goals in one stage
- Maven within the eclipse### Web
- Web design
- Running the jetty
- Server Plugins
- Changing the version of servlets
- Creating a servlet
- Hot swap### Packing
- Generating our war
- Installing a project
- Interdependencies between projects
- Installing the Local Project
- The local testing problem
- Controlling scopes with runtime, provided, test and compile
- Controlling scopes with override and exclusions
- Summing up