Maven proxy to download AEM binaries (that are available in the public) as Maven artifacts.
Currently this proxy only supports AEM dispatcher binaries that are available at https://www.adobeaemcloud.com/content/companies/public/adobe/dispatcher/dispatcher.html
Steps to build and start the proxy:
- Go to maven-aem-binaries-proxy directory
- Build server with
mvn clean install
- Start server with
java -jar target/io.wcm.devops.maven.aem-binaries-proxy-<version>.jar server config.yml
- Go to http://localhost:8080 for further instructions