Skip to content

micromata/sawdust

Repository files navigation

sawdust build status

rebooting...

useful mvn commands

Show which Java module names you need to include in your module-info.java files via:

mvn compile org.apache.maven.plugins:maven-dependency-plugin:3.1.1:resolve -DexcludeTransitive

Robert Scholte The 'compile' is only required in case of a multi-module project. You can use 'package' if you also want to know the (automatic module) name of every created jar. With colors!