diff --git a/distribution/pom.xml b/distribution/pom.xml index d02cac32a3..a4e4529c80 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -62,6 +62,12 @@ ${project.artifactId}-${installer.version.name} + + + src/main/resources + true + + maven-dependency-plugin diff --git a/distribution/src/main/resources/README.txt b/distribution/src/main/resources/README.txt new file mode 100644 index 0000000000..f900d1e675 --- /dev/null +++ b/distribution/src/main/resources/README.txt @@ -0,0 +1,8 @@ +Alfresco Community Edition (Build: ${installer.version.name}) +=============================== + +Contains: + - Alfresco Platform: ${alfresco.platform.version} + - Alfresco Share: ${alfresco.share.version} + +Please refer to the Alfresco wiki for more information on this release. diff --git a/enterprise-distribution/src/main/resources/README.txt b/enterprise-distribution/src/main/resources/README.txt index 5328a74a41..752ca5a712 100644 --- a/enterprise-distribution/src/main/resources/README.txt +++ b/enterprise-distribution/src/main/resources/README.txt @@ -1,8 +1,10 @@ -Alfresco Enterprise Edition ${project.version} +Alfresco One (Build: ${installer.version.name}) =============================== -For Enterprise subscribers, refer to http://support.alfresco.com for release notes and detailed information on this release. +Contains: + - Alfresco Platform: ${alfresco.platform.version} + - Alfresco Share: ${alfresco.share.version} -For Community members, refer to the Alfresco wiki for more information on this release. +Please refer to http://support.alfresco.com for release notes and detailed information on this release.