[
https://issues.apache.org/jira/browse/KNOX-3331?focusedWorklogId=1022442&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1022442
]
ASF GitHub Bot logged work on KNOX-3331:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/May/26 17:32
Start Date: 27/May/26 17:32
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on PR #1241:
URL: https://github.com/apache/knox/pull/1241#issuecomment-4556987629
## Test Results
21 tests 21 ✅ 1s ⏱️
1 suites 0 💤
1 files 0 ❌
Results for commit 2def8be8.
[test-results]:data:application/gzip;base64,H4sIAKAqF2oC/12Myw6CMBBFf4V07WIoVEd/xpQ+kolAzbRdGf/dgqSCu3vOTc5LeBpdFLemPTUiZkoVbGadKMwbliMtl6xwj9mYP/OgZzFQhdc0HoRjDrwZznMtLvsQ/Ipfb+VdbuV9zYRpolRASOs8Dg4RARD1VUmQXQ9GnZXF3tgB0V9s14r3BwZ+bij/AAAA
Issue Time Tracking
-------------------
Worklog Id: (was: 1022442)
Time Spent: 0.5h (was: 20m)
> Add Maven build option to skip Angular UI modules
> -------------------------------------------------
>
> Key: KNOX-3331
> URL: https://issues.apache.org/jira/browse/KNOX-3331
> Project: Apache Knox
> Issue Type: Improvement
> Components: Build
> Affects Versions: 2.0.0, 2.1.0, 3.0.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The Apache Knox build currently always includes all Angular-based UI modules
> in the Maven reactor, even when UI artifacts are not required for
> backend/server development/testing or CI validation.
> A typical full build shows that the UI modules contribute a significant
> portion of the total build time:
>
> {noformat}
> gateway-admin-ui ................. ~26s
> knox-homepage-ui ................. ~35s
> gateway-openapi-ui ............... ~2s
> knox-token-management-ui ......... ~34s
> knox-token-generation-ui ......... ~22s
> knox-webshell-ui ................. ~21s
> Total build time:
> 03:47 min
> {noformat}
>
> The UI-related modules alone account for roughly 2 minutes of the build.
> *Proposed improvement:*
> Introduce a Maven property/profile that allows skipping all Angular-based UI
> modules during the reactor build.
> *Example usage:*
> {noformat}
> mvn clean install -DskipUi{noformat}
> *Expected behavior:*
> * All *-ui modules are excluded from the reactor
> * Non-UI modules continue to build normally
> * Default behavior remains unchanged when the flag is not provided
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)