Hao Chen created EAGLE-598:
------------------------------
Summary: 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
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)