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

[jira] [Resolved] (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:all-tabpanel ]

Hao Chen resolved EAGLE-598.
----------------------------
    Resolution: Fixed

> 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
>
>
> 1. 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}
> 2. Update CI job "incubator-eagle-main" and "incubator-eagle-pr-reviewer" as 
> {code}
> mvn clean test -Dmaven.javadoc.skip=true -P!ui
> {code}
> * https://builds.apache.org/job/incubator-eagle-main/
> * https://builds.apache.org/job/incubator-eagle-pr-reviewer/



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