Open scott-es opened 3 years ago
running mvn install on every pom.xml causes scans for multi-module projects to take a very long time.
mvn install
Either have -DskipTests be the default for these installs or else give us the option to pass arguments.
-DskipTests
running
mvn install
on every pom.xml causes scans for multi-module projects to take a very long time.Either have
-DskipTests
be the default for these installs or else give us the option to pass arguments.