<?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: Project build error in pom.xml in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20852#M9817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, then good luck with that &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2011 13:08:31 GMT</pubDate>
    <dc:creator>bernd_ruecker</dc:creator>
    <dc:date>2011-06-06T13:08:31Z</dc:date>
    <item>
      <title>Project build error in pom.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20846#M9811</link>
      <description>Hey,after I imported a generated project into eclipse the pom.xml shows an error&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roject build error: Non-resolvable parent POM: Failure to find org.activiti:activiti-root&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;om:5.0 in http://fox.camunda.com/mvn/ was cached in the local repository, resolution will not be reattempted until the update i</description>
      <pubDate>Thu, 09 Dec 2010 14:28:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20846#M9811</guid>
      <dc:creator>al_lv</dc:creator>
      <dc:date>2010-12-09T14:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Project build error in pom.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20847#M9812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I added -SNAPSHOT in the line 15 of pom.xml and it runs now the maven part of deploy.bar task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it a cerrect way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 09:19:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20847#M9812</guid>
      <dc:creator>al_lv</dc:creator>
      <dc:date>2010-12-13T09:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Project build error in pom.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20848#M9813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi al_lv.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that you need to add a maven repository containing the Activiti 5.0 artifacts (we haven't recognized that, since we all have it locally on development machines ;-)). Either you do that in your Maven settings.xml or you add the Alfresco Repository to your pom.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;repositories&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;Alfresco&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;&lt;A href="http://maven.alfresco.com/nexus/content/groups/public/" rel="nofollow noopener noreferrer"&gt;http://maven.alfresco.com/nexus/content/groups/public/&lt;/A&gt;&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/repository&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;camunda&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;&lt;A href="http://fox.camunda.com/mvn/" rel="nofollow noopener noreferrer"&gt;http://fox.camunda.com/mvn/&lt;/A&gt;&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/repository&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/repositories&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps, we will fix that in the template for the next version. Thanks for raising that issue!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 16:22:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20848#M9813</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2010-12-14T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Project build error in pom.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20849#M9814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same Problem with 5.6&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: Seems it is a proxy issue&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 12:37:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20849#M9814</guid>
      <dc:creator>bl4cky</dc:creator>
      <dc:date>2011-06-06T12:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Project build error in pom.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20850#M9815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi bl4ckY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is correctly in the pom.xml: &lt;/SPAN&gt;&lt;A href="http://svn.codehaus.org/activiti/activiti/trunk/modules/activiti-cycle-maven-template/pom.xml" rel="nofollow noopener noreferrer"&gt;http://svn.codehaus.org/activiti/activiti/trunk/modules/activiti-cycle-maven-template/pom.xml&lt;/A&gt;&lt;SPAN&gt;. Is it really not in your generated project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or is that "edit" a hint that it is correct in the pom.xml but you have local proxy issues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 12:44:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20850#M9815</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-06-06T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Project build error in pom.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20851#M9816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;pom.xml looks good to me and yes, i have a local proxy issue &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:01:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20851#M9816</guid>
      <dc:creator>bl4cky</dc:creator>
      <dc:date>2011-06-06T13:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Project build error in pom.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20852#M9817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, then good luck with that &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:08:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-build-error-in-pom-xml/m-p/20852#M9817</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-06-06T13:08:31Z</dc:date>
    </item>
  </channel>
</rss>

