cancel
Showing results for 
Search instead for 
Did you mean: 

Installing an older version of community

amudigonda
Champ in-the-making
Champ in-the-making
Hi,
We are trying to installing an older version of the community edition ( anything 4.0 shoule be ok ) We have this in the pom.xml
<alfresco.groupId>org.alfresco:artifact-id:4.0.e</alfresco.groupId><alfresco.version>4.0.e</alfresco.version>and dependencies as<dependency>               <groupId>org.alfresco</groupId>               <artifactId>alfresco-platform-parent</artifactId>               <version>4.0.e</version>               <type>pom</type>               <scope>import</scope></dependency>‍‍‍‍‍‍‍‍‍‍‍‍‍‍

We also tried the dependency with artifactId
               <artifactId>alfresco-platform-distribution</artifactId>‍‍‍

but we always see an error saying

Non-resolvable import POM: Could not find artifact org.alfresco:alfresco-platform-parentSmiley Tongueom:4.0 in alfresco-private (https://artifacts.alfresco.com/nexus/content/groups/private) @ line 42, column 25 -> [Help 2]

What are we doing wrong ? We were able to install 4.2.f ( the latest ) ok but cannot use that because of the dependencies.

Thanks,

Anagha
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
Probably you should use the older version of the Alfresco Maven Archetype because this version supports only Alfresco starting from 4.2:

http://wiki.alfresco.com/wiki/Maven_Alfresco_SDK

https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregato...

Hope this helps.