<?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: Deploy custom action - Alfresco 7.4.0 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136527#M36678</link>
    <description>&lt;P&gt;Hope you have used alfresco sdk for customization.&lt;/P&gt;&lt;P&gt;Ex. Project name is demo then you can get repo jar from /demo-platform/target folder and share jar from /demo-share/target folder&lt;/P&gt;&lt;P&gt;You need to deploy repo jar to /module/platform and share jar to /module/share folder in alfresco.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Dec 2023 04:43:54 GMT</pubDate>
    <dc:creator>sp2</dc:creator>
    <dc:date>2023-12-29T04:43:54Z</dc:date>
    <item>
      <title>Deploy custom action - Alfresco 7.4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136526#M36677</link>
      <description>&lt;P&gt;I have installed alfresco 7.4.0 with zip install and its working.&lt;/P&gt;&lt;P&gt;I have made some customization (custom action for folder rule) and I want to deploy that as jar in alfresco. Custom action has developed with docker.&lt;/P&gt;&lt;P&gt;How can I deploy that?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 07:41:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136526#M36677</guid>
      <dc:creator>djordjevuk</dc:creator>
      <dc:date>2023-12-28T07:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy custom action - Alfresco 7.4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136527#M36678</link>
      <description>&lt;P&gt;Hope you have used alfresco sdk for customization.&lt;/P&gt;&lt;P&gt;Ex. Project name is demo then you can get repo jar from /demo-platform/target folder and share jar from /demo-share/target folder&lt;/P&gt;&lt;P&gt;You need to deploy repo jar to /module/platform and share jar to /module/share folder in alfresco.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 04:43:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136527#M36678</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2023-12-29T04:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy custom action - Alfresco 7.4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136528#M36679</link>
      <description>&lt;P&gt;So if you are using SDK project&lt;/P&gt;&lt;P&gt;then example, your project name is demo then it will create&amp;nbsp; demo-platform&lt;/P&gt;&lt;P&gt;check there is some target similar to build_start&lt;/P&gt;&lt;P&gt;For windows :&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;run.bat build_start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For linux:&amp;nbsp;&lt;SPAN&gt;./run.sh build_start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You probably find more details &lt;A title="Alfresco SDK" href="https://docs.alfresco.com/content-services/6.0/develop/sdk/" target="_self" rel="nofollow noopener noreferrer"&gt;here,&amp;nbsp;&lt;/A&gt;&amp;nbsp; and other &lt;A href="https://docs.alfresco.com/content-services/6.0/develop/sdk/#structureplatform" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ghanshyam&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 10:29:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136528#M36679</guid>
      <dc:creator>grathod</dc:creator>
      <dc:date>2024-01-02T10:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy custom action - Alfresco 7.4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136529#M36680</link>
      <description>&lt;P&gt;Thank you &lt;A href="https://hub.alfresco.com/t5/user/viewprofilepage/user-id/36939" target="_blank" rel="nofollow noopener noreferrer"&gt;sanjaybandhniya&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I have successfully deployed the action with a jar file in /module/platform.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 08:30:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136529#M36680</guid>
      <dc:creator>djordjevuk</dc:creator>
      <dc:date>2024-01-04T08:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy custom action - Alfresco 7.4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136530#M36681</link>
      <description>&lt;P&gt;Hello. I am trying to deploy a custom Share action into AIO SDK.&lt;BR /&gt;I got the jar from &amp;lt;extensionprojectname&amp;gt;-share/target.&lt;BR /&gt;I am running Alfresco(7.x) instance using SDK(4.5).&lt;BR /&gt;I did not find the /module/share in the AIO SDK project folder.&lt;BR /&gt;Is there a path I can put the share extension jar/amp before build_start(getting into docker)?&lt;BR /&gt;I have also tried to put share extension jar/amp into &amp;lt;AIOSDKprojectname&amp;gt;-share/src/main/assembly/web, but it does not work.&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 16:10:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136530#M36681</guid>
      <dc:creator>Upladder</dc:creator>
      <dc:date>2024-01-05T16:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy custom action - Alfresco 7.4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136531#M36682</link>
      <description>&lt;P&gt;Alfresco AIO SDK is developmen platform so you can not find module/* folder.&lt;/P&gt;&lt;P&gt;You can see module/* folder in alfresco serverinstallation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 03:52:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploy-custom-action-alfresco-7-4-0/m-p/136531#M36682</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2024-01-08T03:52:09Z</dc:date>
    </item>
  </channel>
</rss>

