Reputation: 706
I am trying to build a module for Alfresco Share 4.2.2.
According to compatibility matrix Alfresco 4.2.x is only compatible with Maven SDK 1.1.x. However, when I create an amp executing
mvn archetype:generate -DarchetypeCatalog=https://artifacts.alfresco.com/nexus/content/groups/public/archetype-catalog.xml -Dfilter=org.alfresco.maven.archetype:
which is indicated here, without asking the SDK version, the amp is built with the version 3.0.0-beta-4.
What is happening? Is there any problem building an amp with 3.0.0-beta-4 for Alfresco 4.2.2? If not, how can I find sdk 1.1.x?
Upvotes: 1
Views: 202
Reputation: 1
It's possible to create a project for alfresco 4.2 with the SDK 3. The documentation is in the alfresco 5.2 ducumentation, in the paragraph of the SDK: Alfresco SDK 3.0 | Alfresco Documentation and more precisely here: Switch to using Alfresco version 4.2.x | Alfresco Documentation
Upvotes: 0
Reputation: 3783
If you're looking for Alfresco Maven SDK 1.1.0 you can find it here
As you can see in this Alfresco Developer Blog post, looking at What's new section, it seems that since Alfresco SDK 3 beta 1 there is
Support for 4.2 (currently Share module requires you to add two dependencies by hand)
You can also get way more info looking at Alfresco's alfresco-sdk project on Github.
Upvotes: 2