<?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: RAD with Maven in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rad-with-maven/m-p/306147#M259277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Conrad, and thanks for your reply !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll test the configuration you mentioned and give you a feedback here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another more specific question could be about the Share Web resources deployment : can you confirm you have to restart the Share Tomcat instance each time you make a change in a JS or CSS file ? Is there a way to deploy these resources directly, without rebuilding and redeploying the Share AMP ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 09:51:17 GMT</pubDate>
    <dc:creator>tonyrivet</dc:creator>
    <dc:date>2013-12-09T09:51:17Z</dc:date>
    <item>
      <title>RAD with Maven</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rad-with-maven/m-p/306145#M259275</link>
      <description>Hi,I am a newbie in the wonderful world of Maven. I was realy amazed by the Gab Columbro presentation at Barcelona Summit, so I decided to get into it, but I have to say I am a little disapointed now.I tested both AMP and All-In-One archetypes, and read all tutorials I could find, but I encountered</description>
      <pubDate>Fri, 15 Nov 2013 12:47:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rad-with-maven/m-p/306145#M259275</guid>
      <dc:creator>tonyrivet</dc:creator>
      <dc:date>2013-11-15T12:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: RAD with Maven</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rad-with-maven/m-p/306146#M259276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, from one newbie to another…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't kmow if you have got any further with this but I have had similar issues to what you describe but am getting some good results now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the All-in-One archetype first but experienced similar slow startup times etc. so now have created two projects from the Amp archetype, one for repository and one for share. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Running mvn integration-test -Pamp-to-war for repo project and mvn integration-test -Pamp-to-war -Dalfresco.client.war=share for share. This starts up in a minute or so (but the repo project takes a couple of mins)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a couple of configurations you need to add to your pom to configure tomcat ports - for repository pom&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;maven.tomcat.host&amp;gt;localhost&amp;lt;/maven.tomcat.host&amp;gt;&lt;BR /&gt;&amp;lt;maven.tomcat.port&amp;gt;8580&amp;lt;/maven.tomcat.port&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and for share pom&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;maven.tomcat.host&amp;gt;localhost&amp;lt;/maven.tomcat.host&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;maven.tomcat.port&amp;gt;8581&amp;lt;/maven.tomcat.port&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;alfresco.maven.tomcat.host&amp;gt;localhost&amp;lt;/alfresco.maven.tomcat.host&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;alfresco.maven.tomcat.port&amp;gt;8580&amp;lt;/alfresco.maven.tomcat.port&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and you also need to configure share-custom-context.xml in your share pom to point to your repository tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have any more specific questions then ask and I'll see if I can help - even though I am not expert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Conrad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 17:38:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rad-with-maven/m-p/306146#M259276</guid>
      <dc:creator>radder5</dc:creator>
      <dc:date>2013-12-06T17:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: RAD with Maven</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rad-with-maven/m-p/306147#M259277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Conrad, and thanks for your reply !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll test the configuration you mentioned and give you a feedback here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another more specific question could be about the Share Web resources deployment : can you confirm you have to restart the Share Tomcat instance each time you make a change in a JS or CSS file ? Is there a way to deploy these resources directly, without rebuilding and redeploying the Share AMP ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 09:51:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rad-with-maven/m-p/306147#M259277</guid>
      <dc:creator>tonyrivet</dc:creator>
      <dc:date>2013-12-09T09:51:17Z</dc:date>
    </item>
  </channel>
</rss>

