<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Customizing 4.2.f with AMP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customizing-4-2-f-with-amp/m-p/291071#M244201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The 1.1.1 version of the Alfresco SDK does not come with a Share AMP module. So you would have to add one to the AIO project. Also, the Aikau stuff at the end of the article/blog is not relevant to 4.2.f as it only got Aikau code in menu and title.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a new 1.1.1 SDK project with an extra Share AMP module and implemented the logo and footer customization according to the article. You can access here: &lt;/SPAN&gt;&lt;A href="https://github.com/gravitonian/all-in-one111-share-amp" rel="nofollow noopener noreferrer"&gt;https://github.com/gravitonian/all-in-one111-share-amp&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 11:40:13 GMT</pubDate>
    <dc:creator>gravitonian</dc:creator>
    <dc:date>2015-07-17T11:40:13Z</dc:date>
    <item>
      <title>Customizing 4.2.f with AMP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-4-2-f-with-amp/m-p/291070#M244200</link>
      <description>I have been trying to build an AMP file, using Maven and the 4.2.f SDK, with no apparent success.Yes, when I do "maven install -Prun" I am able to access the system using "http://localhost:8080/share," but my changed logo image does not appear; I only see the default Alfresco Community logo.I have b</description>
      <pubDate>Tue, 14 Jul 2015 15:49:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-4-2-f-with-amp/m-p/291070#M244200</guid>
      <dc:creator>bdmc</dc:creator>
      <dc:date>2015-07-14T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing 4.2.f with AMP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-4-2-f-with-amp/m-p/291071#M244201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The 1.1.1 version of the Alfresco SDK does not come with a Share AMP module. So you would have to add one to the AIO project. Also, the Aikau stuff at the end of the article/blog is not relevant to 4.2.f as it only got Aikau code in menu and title.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a new 1.1.1 SDK project with an extra Share AMP module and implemented the logo and footer customization according to the article. You can access here: &lt;/SPAN&gt;&lt;A href="https://github.com/gravitonian/all-in-one111-share-amp" rel="nofollow noopener noreferrer"&gt;https://github.com/gravitonian/all-in-one111-share-amp&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 11:40:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-4-2-f-with-amp/m-p/291071#M244201</guid>
      <dc:creator>gravitonian</dc:creator>
      <dc:date>2015-07-17T11:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing 4.2.f with AMP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-4-2-f-with-amp/m-p/291072#M244202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologise for the long delay in responding to you.&amp;nbsp; I have been on the road, and other issues have seemed to take precedence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for preparing this package for me.&amp;nbsp; I was using the article/blog as a starting point, but did not need, or want, the Aikau part, anyway.&amp;nbsp; There are certain customisations, such as Logo and E-Mail text, that we apply to the system every time that we re-install the WAR files, and would like to package those changes in an AMP to make the system easier to update. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been working on it today, and think that I am doing things correctly – I started with "mvn clean," and followed with "mvn install," but there is where things seem to break.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is complaining that there are duplicate definitions of "org.apache.maven.plugins:maven-antrun-plugin" and "org.apache.maven.plugins:maven-resources-plugin." I found those in the solr pom file, ( which we don't need anyway, since we use Lucene ) but they appear to be independent.&amp;nbsp; One is in "run" and one — hmmm.&amp;nbsp; They have different "execution" sections, but at the plugin level, they do seem to be the same.&amp;nbsp; Can you have two different execution sections for the same plugin?&amp;nbsp; In other words, if I move the second execution section into the first plugin definition, would this work correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 20:00:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-4-2-f-with-amp/m-p/291072#M244202</guid>
      <dc:creator>bdmc</dc:creator>
      <dc:date>2015-07-27T20:00:59Z</dc:date>
    </item>
  </channel>
</rss>

