micromata / sawdust

Java module system and JUnit 5 tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Java module system and JUnit 5 tests

License:MIT License


Languages

Language:Java 100.0%