Installing an older version of community
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2014 01:15 PM
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
We also tried the dependency with artifactId
but we always see an error saying
Non-resolvable import POM: Could not find artifact org.alfresco:alfresco-platform-parent
om: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
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-parent

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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2014 05:37 AM
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.
http://wiki.alfresco.com/wiki/Maven_Alfresco_SDK
https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregato...
Hope this helps.
