Hi, I just found a small maven issue. It seems like this dependency is missing:
[ERROR] Unresolveable build extension: Plugin org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:14.2.2-CMS-13468 or one of its dependencies could not be resolved: Failure to find org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:jar:14.2.2-CMS-13468 in https://maven.onehippo.com/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of hippo has elapsed or updates are forced -> [Help 2] org.apache.maven.plugin.PluginManagerException: Plugin org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:14.2.2-CMS-13468 or one of its dependencies could not be resolved: Failure to find org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:jar:14.2.2-CMS-13468 in https://maven.onehippo.com/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of hippo has elapsed or updates are forced
hippo-cms7-release-14.3.1.pom > 14.2.2-CMS-13468 Missing in mvn-repository.
Currently fixed this by overriding the property
<hippo.maven.plugin.l10n>14.2.2</hippo.maven.plugin.l10n>
I have run into the same, weird problem recently. I was able to resolve this by adding the following <pluginRepository> to my Maven settings.xml file. This only works if you have access to the enterprise Maven repository.
<pluginRepositories>
<pluginRepository>
<id>hippo-maven2-enterprise</id>
<name>Bloomreach Maven 2 Enterprise</name>
<url>https://maven.onehippo.com/maven2-enterprise/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
Tobi
Ah ye that makes sense, in our project we copied the settings.xml
from the ‘Getting Started’ project, which is not an Enterprise project. Thanks 
What is the solution for getting started project , I have been facing the same issue.
The solution was to add a <pluginRepository>
element in settings.xml pointing to https://maven.onehippo.com/maven2-enterprise/
Jeroen
@jeroen.hoffman As of now I have fixed the issue by adding maven plugin dependency. Let me also use the solution as mentioned by you.
Thank you for the response 
Hello @Aman_Vyas ,
We are happy you are part of Bloomreach Developer’s Community.
Thank you for reaching out to us.
We hope we have answered your queries and therefore marking this thread for Closure.
We are delighted to acknowledge your ongoing contributions to our esteemed Bloomreach Community.
Best Regards,
Bloomreach