Skip to content

Commit

Permalink
Description edition;
Browse files Browse the repository at this point in the history
Share version set to 5.2.f;
Enabled AMP generation by default.
  • Loading branch information
douglascrp committed Oct 24, 2017
1 parent e3bcf9b commit f4af544
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.dgcloud</groupId>
<artifactId>patch-alf-21955-repo</artifactId>
<version>1.0-SNAPSHOT</version>
<name>patch-alf-21955-repo Platform Jar Module - SDK 3</name>
<description>Platform JAR Module (to be included in the alfresco.war) - SDK 3</description>
<version>1.0</version>
<name>patch-alf-21955-repo Platform Module</name>
<description>patch-alf-21955-repo Platform Module</description>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -36,7 +36,7 @@
executing for example $ mvn clean install alfresco:run -->
<alfresco.platform.version>5.2.f</alfresco.platform.version>
<!-- Alfresco Share version, so we can bring in correct alfresco-share-services artifact -->
<alfresco.share.version>5.2.e</alfresco.share.version>
<alfresco.share.version>5.2.f</alfresco.share.version>

<!-- Default is to run with a Community edition, change to 'enterprise' if using Enterprise edition -->
<maven.alfresco.edition>community</maven.alfresco.edition>
Expand Down Expand Up @@ -169,7 +169,7 @@
the layout of your AMP. The end result is that Maven will produce both a JAR file and an AMP with your
module.
-->
<!--
<!---->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
Expand All @@ -194,7 +194,6 @@
</dependency>
</dependencies>
</plugin>
-->

<!-- Hot reloading with JRebel -->
<plugin>
Expand Down

0 comments on commit f4af544

Please sign in to comment.