<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:07:02 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-605] Investigate possibitly of bundling RAML GitHub project as a release artifact</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-605</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Alternatives to making the RAML files in &lt;a href=&quot;https://gitbub.com/folio-org/raml&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://gitbub.com/folio-org/raml&lt;/a&gt; available to other projects  other than as a git submodule.    Possible alternatives include deploying RAML project as a Maven artifact or as a Debian package.    This would make it possible to build release distributions without relying on Git as a prerequisite. &lt;/p&gt;</description>
                <environment></environment>
        <key id="80170">FOLIO-605</key>
            <summary>Investigate possibitly of bundling RAML GitHub project as a release artifact</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Won&apos;t Do</resolution>
                                                        <assignee accountid="5f9abc1eb45b2e007453f423">John Malconian</assignee>
                                                                <reporter accountid="5f9abc1eb45b2e007453f423">John Malconian</reporter>
                                    <labels>
                    </labels>
                <created>Tue, 16 May 2017 16:20:18 +0000</created>
                <updated>Thu, 2 Sep 2021 12:30:50 +0000</updated>
                            <resolved>Thu, 2 Sep 2021 12:30:50 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                    <timespent seconds="1800">30 minutes</timespent>
                                <comments>
                                                            <comment id="192121" author="5f9abc1eb45b2e007453f423" created="Tue, 16 May 2017 16:26:12 +0000"  >&lt;p&gt;&lt;a href=&quot;https://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="192122" author="5f8314dfbdef80006f6f572d" created="Tue, 16 May 2017 17:03:52 +0000"  >&lt;p&gt;pom.xml is for okapi-core and illustrates how we can embed something from vertx-core.. Obviously we should includes something from the raml repo instead (which at this stage is not a Maven artifact).&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-xml&quot;&gt;
       &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;plugin&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.maven.plugins&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;maven-dependency-plugin&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;3.0.0&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;executions&amp;gt;&lt;/span&gt;
           &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;execution&amp;gt;&lt;/span&gt;
             &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;id&amp;gt;&lt;/span&gt;unpack&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/id&amp;gt;&lt;/span&gt;
             &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;phase&amp;gt;&lt;/span&gt;package&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/phase&amp;gt;&lt;/span&gt;
             &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;goals&amp;gt;&lt;/span&gt;
               &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;goal&amp;gt;&lt;/span&gt;unpack&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/goal&amp;gt;&lt;/span&gt;
             &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/goals&amp;gt;&lt;/span&gt;
            &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;configuration&amp;gt;&lt;/span&gt;
              &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;artifactItems&amp;gt;&lt;/span&gt;
                 &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;artifactItem&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;io.vertx&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;vertx-core&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;${vertx-version}&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;type&amp;gt;&lt;/span&gt;jar&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/type&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;overWrite&amp;gt;&lt;/span&gt;true&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/overWrite&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;outputDirectory&amp;gt;&lt;/span&gt;src/main/raml/raml-util2&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/outputDirectory&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;destFileName&amp;gt;&lt;/span&gt;optional-new-name.jar&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/destFileName&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;includes&amp;gt;&lt;/span&gt;META-INF/maven/**&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/includes&amp;gt;&lt;/span&gt;
                   &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;excludes&amp;gt;&lt;/span&gt;**/*test.class&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/excludes&amp;gt;&lt;/span&gt;
                 &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/artifactItem&amp;gt;&lt;/span&gt;
               &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/artifactItems&amp;gt;&lt;/span&gt;
            &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/configuration&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/execution&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/executions&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/plugin&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="53516">OKAPI-293</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="63976" name="pom.xml" size="9572" author="5f8314dfbdef80006f6f572d" created="Tue, 16 May 2017 17:02:39 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzxo3z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 16 May 2017 17:03:52 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>