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

Fixing mci bug #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixing mci bug #163

wants to merge 1 commit into from

Conversation

McPringle
Copy link

@McPringle McPringle commented Oct 6, 2020

Well, with clean you delete the project cache of Maven which makes the build much slower. With install, the artifact will be copied to the ~/.m2 directory, which you don't want in this case. You want just to build the artifact, so mvn package is the correct command…


This change is Reviewable

Well, with `clean` you delete the project cache of Maven which makes the build much slower. With `install`, the artifact will be copied to the `~/.m2` directory, which you don't want in this case. You want just to build the artifact, so `mvn package` is the correct command…
@coveralls
Copy link

coveralls commented Oct 6, 2020

Coverage Status

Coverage increased (+0.3%) to 92.625% when pulling ca00ecd on McPringle:patch-1 into 9a90624 on vdurmont:master.

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 this pull request may close these issues.

2 participants