GitHub user d2r opened a pull request: https://github.com/apache/storm/pull/2858
STORM-3242: Adds "examples" and "externals" profiles The existing modules have been moved into like-named Maven profiles that are enabled by default. They can be disabled, for example, with: ``` mvn clean install -DskipTests=true -P '!examples,!externals' ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/d2r/storm storm-3242-examples-externals-maven-profiles Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/2858.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2858 ---- commit be8c224b3fcc4ab15b3b10674432289dd5676260 Author: Derek Dagit <derekd@...> Date: 2018-10-02T15:54:04Z Adds "examples" and "externals" profiles The existing modules have been moved into like-named Maven profiles that are enabled by default. They can be disabled, for example, with: ``` mvn clean install -DskipTests=true -P '!examples,!externals' ``` ---- ---