Skip to content

Commit

Permalink
Change Alfresco version to 5.1.f, change project version label to 1.0…
Browse files Browse the repository at this point in the history
….0 with no SNAPSHOT. Update readme to explain that the site folder templates folder gets bootstrapped and that it may be a better place to store share site folder templates.
  • Loading branch information
jpotts committed Jun 23, 2016
1 parent c48fb57 commit 8436137
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ For example, the out-of-the-box Share site "type" is shown in English as "Collab

So after installing this AMP in your Alfresco WAR, you can create a folder under Data Dictionary/Space Templates called "site-dashboard". Then anything you put in that folder will be copied into the document library of new "Collaboration Site" sites.

Alternatively, you can store your Share Site Space Templates in a Data Dictionary folder called Site Folder Templates. That will keep them separate from traditional Space Templates.

If you modify your site presets to add additional types of Share sites, you can create additional space templates for each type of site.

Installation
------------
Use `mvn install` to create the AMP. By default the POM is set to depend on the latest Alfresco Community Edition version which is 5.0.d.
Use `mvn install` to create the AMP.

You can then install the AMP as you normally would using the MMT.

Expand Down
8 changes: 4 additions & 4 deletions share-site-space-templates-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ecmarchitect</groupId>
<artifactId>share-site-space-templates-repo</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>share-site-space-templates-repo AMP project</name>
<packaging>amp</packaging>
<description>Manages the lifecycle of the share-site-space-templates-repo AMP (Alfresco Module Package)</description>
Expand All @@ -27,9 +27,9 @@
-->
<!-- <alfresco.groupId>org.alfresco</alfresco.groupId> -->
<!-- Defines the Alfresco version to work against.
Community versions are typically identified by major.minor.character (4.2.a) while Enterprise versions are identified by major.minor.digit (4.2.0)
<alfresco.version>5.0.d</alfresco.version>
<alfresco.data.location>alf_data_dev</alfresco.data.location> -->
Community versions are typically identified by major.minor.character (4.2.a) while Enterprise versions are identified by major.minor.digit (4.2.0) -->
<alfresco.version>5.1.f</alfresco.version>
<!-- <alfresco.data.location>alf_data_dev</alfresco.data.location> -->
<!-- This controls which properties will be picked in src/test/properties for embedded run -->
<env>local</env>
<!-- Defines the target WAR artifactId to run this amp, only used with the -Pamp-to-war profile
Expand Down

0 comments on commit 8436137

Please sign in to comment.