cancel
Showing results for 
Search instead for 
Did you mean: 

maven project import in eclipse kepler error

aditya_chaudhar
Champ on-the-rise
Champ on-the-rise
Hi Forum ,
I am referring Jeff Pott's  "Getting Started with the Alfresco Maven SDK"
http://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html

I am able to build project successful using command prompt by using below steps (Few change in  ??mvn archetype:generate as now current version is 5):

change 1 : using : ??mvn archetype:generate -Dfilter=org.alfresco.maven.archetype:
then followed jeff's  steps. And build successfully.

But when i import in eclipse i come across below error in pom.xml on parent tag :


Project build error: Non-resolvable parent POM: Failure to transfer org.alfresco.maven:alfresco-sdk-parent:pom:
2.0.0 from https://artifacts.alfresco.com/nexus/content/groups/public-snapshots was cached in the local
repository, resolution will not be reattempted until the update interval of alfresco-public-snapshots has elapsed
or updates are forced. Original error: Could not transfer artifact org.alfresco.maven:alfresco-sdk-parent:pom:2.0.0
from/to alfresco-public-snapshots (https://artifacts.alfresco.com/nexus/content/groups/public-snapshots😞 null
to https://artifacts.alfresco.com/nexus/content/groups/public-snapshots/org/alfresco/maven/alfresco-sdk...
parent/2.0.0/alfresco-sdk-parent-2.0.0.pom and 'parent.relativePath' points at wrong local POM



Please help me to solve this and to understand how to work with Maven and Alfresco.
1 REPLY 1

aditya_chaudhar
Champ on-the-rise
Champ on-the-rise
Hi Forum,
After doing all over again now all is working file
there was problem with configuring maven i did all steps again now i am able to customization's on error free Eclipse

Thank you..