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

2.6 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

Other commands

jar tf target/example-1.0.0-SNAPSHOT.jar