bloomreach / docs-feedback

1 stars 0 forks source link

Maven build scripts fail with version 14.3.3 #57

Closed nrs107 closed 3 years ago

nrs107 commented 3 years ago

https://documentation.bloomreach.com/14/trails/getting-started/building-a-project.html

The Maven build scripts fail for version 14.3.3 -- there's a missing dependency.

They work correctly with version 14.2.2

nvankampenhout commented 3 years ago

Thanks @nrs107 , we'll look into it asap.

nvankampenhout commented 3 years ago

Confirmed, created product issue https://issues.onehippo.com/browse/CMS-14217

@nrs107 , as a temporary workaround, you can override that property in the project root pom.xml. Look for the properties section, where it says:

<!--***START temporary override of versions*** -->
<!-- ***END temporary override of versions*** -->

Add in the property like this:

<!--***START temporary override of versions*** -->
<hippo.maven.plugin.l10n>14.3.3</hippo.maven.plugin.l10n>
<!-- ***END temporary override of versions*** -->

With this workaround the project should build successfully.

nvankampenhout commented 3 years ago

The missing artifact has been published to the public Maven repository so this issue should now be resolved.