separate package build for UI(apps/myproject/component,templates,etc) and Content (/content/myfolder, etc..)
it's multi-module maven archetype project, we have one module to build the ui-content along with osgi bundles to install on the AEM instance using maven-content-package plugin. but when we do this, it creates UI, and Content simultaneously. is there any way I can create only UI stuff (apps/myproject/component,templates,etc) related one time and deploy and Content (/content/myfolder, etc..) separately build and deploy.
thanks
shekhar