#230 Comment out application of alfresco-spp amp: it's not available in Enterprise Edition

This commit is contained in:
Samuel Langlois 2014-12-04 12:13:41 +00:00
parent 27236060b9
commit c8fc67a273

View File

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