iwasakims commented on code in PR #1232:
URL: https://github.com/apache/bigtop/pull/1232#discussion_r1470499836
##########
bigtop.bom:
##########
@@ -86,7 +86,10 @@
packaging = 'rpm' // *optional* If this component can be built only as
either
// DEB or RPM, specify that packaging format
explicitly.
// If both formats are supported, omit this option.
- maven_parallel_build = true
+ maven_parallel_build = true // *optional* maven_parallel_build
indicates whether the component can be built in parallel.
+ // Components with this flag can have the
Maven parallel build parameter -PbuildThreads=2C or -PbuildThreads=2
Review Comment:
Oops. My comment conflicts with @guyuqi. We can fix this with follow-up JIRA.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]