mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
#230 Comment out application of alfresco-spp amp: it's not available in Enterprise Edition
This commit is contained in:
parent
27236060b9
commit
c8fc67a273
@ -39,12 +39,14 @@
|
|||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Demonstrating the usage of a well known GA AMP (SharePoint Protocol Support) -->
|
<!-- Demonstrating the usage of a well known GA AMP (SharePoint Protocol Support) -->
|
||||||
|
<!--
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${alfresco.groupId}</groupId>
|
<groupId>${alfresco.groupId}</groupId>
|
||||||
<artifactId>alfresco-spp</artifactId>
|
<artifactId>alfresco-spp</artifactId>
|
||||||
<version>${alfresco.version}</version>
|
<version>${alfresco.version}</version>
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -75,11 +77,13 @@
|
|||||||
<artifactId>repo-amp</artifactId>
|
<artifactId>repo-amp</artifactId>
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
<!--
|
||||||
<overlay>
|
<overlay>
|
||||||
<groupId>${alfresco.groupId}</groupId>
|
<groupId>${alfresco.groupId}</groupId>
|
||||||
<artifactId>alfresco-spp</artifactId>
|
<artifactId>alfresco-spp</artifactId>
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
-->
|
||||||
</overlays>
|
</overlays>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user