mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-2886 Change installer command variables
This commit is contained in:
@@ -14,13 +14,14 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<binaries.folder>${user.home}/binaries</binaries.folder>
|
<binaries.folder>${user.home}/binaries</binaries.folder>
|
||||||
<bitrock.folder>${project.build.directory}/installbuilder</bitrock.folder>
|
<bitrock.folder>${project.build.directory}/installbuilder</bitrock.folder>
|
||||||
<signing.key.location>${binaries.folder}/build-classpath/code-signing</signing.key.location>
|
<signing.key.location></signing.key.location>
|
||||||
<license.file.location>${binaries.folder}/build-classpath/license.xml</license.file.location>
|
<license.file.location></license.file.location>
|
||||||
|
<p12Password></p12Password>
|
||||||
<alfresco.package.name>alfresco-content-services-community-full</alfresco.package.name>
|
<alfresco.package.name>alfresco-content-services-community-full</alfresco.package.name>
|
||||||
<bitrock.arguments>
|
<bitrock.arguments>
|
||||||
project.version=${installer.version.name}
|
project.version=${installer.version.name}
|
||||||
project.fullName='Alfresco Content Services Community'
|
project.fullName='Alfresco Content Services Community'
|
||||||
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
|
project.windowsSigningPkcs12File=${signing.key.location}
|
||||||
project.windowsSigningPkcs12Password=${p12Password}
|
project.windowsSigningPkcs12Password=${p12Password}
|
||||||
alfresco_edition=community
|
alfresco_edition=community
|
||||||
alfresco_package='${alfresco.package.name}'
|
alfresco_package='${alfresco.package.name}'
|
||||||
|
Reference in New Issue
Block a user