Alfresco / alfresco-sdk

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
185 stars 113 forks source link

Feature/fix issue 566 #567

Open douglascrp opened 5 years ago

douglascrp commented 5 years ago

This PR fixes #566 by avoiding having the alfresco-global.properties replaced by the one defined in the project. The "new" way to define custom alfresco-global.properties is by adding them into the Dockerfile file.

I guess the documentation will have to be reviewed to reflect this change, as there won't be an alfresco-global.properties anymore to be changed in order to have the project executed by maven.