wonook commented on a change in pull request #215: [NEMO-373] Optimize with DAG
Patterns
URL: https://github.com/apache/incubator-nemo/pull/215#discussion_r279174432
##########
File path: pom.xml
##########
@@ -340,6 +340,8 @@ under the License.
<exclude>**/docs/**</exclude>
<!-- dag files -->
<exclude>**/dag/**</exclude>
+ <exclude>**/MANIFEST.MF</exclude>
+ <exclude>**/*.proto</exclude>
Review comment:
In some environments, I've experienced a number of protobuf files being
generated, and had become a trouble while building the project.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services