mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-09-17 14:21:45 +00:00
Added WAR artifact id property to platform jar project, #403
This commit is contained in:
@@ -30,8 +30,9 @@
|
|||||||
|
|
||||||
<!-- Properties used in dependency declarations, you don't need to change these -->
|
<!-- Properties used in dependency declarations, you don't need to change these -->
|
||||||
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
||||||
<alfresco.platform.war.artifactId>alfresco-platform</alfresco.platform.war.artifactId>
|
|
||||||
<alfresco.share.war.artifactId>share</alfresco.share.war.artifactId>
|
<alfresco.share.war.artifactId>share</alfresco.share.war.artifactId>
|
||||||
|
<!-- Platform WAR artifact, change to 'alfresco-enterprise' if using Enterprise Edition -->
|
||||||
|
<alfresco.platform.war.artifactId>alfresco-platform</alfresco.platform.war.artifactId>
|
||||||
|
|
||||||
<!-- Alfresco Platform and Share webapp versions, these are the original Alfresco webapps that will be
|
<!-- Alfresco Platform and Share webapp versions, these are the original Alfresco webapps that will be
|
||||||
customized and then deployed and run by the tomcat maven plugin when
|
customized and then deployed and run by the tomcat maven plugin when
|
||||||
|
@@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
<!-- Properties used in dependency declarations, you don't need to change these -->
|
<!-- Properties used in dependency declarations, you don't need to change these -->
|
||||||
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
||||||
|
<!-- Platform WAR artifact, change to 'alfresco-enterprise' if using Enterprise Edition -->
|
||||||
|
<alfresco.platform.war.artifactId>alfresco-platform</alfresco.platform.war.artifactId>
|
||||||
|
|
||||||
<!-- Alfresco Platform webapp version, this is the original Alfresco webapp that will be
|
<!-- Alfresco Platform webapp version, this is the original Alfresco webapp that will be
|
||||||
customized and then deployed and run by the tomcat maven plugin when
|
customized and then deployed and run by the tomcat maven plugin when
|
||||||
|
Reference in New Issue
Block a user