You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning repository on a "fresh" machine requires following two steps:
. mvn install (kill after the parent pom is installed)
. cd test-util; mvn install
This is a sub-optimal experience and need to be cleaned up.