How to create a content package by maven | Community
Skip to main content
November 4, 2022

How to create a content package by maven

  • November 4, 2022
  • 3 replies
  • 1619 views

I have a lot of files managed by git with a repository, how can i create a package from this repository and deploy it to dam?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Saravanan_Dharmaraj
Community Advisor
Community Advisor
November 4, 2022
Saravanan_Dharmaraj
Community Advisor
Community Advisor
November 4, 2022

What type of files and are you looking for some automation of uploading it to DAM? 

November 4, 2022

jpg, png, mp4, js, html etc.

Saravanan_Dharmaraj
Community Advisor
Community Advisor
November 4, 2022

you can consider the below options for uploading jpg, png, mp4 files with metadata and different renditions but not sure about having js in the DAM. .html file can be present outside of dam folder and can be cached in dispatcher. All depends on your use case and how you want to access it. 

 

Please check this out https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/manage/add-assets.html?lang=en 

 

To upload larger number of files, use one of the following approaches. Also, see the use cases and methods

  • Asset upload APIs: Use a custom upload script or tool that leverages APIs to add additional handling of assets (for example, translate metadata or rename files), if required.
  • Experience Manager desktop app: Useful for creative professionals and marketers who upload assets from their local file system. Use it to upload nested folders available locally.
  • Bulk ingestion tool: Use for ingestion of large amounts of assets either occasionally or initially when deploying Experience Manager.