bloomreach / docs-feedback

1 stars 0 forks source link

Archetype Version 14.0.0-2 is missing #6

Closed GeoffreyHayward closed 4 years ago

GeoffreyHayward commented 4 years ago

On the page https://documentation.bloomreach.com/trails/getting-started/creating-a-project.html -DarchetypeVersion=14.0.0-2 is given, however https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-project-archetype/ stops at 14.0.0-1/.

GeoffreyHayward commented 4 years ago

Also, to get 14.0.0-1 running I had to add the following to the root POM.

<pluginRepositories>
  <pluginRepository>
    <id>hippo</id>
    <name>Hippo maven 2 repository.</name>
    <url>https://maven.onehippo.com/maven2/</url>
  </pluginRepository>
</pluginRepositories>

Otherwise the plugin org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:14.0.0 could not be found.

nvankampenhout commented 4 years ago

Thanks, we'll look into this asap!

ajbanck commented 4 years ago

archetype 14.0.0-2 has been (re)deployed and should now be accessible. I verified with 14.0.0-2 that the l10n plugin is defined in the parent project-pom and a project works without adding the pluginRepository. Please let us know if you still have an issue with the 14.0.0-2 release

GeoffreyHayward commented 4 years ago

Many thanks, I can confirm it's working on 14.0.0-2 without a pluginRepository now.