-
Enhancement
-
Resolution: Done
-
Minor
-
4.0.16
-
None
It would be nice if the Bytenan source code compilation could be speed-up with not executing the tests and possibly skipping generating the documentation. This should be only optional when needed.
Currently when command
mvn clean install
is executed then all tests are executed and documentation generated. That's not great when experimenting with some code changes.
A chance to speed-up the compilation would be nice but running -DskipTests -DskipITs fails because of maven verification plugin and the documentation is generated automatically.