<?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 How to install Records Management in All-In-One (AIO) project for Alfresco SDK 3.0. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-records-management-in-all-in-one-aio-project-for/m-p/84194#M25688</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm trying to add Records Management support to an Alfresco project created from the SDK 3.0.0 all-in-one archetype,&lt;BR /&gt;with reference to&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/ecm-archive/records-management-plugin/m-p/86265" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/ecm-archive/records-management-plugin/m-p/86265&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;added below profiles in my parent pom&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt; &amp;lt;profiles&amp;gt;
   &amp;lt;!-- RM profile, manually activated, automatically adds support for RM development (dependencies) and install the RM amps in the WARs --&amp;gt;
      &amp;lt;profile&amp;gt;
         &amp;lt;id&amp;gt;rm&amp;lt;/id&amp;gt;
         &amp;lt;properties&amp;gt;
            &amp;lt;alfresco.rm.version&amp;gt;2.3&amp;lt;/alfresco.rm.version&amp;gt;
            &amp;lt;app.rm.amps.location&amp;gt;${project.build.directory}/rm-amps&amp;lt;/app.rm.amps.location&amp;gt;
            &amp;lt;app.rm.war.location&amp;gt;${project.build.directory}/${project.build.finalName}.war&amp;lt;/app.rm.war.location&amp;gt;
            &amp;lt;app.rm.artifact&amp;gt;org.alfresco:${alfresco.rm.artifactId}:${alfresco.rm.version}:amp&amp;lt;/app.rm.artifact&amp;gt;
         &amp;lt;/properties&amp;gt;
      &amp;lt;/profile&amp;gt;
   &amp;lt;/profiles&amp;gt;&lt;/PRE&gt;&lt;P&gt;and activated the profile using&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$mvn clean install -Prm&lt;/PRE&gt;&lt;P&gt;i see some issue like&lt;/P&gt;&lt;P&gt;&amp;nbsp;Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils&lt;BR /&gt;at org.apache.tomcat.maven.plugin.tomcat7.run.RunMojo$1.run(RunMojo.java:140)&lt;/P&gt;&lt;P&gt;Do i need to manually point &amp;lt;app.rm.amps.location&amp;gt; to a location placing rm amps in that location or will this be downloading rm related files or mvn clean install -Prun ?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2019 11:05:45 GMT</pubDate>
    <dc:creator>srikanth94</dc:creator>
    <dc:date>2019-12-02T11:05:45Z</dc:date>
    <item>
      <title>How to install Records Management in All-In-One (AIO) project for Alfresco SDK 3.0.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-records-management-in-all-in-one-aio-project-for/m-p/84194#M25688</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm trying to add Records Management support to an Alfresco project created from the SDK 3.0.0 all-in-one archetype,&lt;BR /&gt;with reference to&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/ecm-archive/records-management-plugin/m-p/86265" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/ecm-archive/records-management-plugin/m-p/86265&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;added below profiles in my parent pom&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt; &amp;lt;profiles&amp;gt;
   &amp;lt;!-- RM profile, manually activated, automatically adds support for RM development (dependencies) and install the RM amps in the WARs --&amp;gt;
      &amp;lt;profile&amp;gt;
         &amp;lt;id&amp;gt;rm&amp;lt;/id&amp;gt;
         &amp;lt;properties&amp;gt;
            &amp;lt;alfresco.rm.version&amp;gt;2.3&amp;lt;/alfresco.rm.version&amp;gt;
            &amp;lt;app.rm.amps.location&amp;gt;${project.build.directory}/rm-amps&amp;lt;/app.rm.amps.location&amp;gt;
            &amp;lt;app.rm.war.location&amp;gt;${project.build.directory}/${project.build.finalName}.war&amp;lt;/app.rm.war.location&amp;gt;
            &amp;lt;app.rm.artifact&amp;gt;org.alfresco:${alfresco.rm.artifactId}:${alfresco.rm.version}:amp&amp;lt;/app.rm.artifact&amp;gt;
         &amp;lt;/properties&amp;gt;
      &amp;lt;/profile&amp;gt;
   &amp;lt;/profiles&amp;gt;&lt;/PRE&gt;&lt;P&gt;and activated the profile using&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$mvn clean install -Prm&lt;/PRE&gt;&lt;P&gt;i see some issue like&lt;/P&gt;&lt;P&gt;&amp;nbsp;Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils&lt;BR /&gt;at org.apache.tomcat.maven.plugin.tomcat7.run.RunMojo$1.run(RunMojo.java:140)&lt;/P&gt;&lt;P&gt;Do i need to manually point &amp;lt;app.rm.amps.location&amp;gt; to a location placing rm amps in that location or will this be downloading rm related files or mvn clean install -Prun ?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 11:05:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-records-management-in-all-in-one-aio-project-for/m-p/84194#M25688</guid>
      <dc:creator>srikanth94</dc:creator>
      <dc:date>2019-12-02T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Records Management in All-In-One (AIO) project for Alfresco SDK 3.0.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-records-management-in-all-in-one-aio-project-for/m-p/84195#M25689</link>
      <description>&lt;P&gt;Are you using Alfresco Community or Enterprise?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 13:20:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-records-management-in-all-in-one-aio-project-for/m-p/84195#M25689</guid>
      <dc:creator>jljwoznica</dc:creator>
      <dc:date>2019-12-02T13:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Records Management in All-In-One (AIO) project for Alfresco SDK 3.0.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-records-management-in-all-in-one-aio-project-for/m-p/84196#M25690</link>
      <description>&lt;P&gt;Using community version&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 16:24:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-records-management-in-all-in-one-aio-project-for/m-p/84196#M25690</guid>
      <dc:creator>srikanth94</dc:creator>
      <dc:date>2019-12-02T16:24:25Z</dc:date>
    </item>
  </channel>
</rss>

