Stream: containers

Topic: how to avoid skipping unit tests in dev


view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 25 2024 at 20:40):

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?

view this post on Zulip Oliver Bertuch (Jul 25 2024 at 21:05):

Yes of course. -DskipUT=false

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 25 2024 at 21:08):

Thanks! I passed that along. Assuming it works, we should document it! :grinning:

view this post on Zulip Oliver Bertuch (Jul 25 2024 at 21:16):

These are the standard options...

view this post on Zulip Oliver Bertuch (Jul 25 2024 at 21:17):

You can use skipUT, skipIT etc all in any profile / sitch


Last updated: Oct 30 2025 at 05:14 UTC