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?