<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:51:59 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>[CONTROLLER-23] build fails style check unless it&apos;s built clean</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-23</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;When building without the clean goal specified in maven, the leftover generated XML and Java files cause style check failures.&lt;/p&gt;

&lt;p&gt;The XML files appear in the relevant &quot;target/enunciate-scratch&quot;, &quot;target/enunciate/generate&quot;, &quot;target/enunciate/build&quot; and &quot;target/site/wsdocs&quot; directories.&lt;/p&gt;

&lt;p&gt;The java files appear in the &quot;opendaylight/distribution/opendaylight/target/distribution.opendaylight-0.1.0-SNAPSHOT-osgipackage/opendaylight/work/Catalina&quot; directory.&lt;/p&gt;

&lt;p&gt;The following workaround destroys these files and then builds:&lt;br/&gt;
rm -rf ../../northbound/**/target/enunciate-scratch&lt;br/&gt;
rm -rf ../../northbound/**/target/enunciate/build&lt;br/&gt;
rm -rf ../../northbound/**/target/enunciate/generate&lt;br/&gt;
rm -rf ../../northbound/**/target/site/wsdocs&lt;br/&gt;
rm -rf ../../samples/northbound/**/target/enunciate-scratch&lt;br/&gt;
rm -rf ../../samples/northbound/**/target/enunciate/build&lt;br/&gt;
rm -rf ../../samples/northbound/**/target/enunciate/generate&lt;br/&gt;
rm -rf ../../samples/northbound/**/target/site/wsdocs&lt;br/&gt;
rm -rf ../../distribution/opendaylight/target/distribution.opendaylight-0.1.0-SNAPSHOT-osgipackage/opendaylight/work/Catalina&lt;br/&gt;
mvn install -DskipTests&lt;/p&gt;

&lt;p&gt;For example see the log below:&lt;/p&gt;

&lt;p&gt;.../opendaylight/northbound/topology/target/enunciate-scratch/enunciate13853624993500312034020/OSGI-OPT/src/org/osgi/util/xml/XMLParserActivator.java:505:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/enunciate-scratch/enunciate13853624993500312034020/OSGI-OPT/src/org/osgi/util/xml/XMLParserActivator.java:506:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/enunciate-scratch/enunciate13853624993500312034020/OSGI-OPT/src/org/osgi/util/xml/XMLParserActivator.java:507:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/enunciate-scratch/enunciate13853624993500312034020/OSGI-OPT/src/org/osgi/util/xml/XMLParserActivator.java:508:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/enunciate-scratch/enunciate13853624993500312034020/OSGI-OPT/src/org/osgi/util/xml/XMLParserActivator.java:509:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/enunciate-scratch/enunciate13853624993500312034020/OSGI-OPT/src/org/osgi/util/xml/XMLParserActivator.java:510:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/enunciate-scratch/enunciate13853624993500312034020/OSGI-OPT/src/org/osgi/util/xml/XMLParserActivator.java:511:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/enunciate-scratch/enunciate13853624993500312034020/OSGI-OPT/src/org/osgi/util/xml/XMLParserActivator.java:512:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:4: Line has trailing spaces.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:5: Line has trailing spaces.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:9:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:10: Line has trailing spaces.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:10:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:11: Line has trailing spaces.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:11:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:12: Line has trailing spaces.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:12:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:15:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:16:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:17:1: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:20: Line has trailing spaces.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:20:72: Line contains a tab character.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:21: Line has trailing spaces.&lt;br/&gt;
.../opendaylight/northbound/topology/target/site/wsdocs/crossdomain.xml:21:71: Line contains a tab character.&lt;br/&gt;
Audit done.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; ------------------------------------------------------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Reactor Summary:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; sal ............................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;3.638s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; clustering.services ............................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.514s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; configuration ..................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.468s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; topologymanager ................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.534s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; switchmanager ..................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.464s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; hosttracker ....................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.385s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; forwardingrulesmanager ............................ SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.517s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; forwarding.staticrouting .......................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.360s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; clustering.services-implementation ................ SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;1.539s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; sal.implementation ................................ SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.311s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; containermanager .................................. SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.307s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; containermanager.implementation ................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.296s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; commons.integrationtest ........................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.418s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; clustering.services.integrationtest ............... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.502s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; clustering.stub ................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.447s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; clustering.test ................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.453s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; configuration.implementation ...................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.428s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; protocol_plugins.stub ............................. SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.413s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; switchmanager.implementation ...................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.422s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; configuration.integrationtest ..................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.288s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; net.sf.jung2 ...................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;1.111s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; routing.dijkstra_implementation ................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.386s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; arphandler ........................................ SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.368s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; forwardingrulesmanager.implementation ............. SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.395s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; hosttracker.implementation ........................ SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.387s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; forwardingrulesmanager.integrationtest ............ SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.386s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; hosttracker.integrationtest ....................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.276s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; hosttracker_new ................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.397s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; hosttracker_new.implementation .................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;1.024s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; switchmanager.integrationtest ..................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.256s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; statisticsmanager ................................. SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.468s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; statisticsmanager.implementation .................. SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.380s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; statisticsmanager.integrationtest ................. SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.262s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; usermanager ....................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.403s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; usermanager.implementation ........................ SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.458s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; security .......................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.419s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; OpenFlow Java ..................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.562s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; com.sun.jersey.jersey-servlet ..................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.199s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; web ............................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.466s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; flows.web ......................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.385s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; devices.web ....................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.319s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; troubleshoot.web .................................. SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.311s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; topology.web ...................................... SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.305s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; commons.northbound ................................ SUCCESS &lt;span class=&quot;error&quot;&gt;&amp;#91;0.688s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; topology.northbound ............................... FAILURE &lt;span class=&quot;error&quot;&gt;&amp;#91;0.931s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; forwarding.staticrouting.northbound ............... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; statistics.northbound ............................. SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; flowprogrammer.northbound ......................... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; hosttracker.northbound ............................ SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; subnets.northbound ................................ SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; switchmanager.northbound .......................... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; logging.bridge .................................... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; northbound.integrationtest ........................ SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; protocol_plugins.openflow ......................... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; samples.simpleforwarding .......................... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; samples.loadbalancer .............................. SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; samples.loadbalancer.northbound ................... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; concepts .......................................... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; distribution.opendaylight ......................... SKIPPED&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; ------------------------------------------------------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; BUILD FAILURE&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; ------------------------------------------------------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Total time: 25.672s&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Finished at: Fri Jul 05 16:49:22 CDT 2013&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Final Memory: 82M/746M&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; ------------------------------------------------------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.10:check (default) on project topology.northbound: Failed during checkstyle execution: There are 29951 checkstyle errors. -&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;Help 1&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; To see the full stack trace of the errors, re-run Maven with the -e switch.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; Re-run Maven using the -X switch to enable full debug logging.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; For more information about the errors and possible solutions, please read the following articles:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;Help 1&amp;#93;&lt;/span&gt; &lt;a href=&quot;http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; After correcting the problems, you can resume the build with the command&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt;   mvn &amp;lt;goals&amp;gt; -rf :topology.northbound&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: Macintosh&lt;/p&gt;</environment>
        <key id="24577">CONTROLLER-23</key>
            <summary>build fails style check unless it&apos;s built clean</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="colindixon">Colin Dixon</assignee>
                                    <reporter username="colindixon">Colin Dixon</reporter>
                        <labels>
                    </labels>
                <created>Fri, 5 Jul 2013 22:27:00 +0000</created>
                <updated>Tue, 25 Jul 2023 08:22:45 +0000</updated>
                            <resolved>Tue, 5 May 2015 15:17:22 +0000</resolved>
                                                                    <component>adsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="47310" author="colin@colindixon.com" created="Fri, 5 Jul 2013 23:01:15 +0000"  >&lt;p&gt;Fixed by &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/570/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/570/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="47311" author="carolsand@gmail.com" created="Tue, 5 May 2015 15:17:22 +0000"  >&lt;p&gt;This bug is part of the project to Move all ADSAL associated component bugs to ADSAL.&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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>29</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=29]]></customfieldvalue>

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

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