The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
186
stars
113
forks
source link
SDK 4 documentation improvement: Installing 3rd Party AMPs #526
This document describes installing third-party AMPs by adding a dependency to the platform or share project.
You can do that, but if you do, the AMPs will be added to that project's AMP when it is built, which is probably not what you want.
Instead, the dependency should be added to the docker module for platform/share. When you do this, the third-party AMPs are properly added to the docker images but are not added to the platform and share AMPs that get built, which is the correct behavior.
This document describes installing third-party AMPs by adding a dependency to the platform or share project.
You can do that, but if you do, the AMPs will be added to that project's AMP when it is built, which is probably not what you want.
Instead, the dependency should be added to the docker module for platform/share. When you do this, the third-party AMPs are properly added to the docker images but are not added to the platform and share AMPs that get built, which is the correct behavior.