Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
hi helpdesk,
Can you help me out with an issue while generating a maven build?
We've upgraded hippo enterprise from 12.1.0 to 12.1.2:
<parent> <groupId>com.onehippo.cms7</groupId> <artifactId>hippo-cms7-enterprise-release</artifactId> <version>12.1.2</version> </parent>
And when doing a clean verify we see this error:
[INFO] --- hippo-cms-l10n-maven-plugin:2.1.0:include-locales (default) @ test-cms --- [INFO] Include localization module 'org.onehippo.cms7:hippo-essentials-components-l10n:jar:nl:4.1.0'. [INFO] Include localization module 'org.onehippo.cms7:hippo-essentials-components-l10n:jar:de:4.1.0'. [INFO] Include localization module 'org.onehippo.cms7:hippo-essentials-components-l10n:jar:fr:4.1.0'. [INFO] Include localization module 'org.onehippo.cms7:hippo-essentials-components-l10n:jar:es:4.1.0'. [INFO] Include localization module 'org.onehippo.cms7:hippo-essentials-components-l10n:jar:zh:4.1.0'. Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-cms-l10n/5.1.1/hippo-cms-l10n-5.1.1-nl.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-cms-l10n:jar:nl:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-cms-l10n/5.1.1/hippo-cms-l10n-5.1.1-de.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-cms-l10n:jar:de:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-cms-l10n/5.1.1/hippo-cms-l10n-5.1.1-fr.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-cms-l10n:jar:fr:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-cms-l10n/5.1.1/hippo-cms-l10n-5.1.1-es.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-cms-l10n:jar:es:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-cms-l10n/5.1.1/hippo-cms-l10n-5.1.1-zh.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-cms-l10n:jar:zh:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-addon-channel-manager-l10n/5.1.1/hippo-addon-channel-manager-l10n-5.1.1-nl.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-addon-channel-manager-l10n:jar:nl:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-addon-channel-manager-l10n/5.1.1/hippo-addon-channel-manager-l10n-5.1.1-de.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-addon-channel-manager-l10n:jar:de:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-addon-channel-manager-l10n/5.1.1/hippo-addon-channel-manager-l10n-5.1.1-fr.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-addon-channel-manager-l10n:jar:fr:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-addon-channel-manager-l10n/5.1.1/hippo-addon-channel-manager-l10n-5.1.1-es.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-addon-channel-manager-l10n:jar:es:5.1.1 Downloading: https://maven.onehippo.com/maven2-enterprise/org/onehippo/cms7/hippo-addon-channel-manager-l10n/5.1.1/hippo-addon-channel-manager-l10n-5.1.1-zh.jar [WARNING] org.apache.maven.plugin.MojoExecutionException: Could not resolve artifact org.onehippo.cms7:hippo-addon-channel-manager-l10n:jar:zh:5.1.1
Seems like some jars are missing?
I tried the same thing with a fresh non-enterprise project and that one works fine. So seems like a enterprise only issue.
If you could help us out that would be great.
kind regards,
Jaap-Jan