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

Update CONTRIBUTING.MD for installing #2881

Merged
merged 3 commits into from
Feb 8, 2018

Conversation

yihanzhen
Copy link
Contributor

Add suggestions that mvn install -DskipITs should be used to skip integration tests when installing.
This is to fix #2778.

Add suggestions that `mvn install -DskipITs` should be used to skip integration tests when installing.
This is to fix #2778.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 7, 2018
CONTRIBUTING.md Outdated
@@ -12,7 +12,7 @@ Here are some guidelines for hacking on google-cloud-java.

Using maven for build/test
--------------------------
After you cloned the repository use Maven for building and running the tests.
After you cloned the repository use Maven for building and running the tests. Run `mvn install -DskipITs` to skip integration tests when you install.

This comment was marked as spam.

@pongad
Copy link
Contributor

pongad commented Feb 8, 2018

LGTM @garrettjonesgoogle PTAL

CONTRIBUTING.md Outdated
@@ -12,7 +12,9 @@ Here are some guidelines for hacking on google-cloud-java.

Using maven for build/test
--------------------------
After you cloned the repository use Maven for building and running the tests.
After you cloned the repository use Maven for building and running the tests.

This comment was marked as spam.

@yihanzhen
Copy link
Contributor Author

PTAL @garrettjonesgoogle

@garrettjonesgoogle
Copy link
Member

LGTM

@yihanzhen yihanzhen merged commit 40e6a97 into master Feb 8, 2018
@pongad pongad deleted the update-contributing-md-for-installing branch February 8, 2018 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration tests stall when installing locally
4 participants