Archetype bundling error
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 use the latest archetype version.
The latest archetype version is 1.10 .
|
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>
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. |