Files
awesome-kubernetes/docs/maven.md
Inaki Fernandez 4831a34ba7 new entries
2020-05-16 23:02:31 +02:00

6.4 KiB

Maven

Apache Maven

Scaffolding a project with Maven (maven archetype)

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

Maven Plugins

Maven Cheat Sheets

Other Commands

  • Display contents of a jar file:
jar tf target/example-1.0.0-SNAPSHOT.jar