-- minor context path fix. with Enterprise alfresco.client.war !=

alfresco.client.contextPath
This commit is contained in:
mindthegab 2014-09-11 01:39:24 -04:00
parent a0c8e3e867
commit cb796f3b2a
3 changed files with 3 additions and 4 deletions

View File

@ -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> -->

View File

@ -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>

View File

@ -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>