Skip to main content

Posts Tagged ‘Apache Maven’

Cloud Manager Private Artifacts Hero

Pulling Private Dependencies with Cloud Manager

For customer’s using Adobe Managed Services, Cloud Manager has become the de facto system for deploying code to their Adobe Experience Manager environments. Among Cloud Manager’s many deficiencies is the inability to fetch artifacts from private remote repositories. The good news is there’s a workaround for internet-facing artifact repositories. Unfortunately, non-internet facing artifact repositories are […]

Packaging

How to Incorporate Front End Builds into OSGi Bundles

The Sling Content Loader allows for creating OSGi bundles which contain content loaded into the Sling Repository. This works well for static content but doesn’t work so well for dynamic content. This includes when using modern Front End development tools to compile and minify Sass / JS, especially when integrating with the Maven build process. Among the challenges are:   Invoking the […]