Hippo-cms-l10n-maven-plugin 13.4.4 version missing in maven onehippo repository

Hi All,

Got below compilation error while upgrading Bloomreach project from v12.6.9 to v13.4.4

Error Details:
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:13.4.4 or one of its dependencies could not be resolved:
Could not find artifact org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:jar:13.4.4 in hippo (https://maven.onehippo.com/maven2/)

Tried verifying the dependency in maven repository. But couldn’t find the 13.4.4 version.

Thanks,
Yeshwanth.

Hi,
You need to have our Maven Enterprise Repository set up as pluginRepository in settings.xml, can you check?

 <pluginRepositories>
    	  <pluginRepository>
    		<id>hippo-maven2-enterprise</id>
    		<name>Hippo Maven 2 Enterprise Repository.</name>
    		<url>https://maven.onehippo.com/maven2-enterprise/</url>
    	  </pluginRepository>
      </pluginRepository>
    </pluginRepositories>

I think we have it documented somewhere but can’t find it quickly.
HTH
Jeroen

Thank you @jeroen.hoffman