<?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: Cant create alfresco  amp archetype 2.1 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292889#M246019</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;Try using an apache-maven version 3.2.*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently faced some issues with maven version 3.3.*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yann&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 12:20:35 GMT</pubDate>
    <dc:creator>ycoulon</dc:creator>
    <dc:date>2015-07-24T12:20:35Z</dc:date>
    <item>
      <title>Cant create alfresco  amp archetype 2.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292886#M246016</link>
      <description>Hi, when i try to setup an alfresco amp archetype version 2.1, Eclipse never finishes the project creation and i get the following message:&amp;lt;cite&amp;gt;Could not calculate build plan: Plugin org.alfresco.maven.plugin:alfresco-maven-plugin:2.1.0 or one of its dependencies could not be resolved: Failur</description>
      <pubDate>Thu, 23 Jul 2015 21:49:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292886#M246016</guid>
      <dc:creator>drisschelouati</dc:creator>
      <dc:date>2015-07-23T21:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cant create alfresco  amp archetype 2.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292887#M246017</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;Can you verify the tools installation according to: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/tasks/alfresco-sdk-install-verify-install.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/tasks/alfresco-sdk-install-verify-install.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then follow these instructions (Eclipse is not involved yet): &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/tasks/alfresco-sdk-tutorials-amp-archetype.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/tasks/alfresco-sdk-tutorials-amp-archetype.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;And finally, if all is fine, then import into Eclipse: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/tasks/alfresco-sdk-rad-eclipse-import-projects.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/tasks/alfresco-sdk-rad-eclipse-import-projects.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 06:59:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292887#M246017</guid>
      <dc:creator>gravitonian</dc:creator>
      <dc:date>2015-07-24T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cant create alfresco  amp archetype 2.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292888#M246018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Martin, i watched some presentations and tech talks involving you and i also bought your book about CMIS, you are awesome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did everything you said:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1- CHECK MAVEN&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mvn commands work fine on my machine (windows 7 version 6.1). I have Apache Maven 3.3.3 and environment variables are set correctly. I have a jdk-8u51 install with environment variables set and working (i also have java 7 installed).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2- Create a project from Maven command line&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To do that, i run the&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mvn archetype:generate -Dfilter=org.alfresco:&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then i choose Alfresco amp archetype version 2.1. After prompting me for group ID and other parameters and saying "YES", the build is started and succeeds : The maven project ends up in the target directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3- Import into Eclipse:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an eclipse Luna install. In eclipse, i click import existing maven project. I select the project previously created with maven, the import begins then fails and i get the same message i showed you in my first post. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Really strange, any clues? Thank you Martin!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 09:29:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292888#M246018</guid>
      <dc:creator>drisschelouati</dc:creator>
      <dc:date>2015-07-24T09:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cant create alfresco  amp archetype 2.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292889#M246019</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;Try using an apache-maven version 3.2.*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently faced some issues with maven version 3.3.*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yann&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 12:20:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292889#M246019</guid>
      <dc:creator>ycoulon</dc:creator>
      <dc:date>2015-07-24T12:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cant create alfresco  amp archetype 2.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292890#M246020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, i finally resolved my problem. As i Yann said, i have no problem using Maven 3.2.5 to generate archetypes. I also upgraded Eclipse from luna to mars and have no more problems, wether with SDK 2.1 or 2.1.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 15:17:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cant-create-alfresco-amp-archetype-2-1/m-p/292890#M246020</guid>
      <dc:creator>drisschelouati</dc:creator>
      <dc:date>2015-10-25T15:17:13Z</dc:date>
    </item>
  </channel>
</rss>

