[ https://issues.apache.org/jira/browse/ARTEMIS-5447?focusedWorklogId=968145&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-968145 ]
ASF GitHub Bot logged work on ARTEMIS-5447: ------------------------------------------- Author: ASF GitHub Bot Created on: 30/Apr/25 09:47 Start Date: 30/Apr/25 09:47 Worklog Time Spent: 10m Work Description: gemmellr commented on code in PR #76: URL: https://github.com/apache/activemq-artemis-console/pull/76#discussion_r2068328191 ########## 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: Give `mvn clean verify -Papache-release -Dgpg.skip` a run to produce the source release assembly, and I expect the archive will then includes this new _build_ dir and the other new _dist_ dir, and not include the deleted `artemis-console-extension/artemis-extension/.yarn/releases/LICENSE-yarn.txt` file that will still be referenced from the LICENSE file. Issue Time Tracking ------------------- Worklog Id: (was: 968145) Time Spent: 3h 20m (was: 3h 10m) > 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: 3h 20m > 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