<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SonarQube &#8211; My Shitty Code</title>
	<atom:link href="https://myshittycode.com/tag/sonarqube/feed/" rel="self" type="application/rss+xml" />
	<link>https://myshittycode.com</link>
	<description>Embracing the Messiness in Search of Epic Solutions</description>
	<lastBuildDate>Fri, 06 Jan 2023 17:02:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://myshittycode.com/wp-content/uploads/2022/04/cropped-icon-32x32.png</url>
	<title>SonarQube &#8211; My Shitty Code</title>
	<link>https://myshittycode.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">205304208</site>	<item>
		<title>SonarQube: Building Specific Module in Multi-Module Project</title>
		<link>https://myshittycode.com/2014/04/01/sonarqube-building-specific-module-in-multi-module-project/</link>
					<comments>https://myshittycode.com/2014/04/01/sonarqube-building-specific-module-in-multi-module-project/#respond</comments>
		
		<dc:creator><![CDATA[Shitty Author]]></dc:creator>
		<pubDate>Tue, 01 Apr 2014 20:37:11 +0000</pubDate>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jenkins]]></category>
		<category><![CDATA[SonarQube]]></category>
		<guid isPermaLink="false">http://myshittycode.com/?p=465</guid>

					<description><![CDATA[<p>Let&#8217;s assume we have a multi-module project that looks something like this:- To build certain module(s) within the project, we can use the sonar.skippedModules option to skip the modules we don&#8217;t need. For example, the following configuration in Jenkins will only build app-jar module in SonarQube:-</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2014/04/01/sonarqube-building-specific-module-in-multi-module-project/">SonarQube: Building Specific Module in Multi-Module Project</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Let&#8217;s assume we have a multi-module project that looks something like this:-</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
├── pom.xml
├── app-jar
│   └── pom.xml
├── app-ear
│   └── pom.xml
└── app-war
    └── pom.xml
</pre></div>


<p>To build certain module(s) within the project, we can use the <strong>sonar.skippedModules</strong> option to skip the modules we don&#8217;t need. For example, the following configuration in Jenkins will only build <strong>app-jar</strong> module in SonarQube:-</p>



<figure class="wp-block-image aligncenter"><img fetchpriority="high" decoding="async" width="719" height="314" src="https://myshittycode.com/wp-content/uploads/2014/04/screen_shot_2014-04-01_at_3_31_05_pm-1.png?x45560" alt="" class="wp-image-466" srcset="https://myshittycode.com/wp-content/uploads/2014/04/screen_shot_2014-04-01_at_3_31_05_pm-1.png 719w, https://myshittycode.com/wp-content/uploads/2014/04/screen_shot_2014-04-01_at_3_31_05_pm-1-300x131.png 300w" sizes="(max-width: 719px) 100vw, 719px" /></figure>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2014/04/01/sonarqube-building-specific-module-in-multi-module-project/">SonarQube: Building Specific Module in Multi-Module Project</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://myshittycode.com/2014/04/01/sonarqube-building-specific-module-in-multi-module-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">465</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Disk

Served from: myshittycode.com @ 2026-03-03 09:56:38 by W3 Total Cache
-->