Comment #4 on issue 187 by
o...@magenta-aps.dk: Update Maven Alfresco SDK
I've committed my changes, see r737
Most changes were version updates and removing config artifacts.
All-in-one had some issues with Solr, which was also fixed.
Share had issues running, so slf4j-log4j12 had to be added. I added it in
the parent pom to keep the AMP poms as tight as possible.
Now there are some missing pieces: alfresco-platform-distribution. This is
in the core SVN, and it's not included in the default build.
I've forked it on GitHub and propse this commit as a change:
https://github.com/ohej/community-edition/commit/ef2b652ab145603c6cc4f21d5f432a43a5be254e
This change will re-work the platform-distribution to be included (and
deployed) when doing "mvn install / mvn deploy". I also updated it to
exclude the config artifacts.
Last thing is that alfresco-mmt module is not included in the default build
cycle in HEAD. There are problems building it (it works, but fails on
the "installer" module), and the SDK depends on the same MMT version as the
Alfresco version.
If we get the last two issues fixed, it is possible to checkout the SDK
code, clone Alfresco-community from GitHub. Do "mvn install" on
Alfresco-community and ditto with the SDK. Voila, working SDK for
4.3.0-SNAPSHOT.
Let me know what you guys think.