You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/10 07:28:20 UTC

[jira] [Commented] (EAGLE-598) Create "ui" building profile and enable Eagle Web UI Building by default

    [ https://issues.apache.org/jira/browse/EAGLE-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15561533#comment-15561533 ] 

ASF GitHub Bot commented on EAGLE-598:
--------------------------------------

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 <ha...@apache.org>
Date:   2016-10-10T07:26:03Z

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

----


> Create "ui" building profile and enable Eagle Web UI Building by default
> ------------------------------------------------------------------------
>
>                 Key: EAGLE-598
>                 URL: https://issues.apache.org/jira/browse/EAGLE-598
>             Project: Eagle
>          Issue Type: Improvement
>    Affects Versions: v0.5.0
>            Reporter: Hao Chen
>            Assignee: Hao Chen
>              Labels: eagle-webui, ui
>             Fix For: v0.5.0
>
>
> Create "ui" building profile and enable Eagle Web UI Building by default
> {code}
> mvn clean install -DskipTests
> {code}
> Could also disable UI building with:
> {code}
> mvn clean install -DskipTests -P!ui
> {code}
> Or (if "!" is reserved command in OS)
> {code}
> mvn clean install -DskipTests -P\!ui
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)