Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/736#discussion_r39577362
--- Diff: DEVELOPER.md ---
@@ -274,7 +261,8 @@ You can create a _distribution_ (like what you can
download from Apache) as foll
do not use the Maven release plugin because creating an official release
is the task of our release manager.
# First, build the code.
- $ mvn clean install # you may skip tests with `-DskipTests=true` to
save time
+ $ mvn clean install -Pstorm-core # you may skip tests with
`-DskipTests=true` to save time
+ $ mvn clean install -Pstorm-more # you may skip tests with
`-DskipTests=true` to save time
--- End diff --
No, its profiles are different. It shows that build steps need to be split
into two.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---