blade-deploy

star 0

Deploy a Liferay OSGi module using blade gw deploy and tail the log for bundle activation confirmation

wsyski By wsyski schedule Updated 5/7/2026

name: blade-deploy description: Deploy a Liferay OSGi module using blade gw deploy and tail the log for bundle activation confirmation


Deploy steps for a Liferay OSGi module:

  1. Run deploy (replace <module-path> with the target, e.g. modules/headless-delivery-ext):

    blade gw deploy -p <module-path>
    
  2. Watch for bundle activation in the log:

    tail -f bundles/tomcat/logs/catalina.out | grep -E "(STARTED|FAILED|Exception)"
    
  3. Confirm you see a STARTED line for the deployed bundle symbolic name, e.g.:

    STARTED com.axiell.arena.liferay.modules.headless_delivery_ext.impl_1.0.0
    

If deployment fails, check bundles/logs/liferay.<date>.log for OSGi resolver errors. To deploy a single submodule only: blade gw deploy -p <module-path>/<submodule-name>

Install via CLI
npx skills add https://github.com/wsyski/blade-workspace --skill blade-deploy
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator