<?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 problem with release strategy in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85453#M57646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tijs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on an integration of the Activiti engine with Jenkins in form of a Jenkins plugin (&lt;/SPAN&gt;&lt;A href="http://wikicentral.cisco.com/display/JENKINS/Jenkow" rel="nofollow noopener noreferrer"&gt;http://wikicentral.cisco.com/display/JENKINS/Jenkow&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This integration allows to define Jenkins job "orchestrations" as BPMN workflows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the authoring of these workflows I rely on Activiti Designer in Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A custom designer extension is part of my effort.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To make it easy for a Jenkins admin to author his workflows I want to bundle the Activiti Designer together with my designer extension (plus one additional Eclipse plugin) and ship it with my Jenkins plugin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The admin would then simply install all of this into Eclipse by accessing a URL of his Jenkins instance and Jenkins would serve out the update site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now here's the problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically every time a newer version was released, it's not available on the Maven repository&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://maven.alfresco.com/nexus/content/repositories/public/org/activiti/activiti-designer-integration/" rel="nofollow noopener noreferrer"&gt;https://maven.alfresco.com/nexus/content/repositories/public/org/activiti/activiti-designer-integration/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the same time, the update site &lt;/SPAN&gt;&lt;A href="http://activiti.org/designer/update/" rel="nofollow noopener noreferrer"&gt;http://activiti.org/designer/update/&lt;/A&gt;&lt;SPAN&gt; has only the latest version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This makes it very challenging to build my Jenkins plugin against a well-defined Activiti Designer version,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so that I have a designer extension used with the same Designer version as it was built against.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see a way this could be improved?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. if there were fixed version update sites, e.g. &lt;/SPAN&gt;&lt;A href="http://activiti.org/designer/update/5.9.3/" rel="nofollow noopener noreferrer"&gt;http://activiti.org/designer/update/5.9.3/&lt;/A&gt;&lt;SPAN&gt;, I could build my Jenkow update site against it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And of course, having each Designer release available in the Maven repository would be very helpful too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Max&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2012 20:20:59 GMT</pubDate>
    <dc:creator>m2spring</dc:creator>
    <dc:date>2012-07-11T20:20:59Z</dc:date>
    <item>
      <title>problem with release strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85453#M57646</link>
      <description>Hi Tijs,I'm working on an integration of the Activiti engine with Jenkins in form of a Jenkins plugin (http://wikicentral.cisco.com/display/JENKINS/Jenkow).This integration allows to define Jenkins job "orchestrations" as BPMN workflows.For the authoring of these workflows I rely on Activiti Designe</description>
      <pubDate>Wed, 11 Jul 2012 20:20:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85453#M57646</guid>
      <dc:creator>m2spring</dc:creator>
      <dc:date>2012-07-11T20:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem with release strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85454#M57647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here's a simple solution, in module org.activiti.designer.updatesite&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- change the packaging from clipse-update-site to eclipse-repository,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- rename site.xml to category.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tycho will then also create org.activiti.designer.updatesite-5.9.3.zip which is the zipped-up update site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do 'mvn deploy' this zip file will end up on the Maven repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From there I can consume it as a versioned artifact.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This would solve my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Max&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 22:55:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85454#M57647</guid>
      <dc:creator>m2spring</dc:creator>
      <dc:date>2012-08-10T22:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with release strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85455#M57648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Max,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That sounds like a decent solution. Will Tycho also keep generating an update site as well when you change it to an eclipse-repository?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If that's not the case I can still add an additional project for this of course.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 07:54:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85455#M57648</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-08-15T07:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with release strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85456#M57649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tijs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, with packaging=eclipse-repository Tycho produces the typical update site hierarchy, too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It sits under target/&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;repository&lt;/SPAN&gt;&lt;SPAN&gt;/ (with packaging=eclipse-update-site it sits under target/&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;site&lt;/SPAN&gt;&lt;SPAN&gt;/).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you make this change?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Max&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 17:22:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-release-strategy/m-p/85456#M57649</guid>
      <dc:creator>m2spring</dc:creator>
      <dc:date>2012-08-20T17:22:36Z</dc:date>
    </item>
  </channel>
</rss>

