GitHub user haoch opened a pull request:

    https://github.com/apache/incubator-eagle/pull/482

    [EAGLE-598] Create 'ui' building profile and enable Eagle Web UI Building 
by default

    Create "ui" building profile and enable Eagle Web UI Building by default
    
        mvn clean install -DskipTests
    
    
    Could also disable UI building with:
    
        mvn clean install -DskipTests -P!ui
    
    Or (if "!" is reserved command in OS)
    
        mvn clean install -DskipTests -P\!ui


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/haoch/incubator-eagle EAGLE-598

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/482.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 #482
    
----
commit 8520c42bea0073acd4e23ed40acad8548214b8d9
Author: Hao Chen <[email protected]>
Date:   2016-10-10T07:26:03Z

    Create 'ui' building profile and enable Eagle Web UI Building by default

----


---
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.
---

Reply via email to