<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:58:26 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>[DOCS-15] odlparent references nonexistent artifacts</title>
                <link>https://jira.opendaylight.org/browse/DOCS-15</link>
                <project id="10121" key="DOCS">docs</project>
                    <description>&lt;p&gt;Found on beryllium (the master branch), pulled out yesterday.&lt;/p&gt;

&lt;p&gt;This bug manifests during build as either &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; Could not download some/crazy/location/some-artifact.pom&quot; warning messages or as &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; Unable to create Maven project for some:weird.artifact:pom:some.weird.version from repository.&quot; followed by org.apache.maven.project.ProjectBuildingException: Error resolving project artifact: Failure to find some:weird.artifact:pom:some.weird.version in &lt;a href=&quot;https://repo.maven.apache.org/maven2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2&lt;/a&gt; was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced for project some:weird.artifact:pom:some.weird.version&quot;.&lt;/p&gt;

&lt;p&gt;It was tracked down to odlparent referencing nonexistent artifacts which were either moved or deleted. While it won&apos;t cause build of odlparent to break, it causes the build of other projects to break. I suspect this problem is causing the newest fixes not getting through to us, testers as the build of the artifact fails and an older build (without the fixes) gets pulled out of artifactory instead.&lt;/p&gt;

&lt;p&gt;My current testing revealed that at least controller is rendered unbuildable by this bug, affecting clustering tests (as the clustering implementation is mainly clustered in the controller project).&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19891">DOCS-15</key>
            <summary>odlparent references nonexistent artifacts</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <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="-1">Unassigned</assignee>
                                    <reporter username="jbehran@cisco.com">Jozef Behran</reporter>
                        <labels>
                    </labels>
                <created>Thu, 14 Jan 2016 08:53:22 +0000</created>
                <updated>Thu, 19 Oct 2017 21:28:03 +0000</updated>
                            <resolved>Fri, 17 Jun 2016 20:23:24 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Wiki</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="36029" author="vrpolak" created="Thu, 14 Jan 2016 10:47:23 +0000"  >&lt;p&gt;Is there a link to look at to see the details?&lt;/p&gt;

&lt;p&gt;Current controller builds are failing due to what looks like just a badly written unit test: &lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/Merge-Jobs/job/controller-merge-beryllium/1126/org.opendaylight.controller$sal-akka-raft/testReport/org.opendaylight.controller.cluster.raft/RaftActorTest/testRaftActorForwardsToRaftActorSnapshotMessageSupport/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/Merge-Jobs/job/controller-merge-beryllium/1126/org.opendaylight.controller$sal-akka-raft/testReport/org.opendaylight.controller.cluster.raft/RaftActorTest/testRaftActorForwardsToRaftActorSnapshotMessageSupport/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So perhaps this is WORKSFORME now?&lt;/p&gt;</comment>
                            <comment id="36030" author="jbehran@cisco.com" created="Thu, 14 Jan 2016 13:46:41 +0000"  >&lt;p&gt;Hm... That appears to me that the controller build either got fixed or is done in a way that makes it resilient to the nonexistent dependencies recorded in the odlparent&apos;s pom.&lt;/p&gt;

&lt;p&gt;As a quick example of nonexistent artifact dependencies: anything in the &quot;orbit&quot; group was either moved or deleted. See lines 590 and following in odlparent/pom.xml and also line 635 and following. Another example is anything that has &quot;eclipselink&quot; in its URL but this might be just a botched setup on my build machine.&lt;/p&gt;

&lt;p&gt;Setting importance to &quot;minor&quot; as I managed to find an ODL image that appears to have clustering in a reasonably working shape so I am no longer blocked by this. Additionally, I need to go working on more important stuff so I am leaving this here as a reminder.&lt;/p&gt;</comment>
                            <comment id="36031" author="tony.tkacik@gmail.com" created="Fri, 15 Jan 2016 08:38:51 +0000"  >&lt;p&gt;Please provide concrete list of misssing dependencies.&lt;/p&gt;

&lt;p&gt;Some of the dependencies are not coming from maven repository but from others,&lt;br/&gt;
and maven tries to locate them in all configured repositories.&lt;/p&gt;</comment>
                            <comment id="36032" author="jbehran@cisco.com" created="Fri, 15 Jan 2016 14:34:57 +0000"  >&lt;p&gt;Well, after discussion with Vratko I found one possible cause: it requires maven 3.3.9, I was trying to build it with maven 3.2.3.&lt;/p&gt;

&lt;p&gt;I will retest and report my mileage.&lt;/p&gt;</comment>
                            <comment id="36033" author="jbehran@cisco.com" created="Fri, 15 Jan 2016 14:37:12 +0000"  >&lt;p&gt;I don&apos;t have the complete list of concrete dependencies, it will take a while to figure them out all. I started the collection but it takes time as I have more important tasks to finish first but I will keep trying and report once I find something.&lt;/p&gt;</comment>
                            <comment id="36034" author="jbehran@cisco.com" created="Tue, 19 Jan 2016 16:02:43 +0000"  >&lt;p&gt;So, I managed to install maven 3.3.9 and rerun the build, while I was waiting for the sandbox to run the 10+ test runs aimed at catching a netconf readiness bug. Here are the results.&lt;/p&gt;

&lt;p&gt;Tested commits are (in the order in which the projects were built):&lt;/p&gt;

&lt;p&gt;odlparent: bd783b993c59f9e3725b028e8c8ff3251ba680a7&lt;br/&gt;
affinity: 915790e099042fd7a66bc14c94d548740997d0bb&lt;br/&gt;
yangtools: 9312147572d7d9058c794d5456d401e55cd0409c&lt;br/&gt;
mdsal: a3d4c76eff60d788552126c5e5817c355574ad14&lt;br/&gt;
controller: 2895ebebbc5178ff051b5611341444159dd69770&lt;/p&gt;

&lt;p&gt;Here is a list of dead links that Maven tried when building odlparent.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/eclipselink/javax.persistence/2.0.4.v201112161009/javax.persistence-2.0.4.v201112161009.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/eclipselink/javax.persistence/2.0.4.v201112161009/javax.persistence-2.0.4.v201112161009.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/eclipselink/javax.resource/1.5.0.v200906010428/javax.resource-1.5.0.v200906010428.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/eclipselink/javax.resource/1.5.0.v200906010428/javax.resource-1.5.0.v200906010428.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;4&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.apache.felix.gogo.command/0.8.0.v201108120515/org.apache.felix.gogo.command-0.8.0.v201108120515.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.apache.felix.gogo.command/0.8.0.v201108120515/org.apache.felix.gogo.command-0.8.0.v201108120515.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.apache.felix.gogo.runtime/0.8.0.v201108120515/org.apache.felix.gogo.runtime-0.8.0.v201108120515.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.apache.felix.gogo.runtime/0.8.0.v201108120515/org.apache.felix.gogo.runtime-0.8.0.v201108120515.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;7&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.apache.felix.gogo.shell/0.8.0.v201110170705/org.apache.felix.gogo.shell-0.8.0.v201110170705.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.apache.felix.gogo.shell/0.8.0.v201110170705/org.apache.felix.gogo.shell-0.8.0.v201110170705.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;8&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.cm/1.0.400.v20120522-1841/org.eclipse.equinox.cm-1.0.400.v20120522-1841.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.cm/1.0.400.v20120522-1841/org.eclipse.equinox.cm-1.0.400.v20120522-1841.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;9&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.console/1.0.0.v20120522-1841/org.eclipse.equinox.console-1.0.0.v20120522-1841.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.console/1.0.0.v20120522-1841/org.eclipse.equinox.console-1.0.0.v20120522-1841.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;10&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.ds/1.4.0.v20120522-1841/org.eclipse.equinox.ds-1.4.0.v20120522-1841.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.ds/1.4.0.v20120522-1841/org.eclipse.equinox.ds-1.4.0.v20120522-1841.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;11&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;12&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.util/1.0.400.v20120522-2049/org.eclipse.equinox.util-1.0.400.v20120522-2049.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.equinox.util/1.0.400.v20120522-2049/org.eclipse.equinox.util-1.0.400.v20120522-2049.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;13&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.osgi/3.8.1.v20120830-144521/org.eclipse.osgi-3.8.1.v20120830-144521.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.osgi/3.8.1.v20120830-144521/org.eclipse.osgi-3.8.1.v20120830-144521.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;14&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.osgi.services/3.3.100.v20120522-1822/org.eclipse.osgi.services-3.3.100.v20120522-1822.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/equinoxSDK381/org.eclipse.osgi.services/3.3.100.v20120522-1822/org.eclipse.osgi.services-3.3.100.v20120522-1822.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;15&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.gemini.web.core/2.2.0.RELEASE/org.eclipse.gemini.web.core-2.2.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.gemini.web.core/2.2.0.RELEASE/org.eclipse.gemini.web.core-2.2.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;16&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.gemini.web.extender/2.2.0.RELEASE/org.eclipse.gemini.web.extender-2.2.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.gemini.web.extender/2.2.0.RELEASE/org.eclipse.gemini.web.extender-2.2.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.gemini.web.tomcat/2.2.0.RELEASE/org.eclipse.gemini.web.tomcat-2.2.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.gemini.web.tomcat/2.2.0.RELEASE/org.eclipse.gemini.web.tomcat-2.2.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;18&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.kernel.equinox.extensions/3.6.0.RELEASE/org.eclipse.virgo.kernel.equinox.extensions-3.6.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.kernel.equinox.extensions/3.6.0.RELEASE/org.eclipse.virgo.kernel.equinox.extensions-3.6.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.common/3.6.0.RELEASE/org.eclipse.virgo.util.common-3.6.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.common/3.6.0.RELEASE/org.eclipse.virgo.util.common-3.6.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;20&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.io/3.6.0.RELEASE/org.eclipse.virgo.util.io-3.6.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.io/3.6.0.RELEASE/org.eclipse.virgo.util.io-3.6.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;21&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.math/3.6.0.RELEASE/org.eclipse.virgo.util.math-3.6.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.math/3.6.0.RELEASE/org.eclipse.virgo.util.math-3.6.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;22&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.osgi/3.6.0.RELEASE/org.eclipse.virgo.util.osgi-3.6.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.osgi/3.6.0.RELEASE/org.eclipse.virgo.util.osgi-3.6.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;23&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.osgi.manifest/3.6.0.RELEASE/org.eclipse.virgo.util.osgi.manifest-3.6.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.osgi.manifest/3.6.0.RELEASE/org.eclipse.virgo.util.osgi.manifest-3.6.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;24&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.parser.manifest/3.6.0.RELEASE/org.eclipse.virgo.util.parser.manifest-3.6.0.RELEASE.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/geminiweb/org.eclipse.virgo.util.parser.manifest/3.6.0.RELEASE/org.eclipse.virgo.util.parser.manifest-3.6.0.RELEASE.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;26&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/javax.activation/1.1.0.v201211130549/javax.activation-1.1.0.v201211130549.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/javax.activation/1.1.0.v201211130549/javax.activation-1.1.0.v201211130549.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;27&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/javax.annotation/1.1.0.v201209060031/javax.annotation-1.1.0.v201209060031.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/javax.annotation/1.1.0.v201209060031/javax.annotation-1.1.0.v201209060031.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;28&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/javax.ejb/3.1.1.v201204261316/javax.ejb-3.1.1.v201204261316.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/javax.ejb/3.1.1.v201204261316/javax.ejb-3.1.1.v201204261316.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;29&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/javax.el/2.2.0.v201108011116/javax.el-2.2.0.v201108011116.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/javax.el/2.2.0.v201108011116/javax.el-2.2.0.v201108011116.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;30&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/javax.mail.glassfish/1.4.1.v201108011116/javax.mail.glassfish-1.4.1.v201108011116.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/javax.mail.glassfish/1.4.1.v201108011116/javax.mail.glassfish-1.4.1.v201108011116.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;31&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/javax.servlet.jsp.jstl/1.2.0.v201105211821/javax.servlet.jsp.jstl-1.2.0.v201105211821.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/javax.servlet.jsp.jstl/1.2.0.v201105211821/javax.servlet.jsp.jstl-1.2.0.v201105211821.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;32&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/javax.servlet.jsp.jstl.impl/1.2.0.v201210211230/javax.servlet.jsp.jstl.impl-1.2.0.v201210211230.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/javax.servlet.jsp.jstl.impl/1.2.0.v201210211230/javax.servlet.jsp.jstl.impl-1.2.0.v201210211230.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;33&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/javax.xml.rpc/1.1.0.v201005080400/javax.xml.rpc-1.1.0.v201005080400.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/javax.xml.rpc/1.1.0.v201005080400/javax.xml.rpc-1.1.0.v201005080400.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;34&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.catalina/7.0.53.v201406061610/org.apache.catalina-7.0.53.v201406061610.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.catalina/7.0.53.v201406061610/org.apache.catalina-7.0.53.v201406061610.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;35&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.catalina.ha/7.0.53.v201406070630/org.apache.catalina.ha-7.0.53.v201406070630.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.catalina.ha/7.0.53.v201406070630/org.apache.catalina.ha-7.0.53.v201406070630.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;36&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.catalina.tribes/7.0.53.v201406070630/org.apache.catalina.tribes-7.0.53.v201406070630.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.catalina.tribes/7.0.53.v201406070630/org.apache.catalina.tribes-7.0.53.v201406070630.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;37&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.coyote/7.0.53.v201406070630/org.apache.coyote-7.0.53.v201406070630.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.coyote/7.0.53.v201406070630/org.apache.coyote-7.0.53.v201406070630.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;38&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.el/7.0.53.v201406060720/org.apache.el-7.0.53.v201406060720.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.el/7.0.53.v201406060720/org.apache.el-7.0.53.v201406060720.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;39&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.jasper/7.0.53.v201406070630/org.apache.jasper-7.0.53.v201406070630.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.jasper/7.0.53.v201406070630/org.apache.jasper-7.0.53.v201406070630.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;40&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.juli.extras/7.0.53.v201406060720/org.apache.juli.extras-7.0.53.v201406060720.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.juli.extras/7.0.53.v201406060720/org.apache.juli.extras-7.0.53.v201406060720.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;41&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.tomcat.api/7.0.53.v201406060720/org.apache.tomcat.api-7.0.53.v201406060720.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.tomcat.api/7.0.53.v201406060720/org.apache.tomcat.api-7.0.53.v201406060720.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;42&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/orbit/org.apache.tomcat.util/7.0.53.v201406070630/org.apache.tomcat.util-7.0.53.v201406070630.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/orbit/org.apache.tomcat.util/7.0.53.v201406070630/org.apache.tomcat.util-7.0.53.v201406070630.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;43&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/org/aopalliance/com.springsource.org.aopalliance/1.0.0/com.springsource.org.aopalliance-1.0.0.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/org/aopalliance/com.springsource.org.aopalliance/1.0.0/com.springsource.org.aopalliance-1.0.0.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;44&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/org/opendaylight/controller/thirdparty/com.sun.jersey.jersey-servlet/1.17/com.sun.jersey.jersey-servlet-1.17.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/org/opendaylight/controller/thirdparty/com.sun.jersey.jersey-servlet/1.17/com.sun.jersey.jersey-servlet-1.17.pom&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;45&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://repo.maven.apache.org/maven2/virgomirror/org.eclipse.jdt.core.compiler.batch/3.8.0.I20120518-2145/org.eclipse.jdt.core.compiler.batch-3.8.0.I20120518-2145.pom&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.maven.apache.org/maven2/virgomirror/org.eclipse.jdt.core.compiler.batch/3.8.0.I20120518-2145/org.eclipse.jdt.core.compiler.batch-3.8.0.I20120518-2145.pom&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;None causes odlparent to fail but &lt;span class=&quot;error&quot;&gt;&amp;#91;13&amp;#93;&lt;/span&gt; causes the controller build to fail as it is pulled in by odlparent as a dependency.&lt;/p&gt;

&lt;p&gt;I was able to locate &lt;span class=&quot;error&quot;&gt;&amp;#91;26&amp;#93;&lt;/span&gt;&lt;del&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;30&amp;#93;&lt;/span&gt; and &lt;span class=&quot;error&quot;&gt;&amp;#91;34&amp;#93;&lt;/span&gt;&lt;/del&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;42&amp;#93;&lt;/span&gt; and replace them but I need to finish the rest to check if that efforts are any good. The preliminary changes are here:&lt;/p&gt;

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

&lt;p&gt;Additionally there is mentioned artifact &quot;oro:oro:jar:2.0.8&quot; which &quot;has no file, won&apos;t be listed in dependency files details.&quot;&lt;/p&gt;</comment>
                            <comment id="36039" author="jbehran@cisco.com" created="Tue, 19 Jan 2016 16:04:10 +0000"  >&lt;p&gt;Attachment odlparent.log.xz has been added with description: Build log from odlparent, showing the dead link download attempts&lt;/p&gt;</comment>
                            <comment id="36040" author="jbehran@cisco.com" created="Tue, 19 Jan 2016 16:05:15 +0000"  >&lt;p&gt;Attachment controller.log.xz has been added with description: Build log from controller, showing the failure caused by the nonexistent artifact&lt;/p&gt;</comment>
                            <comment id="36035" author="jbehran@cisco.com" created="Tue, 19 Jan 2016 17:29:29 +0000"  >&lt;p&gt;Also I forgot to mention this: I was trying to follow instructions at ODL Wiki &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;. So when I get the problem resolved and &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; fixed, this bug will be considered fixed.&lt;/p&gt;

&lt;p&gt;Also Vratko pointed me to &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; which explains that default maven setup won&apos;t work when building and that its &quot;settings.xml&quot; needs to be updated (and how). So the problem might be misconfigured development environment. Which sounds plausible as it seems the build servers at Releng did not have a problem. I could not observe that until now as the entire Releng had a really hard time adapting to Boron branch cut (or something else?) and the builds appeared to be pretty flaky. If the problem indeed turns out to be the missing &quot;settings.xml&quot; in my local repo, this bug will get closed quite soon.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://wiki.opendaylight.org/view/GettingStarted:Pulling,_Hacking,_and_Pushing_All_the_Code_from_the_CLI&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/GettingStarted:Pulling,_Hacking,_and_Pushing_All_the_Code_from_the_CLI&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://wiki.opendaylight.org/view/GettingStarted:Development_Environment_Setup#Edit_your_.7E.2F.m2.2Fsettings.xml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/GettingStarted:Development_Environment_Setup#Edit_your_.7E.2F.m2.2Fsettings.xml&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="36036" author="jbehran@cisco.com" created="Tue, 19 Jan 2016 18:47:23 +0000"  >&lt;p&gt;So I confirmed the link &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; (see my previous comment) contains a piece of information that is missing in &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; so &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; needs to be fixed. Once &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; is fixed, this bug can be closed as FIXED. For now changing to &quot;waiting for review&quot;.&lt;/p&gt;</comment>
                            <comment id="36037" author="rovarga" created="Tue, 9 Feb 2016 07:44:17 +0000"  >&lt;p&gt;Needs a Wiki cleanup it seems, moving to the docs project.&lt;/p&gt;</comment>
                            <comment id="36038" author="colin@colindixon.com" created="Fri, 17 Jun 2016 20:23:24 +0000"  >&lt;p&gt;I&apos;ve removed the actual content in the wiki and made sure it just points to the settings.xml in odlparent assuming that will be kept up to date.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12164" name="controller.log.xz" size="35372" author="jbehran@cisco.com" created="Tue, 19 Jan 2016 16:05:15 +0000"/>
                            <attachment id="12163" name="odlparent.log.xz" size="53908" author="jbehran@cisco.com" created="Tue, 19 Jan 2016 16:04:10 +0000"/>
                    </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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4960</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=4960]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01owv:</customfieldvalue>

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