Open Ask AI (⌘/Ctrl+I)
On this page

Archetype bundling error

Symptom

Missed the values.yaml file or an incorrect Maven settings.xml file.

Next steps

If the values.yaml file doesn’t autogenerate with the archetype, use the latest archetype version.

If your project doesn’t compile with the downloaded settings, use the latest archetype version.

mvn archetype:generate \
    -DarchetypeGroupId=info.magnolia.maven.archetypes \
    -DarchetypeArtifactId=magnolia-dx-core-custom-cloud-archetype \
    -DarchetypeVersion=1.10 \
    -DarchetypeRepository=https://nexus.magnolia-cms.com/content/repositories/magnolia.public.releases <1>

You can use the APAC or US URLs for optimal performance if desired. https://nexus.magnolia-cms.com/ is the default URL, optimized for Europe.