I have downloaded demo Project from BloomRich official site and am getting below error, please help me out

Hi Guys,

I have the access to Repo, but still am getting below error. am i missing anything. Please let us know if you guys have any idea.

[ ERROR ] [ERROR] Some problems were encountered while processing the POMs:

[FATAL] Non-resolvable parent POM for com.onehippo.cms7.demo:hippo-addon-api-agent-channel-demo:1.0.1: Could not transfer artifact com.onehippo.cms7:hippo-cms7-enterprise-release:pom:12.1.0 from/to hippo-maven2-enterprise (https://maven.onehippo.com/maven2-enterprise/): Not authorized and ‘parent.relativePath’ points at wrong local POM @ line 6, column 11

@

[ ERROR ] The build could not read 1 project -> [Help 1]

[ ERROR ] The project com.onehippo.cms7.demo:hippo-addon-api-agent-channel-demo:1.0.1 (/Users/gkonduru/Project/bloomRichPro/hippo-addon-api-agent-channel-demopkg-1.0.1/pom.xml) has 1 error

[ ERROR ] Non-resolvable parent POM for com.onehippo.cms7.demo:hippo-addon-api-agent-channel-demo:1.0.1: Could not transfer artifact com.onehippo.cms7:hippo-cms7-enterprise-release:pom:12.1.0 from/to hippo-maven2-enterprise (https://maven.onehippo.com/maven2-enterprise/): Not authorized and ‘parent.relativePath’ points at wrong local POM @ line 6, column 11 -> [Help 2]
[ ERROR ] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ ERROR ] Re-run Maven using the -X switch to enable full debug logging.
[ ERROR ] For more information about the errors and possible solutions, please read the following articles:

[ ERROR ] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

[ ERROR ] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

C02V41JVG8WL:hippo-addon-api-agent-channel-demopkg-1.0.1 gkonduru$

thanks & regards
Ganesh

Hi,
You may have access but it looks like you didn’t tell maven correctly… See https://documentation.bloomreach.com/library/enterprise/enterprise-developer-information/hippo-maven-enterprise-repository-manual.html

Jeroen

Hi Jeroen,

Thanks for your quick reply, I have added seetings.xml and that was resolved. Now i am getting below error…could you please let me know what is going wrong here ( do i need to change repo URI ?)

[ INFO ] Scanning for projects…
[ WARNING ] The POM for org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:jar:2.0.0 is missing, no dependency information available
[ ERROR ] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:2.0.0 or one of its dependencies could not be resolved: Failure to find org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:jar:2.0.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @

@

[ ERROR ] The build could not read 1 project -> [Help 1]

[ ERROR ] The project com.onehippo.cms7.demo:hippo-addon-api-agent-channel-demo-cms:1.0.1 (/Users/gkonduru/Project/bloomRichPro/hippo-addon-api-agent-channel-demopkg-1.0.1/cms/pom.xml) has 1 error

[ ERROR ] Unresolveable build extension: Plugin org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:2.0.0 or one of its dependencies could not be resolved: Failure to find org.onehippo.cms.l10n:hippo-cms-l10n-maven-plugin:jar:2.0.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 2]

[ ERROR ] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ ERROR ] Re-run Maven using the -X switch to enable full debug logging.

regards
Ganesh

The hippo-cms-l10n-maven-plugin does exists at https://maven.onehippo.com/maven2/org/onehippo/cms/l10n/hippo-cms-l10n-maven-plugin/2.0.0/ so please delete it from your local Maven repo.

Or use -Dmaven.repo.local=/alternate/repo/location to download all dependencies to a new local folder.

Jeroen

Hi Jeroen,

Thanks a lot for your quick response, i am able to run now.

regards
KGR