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
mvnd --stop
cd project-1
mvnd clean verify
# ... the output is correct
cd ../../independent-source-tree/module
mvnd clean verify
# NOT OK: the first line of the output starts with :project-1 - this can also be seen in the server log.
# Expected: no stale projectIds in the output
The text was updated successfully, but these errors were encountered:
ppalaga
added a commit
to ppalaga/mvnd
that referenced
this issue
Nov 13, 2020
Steps to reproduce:
The text was updated successfully, but these errors were encountered: