<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:40:06 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 append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[SXP-155] SXP fails staging validation checker</title>
                <link>https://jira.opendaylight.org/browse/SXP-155</link>
                <project id="10173" key="SXP">sxp</project>
                    <description>&lt;p&gt;We have policies setup in Nexus that requires all staging repo artifacts to pass a series of validation checks before allowing them to be released. The following needs to be fixed, since the Nexus repos are failing to close when the repos are created through the maven stage jobs:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;POM validation&lt;/li&gt;
	&lt;li&gt;Source validation&lt;/li&gt;
	&lt;li&gt;Javadocs validation&lt;/li&gt;
	&lt;li&gt;Reactivate the validation checker&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;We&apos;ve temporarily disabled the validation checker for the SXP project but it really needs to be enabled. We need to resolve the checkers ideally.&lt;/p&gt;</description>
                <environment></environment>
        <key id="31100">SXP-155</key>
            <summary>SXP fails staging validation checker</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="zxiiro">Thanh Ha (zxiiro)</assignee>
                                    <reporter username="askb">Anil Belur</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Nov 2018 03:32:09 +0000</created>
                <updated>Fri, 23 Nov 2018 00:30:59 +0000</updated>
                            <resolved>Fri, 23 Nov 2018 00:30:59 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                            <timeestimate seconds="0">0 minutes</timeestimate>
                            <timespent seconds="3600">1 hour</timespent>
                                <comments>
                            <comment id="65730" author="zxiiro" created="Thu, 22 Nov 2018 03:34:56 +0000"  >&lt;p&gt;I&apos;m not sure how SXP is skipping the generation of source jars and javadoc jars as it&apos;s enabled in odlparent. Is SXP somehow overriding these in their builds?&lt;/p&gt;</comment>
                            <comment id="65731" author="zxiiro" created="Thu, 22 Nov 2018 03:42:20 +0000"  >&lt;p&gt;Pom Validation error is from:&lt;/p&gt;


&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;failureMessage	Invalid POM: /org/opendaylight/sxp/restconf-client/0.1.1/restconf-client-0.1.1.pom: Project name missing, Project description missing, Project URL missing, License information missing, SCM URL missing, Developer information missing
failureMessage	Invalid POM: /org/opendaylight/sxp/sxp-jst/0.1.1/sxp-jst-0.1.1.pom: Project name missing, Project description missing, Project URL missing, License information missing, SCM URL missing, Developer information missing
failureMessage	Invalid POM: /org/opendaylight/sxp/sxp-system-tests/0.1.1/sxp-system-tests-0.1.1.pom: Project description missing, Project URL missing, License information missing, SCM URL missing, Developer information missing

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Sources Jar validation error is from:&lt;/p&gt;


&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;failureMessage	Missing: no sources jar found in folder &apos;/org/opendaylight/sxp/restconf-client/0.1.1&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Javadoc validation error is from:&lt;/p&gt;


&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;failureMessage	Missing: no javadoc jar found in folder &apos;/org/opendaylight/sxp/restconf-client/0.1.1&apos;

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="65732" author="zxiiro" created="Thu, 22 Nov 2018 03:56:20 +0000"  >&lt;p&gt;Seems like these issues might stem from the files in the system-tests directory not having a parent which traces back to odlparent.&lt;/p&gt;

&lt;p&gt;I&apos;m investigating adding odlparent-lite as their parent artifacts now.&lt;/p&gt;</comment>
                            <comment id="65733" author="zxiiro" created="Thu, 22 Nov 2018 04:35:08 +0000"  >&lt;p&gt;I submitted 3 patches to master, stable/fluorine, and stable/oxygen to hopefully resolve this issue.&lt;/p&gt;

&lt;p&gt;Can someone double check the copyrights to make sure they are correct?&lt;/p&gt;</comment>
                            <comment id="65734" author="ivanhrasko" created="Thu, 22 Nov 2018 09:06:24 +0000"  >&lt;p&gt;Hi, I will check them.&lt;/p&gt;

&lt;p&gt;Copyrights are OK.&lt;/p&gt;</comment>
                            <comment id="65737" author="zxiiro" created="Thu, 22 Nov 2018 13:44:40 +0000"  >&lt;p&gt;I&apos;ve re-enabled the validation checker. Let me know if you need me to do anything to get the master branch patch merged.&lt;/p&gt;</comment>
                            <comment id="65738" author="ivanhrasko" created="Thu, 22 Nov 2018 14:40:27 +0000"  >&lt;p&gt;Patch on master branch was failing because using odl-parent as parent caused to run tests in:&#160;sxp-system-tests/sxp-jst/src/test/java/org/opendaylight/sxp/jst/&lt;b&gt;SystemTests.java&lt;/b&gt; but they require running Karaf which is not satisfied during running unit tests.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I think system tests were marked as unit tests only for convenience to run them so I have reworked them:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/78047/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/78047/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;And now it should be OK.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03kx3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>