mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-06-02 17:35:25 +00:00
-- minor context path fix. with Enterprise alfresco.client.war !=
alfresco.client.contextPath
This commit is contained in:
parent
a0c8e3e867
commit
cb796f3b2a
@ -38,7 +38,7 @@
|
||||
. | Allowed values for Community: alfresco | share
|
||||
| Allowed values for Enterprise: alfresco-enterprise | share-enterprise
|
||||
<!-- <alfresco.client.war>${alfresco.repo.artifactId}</alfresco.client.war> -->
|
||||
|
||||
<alfresco.client.contextPath>/alfresco</alfresco.client.contextPath>
|
||||
<!-- Defines the target WAR groupId to run this amp, only used with the -Pamp-to-war switch
|
||||
. | Could be org.alfresco or your corporate groupId -->
|
||||
<!-- <alfresco.client.war.groupId>${alfresco.groupId}</alfresco.client.war.groupId> -->
|
||||
|
@ -24,7 +24,7 @@
|
||||
<!-- Defines the target WAR artifactId to run this amp, only used with the -Pamp-to-war switch
|
||||
| Allowed values: alfresco | share. In this case it's configured to use OOTB share -->
|
||||
<alfresco.client.war>${alfresco.share.artifactId}</alfresco.client.war>
|
||||
|
||||
<alfresco.client.contextPath>/share</alfresco.client.contextPath>
|
||||
<!-- Since Alfresco is already running on port 8080, we run Share on port 8081 -->
|
||||
<maven.tomcat.port>8081</maven.tomcat.port>
|
||||
|
||||
|
@ -48,8 +48,7 @@
|
||||
<alfresco.client.war>${alfresco.repo.artifactId}</alfresco.client.war>
|
||||
<alfresco.client.war.groupId>${alfresco.groupId}</alfresco.client.war.groupId>
|
||||
<alfresco.client.war.version>${alfresco.version}</alfresco.client.war.version>
|
||||
<alfresco.client.contextPath>/${alfresco.client.war}</alfresco.client.contextPath>
|
||||
|
||||
|
||||
<!-- IMPORTANT! Override this only if you know what you're doing; it could break amp-to-war overlay -->
|
||||
<alfresco.client.war.folder>${project.build.directory}/${project.build.finalName}-war</alfresco.client.war.folder>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user