Skip to content

rfichtner/pragmatic-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pragmatic-maven

Code for the talk "pragmatic maven"

CLI commands used the talk

package an artifact

mvn verify

check for plugin updates

mvn versions:display-plugin-updates

check for used / unused dependencies

mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:analyze

check for dependecy updates

mvn versions:display-dependency-updates

security check

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

license report

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

maven profiler

mvn verify -Dprofile
mvn clean verify -Dprofile
mvn clean install -Dprofile

About

Code for the talk "pragmatic maven"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published