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

Archetypes - Fix deprecated use of maven project name #581

Closed jlosornogil closed 4 years ago

jlosornogil commented 4 years ago

Fix the use of the deprecated maven key ${build.finalName}. Using ${project.build.finalName} instead.

Applying https://github.com/Alfresco/alfresco-sdk/pull/569.