Files
awesome-kubernetes/docs/maven.md
2020-02-22 09:52:54 +01:00

4.9 KiB

Maven

Maven Tests

Dependency resolution in maven

mvn dependency:analyze  (shows you the usage of listed and unlisted dependencies)
mvn dependency:resolve  (give me a list of everything I have declared, a nice way to avoid reading the POM file)
mvn dependency:tree     (how you got something on your classpath)

Maven and Docker

IDEs

Intellij IDEA

Other commands

jar tf target/example-1.0.0-SNAPSHOT.jar

Plugins

Cheat Sheets