Skip to content

Commit

Permalink
Adding maven responsibilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Aug 5, 2019
1 parent f8dc382 commit 9b5768a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions code-samples/06-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ Creating an empty maven project for source & target 1.7:
-DarchetypeVersion=1.4
```

## Responsibilities

* Project Structuring

```
src
|
|--- main
|
|--- java
|
|___ resources
|
|___ test
|
|--- java
|
|___ resources
pom.xml
```

* Dependency management and resolution

* Building, compiling & packaging

* Additional configuration based on plugins


## Default Lifecycle

* validate - validate the project is correct and all necessary information is available.
Expand Down

0 comments on commit 9b5768a

Please sign in to comment.