Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rfichtner committed Sep 6, 2019
1 parent f7dd1b2 commit 87fa80d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ This project contains the source / material related to my *maven basics and best
### check for dependecy updates
mvn versions:display-dependency-updates

### check for used / unused dependencies
mvn dependency:analyze

### license report
mvn project-info-reports:dependencies
mvn license:third-party-report

### security check
mvn org.owasp:dependency-check-maven:check

0 comments on commit 87fa80d

Please sign in to comment.