-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-114] Add src distribution #121
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
Conversation
|
R: @davorbonaci |
| <fileSet> | ||
| <directory>${basedir}</directory> | ||
| <outputDirectory>/</outputDirectory> | ||
| <excludes> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add the whole contents of the .gitignore file here?
Also, I'd suggest to add a comment both here and in .gitignore that says that this list should include everything from .gitignore, but may include other things too.
|
Nice -- I didn't know this can be done so cleanly. Left a few comments -- 2 FYI-only, 2 with minor action. |
|
Rebase and update according to @davorbonaci comments. |
| <directory>${basedir}</directory> | ||
| <outputDirectory>/</outputDirectory> | ||
| <excludes> | ||
| <!-- NB: the exclude here should be sync with content of .gitignore --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the comment to .gitignore too?
|
LGTM |
…-from-reduce-by-key apache#121 allow multiple elements from reduce by key
* feat: make collections call backed by async * fix: failing asyncmock assertion * fix: lint * refactor: move AsyncMock to test helpers * feat: integrate microgen async client to collection * fix: lint * feat: integrate microgen async client to document * fix: docstring fixes
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull requestmvn clean verify. (Even better, enableTravis-CI on your fork and ensure the whole test matrix passes).
number, if there is one.
Individual Contributor License Agreement.