Asking for a friend...
We see "Note: This will skip any unit tests" at https://guides.dataverse.org/en/6.3/container/dev-usage.html#building
But what if you want the unit tests to run? Is there a flag we give to the mvn command?
Yes of course. -DskipUT=false
Thanks! I passed that along. Assuming it works, we should document it! :grinning:
These are the standard options...
You can use skipUT, skipIT etc all in any profile / sitch
Last updated: Oct 30 2025 at 05:14 UTC