Hi All,
I have all-in one project in my Eclipse. When I open a file from individual projects like share or core it shows below error in Eclipse IDE. But when I open the same POM.xml from the parent project it doesn't give any error.
Error in Eclipse IDE:
Missing artifact org.alfresco:alfresco-repository:jar:5.0.0.3
When I try to run the repo pom.xml it gives the below errors:
Non-resolvable import POM: Could not find artifact org.alfresco:alfresco-platform-distribution:pom:5.0.0.3 in alfresco-public (https://artifacts.alfresco.com/nexus/content/groups/public) @ line 60, column 25 -> [Help 2]
org.apache.maven.model.resolution.UnresolvableModelException: Could not find artifact org.alfresco:alfresco-platform-distribution:pom:5.0.0.3 in alfresco-public (https://artifacts.alfresco.com/nexus/content/groups/public)