Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages associated with projectId from the previous build in the terminal and daemon log #216

Closed
ppalaga opened this issue Nov 13, 2020 · 0 comments · Fixed by #217
Closed
Milestone

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Nov 13, 2020

Steps to reproduce:

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
ppalaga added a commit to ppalaga/mvnd that referenced this issue Nov 13, 2020
ppalaga added a commit to ppalaga/mvnd that referenced this issue Nov 13, 2020
ppalaga added a commit that referenced this issue Nov 13, 2020
@ppalaga ppalaga added this to the 0.0.13 milestone Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant