]
Kylin Soong commented on TEIID-3402:
------------------------------------
The things we need to do including:
* Update the start scripts(.sh and .bat under
$JBOSS_HOME/dataVirtualization/teiid-adminshell/)
* Update Maven assembly file remove copy jar to teiid-adminshell/lib logic
Use JBoss Module to start adminShell
------------------------------------
Key: TEIID-3402
URL:
https://issues.jboss.org/browse/TEIID-3402
Project: Teiid
Issue Type: Feature Request
Components: Build/Kits
Affects Versions: 8.11
Reporter: Kylin Soong
Assignee: Steven Hawkins
Current we have packaged a lot jars under
$JBOSS_HOME/dataVirtualization/teiid-adminshell/lib, most of these jars are duplicated
with jars under $JBOSS_HOME/modules, If we use JBoss Module to start adminShell, all these
jars folder can be removed, this will let DV more lightweight.