[ https://issues.apache.org/jira/browse/ARTEMIS-5447?focusedWorklogId=968146&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-968146 ]
ASF GitHub Bot logged work on ARTEMIS-5447: ------------------------------------------- Author: ASF GitHub Bot Created on: 30/Apr/25 09:48 Start Date: 30/Apr/25 09:48 Worklog Time Spent: 10m Work Description: grgrzybek commented on code in PR #76: URL: https://github.com/apache/activemq-artemis-console/pull/76#discussion_r2068332465 ########## artemis-console-extension/pom.xml: ########## @@ -87,14 +87,21 @@ <configuration> <filesets> <fileset> - <directory>${basedir}/${extension.path}/build</directory> + <directory>${basedir}/${extension.path}/app/build</directory> Review Comment: I'm checking why `.yarn/releases/LICENSE-yarn.txt` was removed. I change the exclusion with: ``` diff --git a/artemis-console-distribution/src/main/assembly/source-assembly.xml b/artemis-console-distribution/src/main/assembly/source-assembly.xml index fb8dcf2..c4ee367 100644 - Issue Time Tracking ------------------- Worklog Id: (was: 968146) Time Spent: 3.5h (was: 3h 20m) > Split JavaScript activemq-artemis-extension into a reusable library and an app > ------------------------------------------------------------------------------ > > Key: ARTEMIS-5447 > URL: https://issues.apache.org/jira/browse/ARTEMIS-5447 > Project: ActiveMQ Artemis > Issue Type: Improvement > Components: Web Console > Reporter: Grzegorz Grzybek > Priority: Major > Labels: pull-request-available > Time Spent: 3.5h > Remaining Estimate: 0h > > It'd be great to have JavaScript code that builds a Hawtio-based JS > application split into two parts: > * one reusable package that can be used as actual Hawtio plugin (not bundled > using webpack for reusability purposes) > * one _final_ application that will be part of WAR and used eventually in > ActiveMQ Artemis as WAR console. > See: https://hawt.io/docs/plugins.html -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org For additional commands, e-mail: issues-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact