Skip to content
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

STORM-3242: Adds "examples" and "externals" profiles #2858

Merged

Commits on Oct 4, 2018

  1. STORM-3242: Adds "examples", "externals" profiles

    The existing modules have been moved into like-named Maven profiles that are
    enabled by default.
    
    Updates travis-ci script to use new profiles
    
    https://maven.apache.org/guides/introduction/introduction-to-profiles.html
    
    > All profiles that are active by default are automatically deactivated
    > when a profile in the POM is activated on the command line or through
    > its activation config.
    
    Therefore we should activate the new profiles whenever we explicitly
    activate another profile.
    
    Moves sql and flux to externals profile
    Derek Dagit committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    a9ff440 View commit details
    Browse the repository at this point in the history