<?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>eclipse | Automation Dojos</title>
	<atom:link href="https://www.automationdojos.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.automationdojos.com/tag/eclipse/</link>
	<description>Applied Automation Ops</description>
	<lastBuildDate>Fri, 24 Feb 2023 00:44:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.automationdojos.com/wp-content/uploads/2021/06/Adjo_X_fav_32.png</url>
	<title>eclipse | Automation Dojos</title>
	<link>https://www.automationdojos.com/tag/eclipse/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Add SSH Private Keys to Eclipse</title>
		<link>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/</link>
					<comments>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sun, 14 Nov 2021 13:15:00 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-agent]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23483</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-400x240.png 400w" sizes="(max-width: 575px) 100vw, 575px" /></p>
<p>One of the common use cases for accessing Git repositories on Github is authentication via SSH keys. This offers a secure way of working with Github repositories using SSH protocol. If you use Eclipse IDE for development and want to use the same for Git workflows like ‘commit’, ‘pull’, ‘push’ etc. you can easily do [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc toc-numeric wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#open-eclipse-preferences">Open Eclipse Preferences</a>

</li>
<li><a href="#navigate-to-ssh-preferences">Navigate to SSH Preferences</a>

</li>
<li><a href="#open-general-ssh2-settings">Open General SSH2 Settings</a>

</li>
<li><a href="#set-ssh-home-location">Set SSH Home Location</a>

</li>
<li><a href="#set-ssh-private-keys">Set SSH Private Key/s</a>

</li>
<li><a href="#setverify-authentication-method">Set/Verify Authentication Method</a>

</li>
<li><a href="#optional-save-ssh-key-passphrase-in-secure-store">Optional: Save SSH Key &#8216;Passphrase&#8217; in Secure Store</a>
</li></ul></div>


<p>One of the common use cases for accessing Git repositories on Github is authentication via SSH keys. This offers a secure way of working with Github repositories using SSH protocol.</p>



<p>If you use Eclipse IDE for development and want to use the same for Git workflows like <em>‘commit’, ‘pull’, ‘push’</em> etc. you can easily do so by installing one of the Git plugins for Eclipse for example <strong><em>‘EGit’</em></strong>. By default Eclipse (EGit) would prompt you for username/password while doing Git workflows like ‘push’, you also have the option to save your Git credentials within Eclipse so you don’t have to provide your credentials every time.</p>



<p>However, if you use SSH keys for Git workflows rather than username/password, here is how you can add SSH keys to Eclipse so Eclipse does not prompt you for credentials while doing Git workflows.</p>


<h3 class="wp-block-heading" id="open-eclipse-preferences">Open Eclipse Preferences</h3>


<p>Open the Eclipse Preferences via  <em>Window &gt; Preferences </em></p>



<figure class="wp-block-image size-full"><img decoding="async" width="903" height="705" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1.png" alt="" class="wp-image-23485" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-300x234.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-768x600.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-696x543.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-538x420.png 538w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-400x312.png 400w" sizes="(max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="navigate-to-ssh-preferences">Navigate to SSH Preferences</h3>


<p>Now type in ‘SSH’ in the search box on the &#8216;Preferences&#8217; window</p>



<figure class="wp-block-image size-full"><img decoding="async" width="903" height="706" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2.png" alt="" class="wp-image-23486" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-768x600.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-400x313.png 400w" sizes="(max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="open-general-ssh2-settings">Open General SSH2 Settings</h3>


<p>Click on ‘SSH’ under, <em>General &gt; Network Connections &gt; SSH2</em> and open Tab named ‘General’</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3.png" alt="" class="wp-image-23487" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="set-ssh-home-location">Set SSH Home Location</h3>


<p>On the SSH preferences window, check that you have correctly set your ‘SSH2 Home’ location (path).</p>



<p>Assuming you have local Git installation on your system, the standard path to .ssh home would usually be <strong>‘.ssh’</strong> folder in the user home directory e.g <strong><em>&lt;userhome&gt;/&lt;.ssh&gt;</em></strong></p>



<p>In case you store your keys somewhere else other than the standard SSH home then you can specify that location as path to SSH home.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4.png" alt="" class="wp-image-23488" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="set-ssh-private-keys">Set SSH Private Key/s</h3>


<p>While on the SSH window, now click on the <em>‘Add Private Key’</em> button and browse to the location of your SSH private key and select your SSH key.</p>



<p>You can specify/load multiple SSH keys using this window separated by commas.</p>



<p>Click Apply to save your changes.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5.png" alt="" class="wp-image-23489" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="setverify-authentication-method">Set/Verify Authentication Method</h3>


<p>Next, while on the SSH preferences window, select the tab named <em>‘Authentication Methods’</em> and make sure you select/check the <strong>‘publickey’</strong> option. Click Apply to save your changes.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="903" height="703" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6.png" alt="" class="wp-image-23490" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-300x234.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-768x598.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-696x542.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-539x420.png 539w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-400x311.png 400w" sizes="auto, (max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="optional-save-ssh-key-passphrase-in-secure-store">Optional: Save SSH Key &#8216;Passphrase&#8217; in Secure Store</h3>


<p>If you have a ‘passphrase’ (password) set on your SSH key then you also have the option to save your passphrase in <strong>Secure Store</strong> using Eclipse. If you save your passphrase using this option then Eclipse would not prompt you for a passphrase while doing Git workflows.</p>



<p>For storing your passphrase within Eclipse Secure Store, type ‘Git’ in the search box on the <em>&#8216;Preferences&#8217;</em> window and navigate to <em>Version Control (Team) &gt; Git</em> and select (check) the option ‘Store SSH Key Passphrase in secure store’</p>



<p>Click Apply and Close to save your changes. DONE!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="889" height="691" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8.png" alt="" class="wp-image-23491" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8.png 889w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-300x233.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-768x597.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-696x541.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-540x420.png 540w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-200x155.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-400x311.png 400w" sizes="auto, (max-width: 889px) 100vw, 889px" /></figure>


[td_smart_list_end]<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/eclipse/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=eclipse&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/eclipse/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483&title=eclipse" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=eclipse https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=23483" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=23483', 'eclipse', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Change Font for Eclipse Package Explorer</title>
		<link>https://www.automationdojos.com/change-font-eclipse-project-explorer/</link>
					<comments>https://www.automationdojos.com/change-font-eclipse-project-explorer/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sun, 05 Sep 2021 12:28:00 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23401</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/change-font-eclipse-project-explorer/">How To Change Font for Eclipse Package Explorer</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>This article shows how to change the Package Explorer text size and style. The font used for tree and table views can now be customized with a font preference. This preference is called &#8220;Tree and Table font for views&#8221; and can be found in under the &#8220;View and Editor Folders&#8221; category. Open Eclipse Preferences Open [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/change-font-eclipse-project-explorer/">How To Change Font for Eclipse Package Explorer</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/change-font-eclipse-project-explorer/">How To Change Font for Eclipse Package Explorer</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#open-eclipse-preferences">Open Eclipse Preferences</a>

</li>
<li><a href="#navigate-to-colors-and-fonts">Navigate to Colors and Fonts</a>

</li>
<li><a href="#view-and-editor-folders-settings">View and Editor Folders Settings</a>

</li>
<li><a href="#tree-and-table-font-views">Tree and Table Font Views</a>

</li>
<li><a href="#edit-and-set-desired-font-and-styling">Edit and Set Desired font and styling</a>

</li>
<li><a href="#click-apply-and-close-to-save-your-settings-done">Click Apply and Close to Save your Settings. DONE!</a>
</li></ul></div>


<p>This article shows how to change the Package Explorer text size and style.</p>



<p>The font used for tree and table views can now be customized with a font preference. This preference is called &#8220;Tree and Table font for views&#8221; and can be found in <span class="su-label su-label-type-default">Window &gt; Preferences &gt; General &gt; Appearance &gt; Colors and Fonts</span> under the &#8220;View and Editor Folders&#8221; category.</p>


<h3 class="wp-block-heading" id="open-eclipse-preferences">Open Eclipse Preferences</h3>


<p>Open the Eclipse Preferences via  Window &gt; Preferences </p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="981" height="516" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1.png" alt="" class="wp-image-23404" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1.png 981w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-300x158.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-768x404.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-150x79.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-696x366.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-798x420.png 798w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-200x105.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-400x210.png 400w" sizes="auto, (max-width: 981px) 100vw, 981px" /></figure>


<h3 class="wp-block-heading" id="navigate-to-colors-and-fonts">Navigate to Colors and Fonts</h3>


<p>Navigate to &#8216;Colors and Fonts&#8217; on the left-hand side preferences tree view</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="786" height="727" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002.png" alt="" class="wp-image-23435" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002.png 786w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-300x277.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-768x710.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-696x644.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-454x420.png 454w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-400x370.png 400w" sizes="auto, (max-width: 786px) 100vw, 786px" /></figure>


<h3 class="wp-block-heading" id="view-and-editor-folders-settings">View and Editor Folders Settings</h3>


<p>On the right-hand side pane, scroll and locate &#8216;View and Editor Folders&#8217;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="783" height="727" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03.png" alt="" class="wp-image-23436" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03.png 783w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-300x279.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-768x713.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-696x646.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-452x420.png 452w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-200x186.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-400x371.png 400w" sizes="auto, (max-width: 783px) 100vw, 783px" /></figure>


<h3 class="wp-block-heading" id="tree-and-table-font-views">Tree and Table Font Views</h3>


<p>Scroll down to &#8216;Tree and Table Font Views&#8217; under &#8216;View and Editor Folders&#8217;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="785" height="727" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04.png" alt="" class="wp-image-23437" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04.png 785w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-300x278.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-768x711.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-696x645.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-454x420.png 454w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-400x370.png 400w" sizes="auto, (max-width: 785px) 100vw, 785px" /></figure>


<h3 class="wp-block-heading" id="edit-and-set-desired-font-and-styling">Edit and Set Desired font and styling</h3>


<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5.png" alt="" class="wp-image-23408" width="890" height="722" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5.png 890w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-300x243.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-768x623.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-150x122.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-696x565.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-518x420.png 518w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-200x162.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-400x324.png 400w" sizes="auto, (max-width: 890px) 100vw, 890px" /></figure>


<h3 class="wp-block-heading" id="click-apply-and-close-to-save-your-settings-done">Click Apply and Close to Save your Settings. DONE!</h3>


<p>Re-launch the Eclipse if your changes are not visible.</p>


[td_smart_list_end]<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/eclipse/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=eclipse&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/eclipse/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401&title=eclipse" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=eclipse https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=23401" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=23401', 'eclipse', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/change-font-eclipse-project-explorer/">How To Change Font for Eclipse Package Explorer</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/change-font-eclipse-project-explorer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Create Maven Project in Eclipse With Archetype</title>
		<link>https://www.automationdojos.com/create-maven-project-with-archetype/</link>
					<comments>https://www.automationdojos.com/create-maven-project-with-archetype/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sat, 10 Apr 2021 21:07:00 +0000</pubDate>
				<category><![CDATA[How-To Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[maven-project]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=21183</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/create-maven-project-with-archetype/">How To Create Maven Project in Eclipse With Archetype</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-archetype.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-archetype.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-archetype-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-archetype-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-archetype-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-archetype-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>Maven Basics Maven automates the steps involved in building a software application like adding the JAR files, compiling code, running unit tests, creating the output jar/war file, etc. This makes the code less error-prone. Maven uses an XML configuration file known as the POM file. Developers need to specify information like the JAR files required [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/create-maven-project-with-archetype/">How To Create Maven Project in Eclipse With Archetype</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/create-maven-project-with-archetype/">How To Create Maven Project in Eclipse With Archetype</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#maven-basics">Maven Basics</a>

</li>
<li><a href="#eclipse-maven-integration">Eclipse Maven Integration</a>

</li>
<li><a href="#create-maven-project-with-archetype-in-eclipse">Create Maven Project with Archetype in Eclipse</a>


<ul><li>
<a href="#create-new-artefact-of-type-other">Create new artefact of type &#8216;Other&#8217;</a>

</li>
<li><a href="#select-maven-project">Select Maven Project</a>

</li>
<li><a href="#uncheck-create-simple-project">Uncheck &#8216;Create Simple Project&#8217;</a>

</li>
<li><a href="#use-filter-mavenarchetypewebapp">Use filter &#8216;maven-archetype-webapp&#8217;</a>

</li>
<li><a href="#select-mavenarchetypewebapp">Select maven-archetype-webapp.</a>

</li>
<li><a href="#input-group-id-and-artifact-id">Input Group Id and Artifact Id</a>

</li>
<li><a href="#verify-new-maven-project-in-eclipse">Verify New Maven project in Eclipse</a>

</li>
<li><a href="#finish">Finish!</a>
</li>
</ul>
</li></ul></div>

<h2 class="wp-block-heading" id="maven-basics">Maven Basics</h2>


<p>Maven automates the steps involved in building a software application like adding the JAR files, compiling code, running unit tests, creating the output jar/war file, etc. This makes the code less error-prone. Maven uses an XML configuration file known as the POM file. Developers need to specify information like the JAR files required by an application, the type of output artifact (jar,war, etc). Maven then uses the instructions in the POM file to build the application.</p>


<h2 class="wp-block-heading" id="eclipse-maven-integration">Eclipse Maven Integration</h2>


<p>Most of the recent Eclipse releases already include Maven. So, developers do not need to do anything special to install Maven in Eclipse. &nbsp;However, some earlier versions of Eclipse do not include Maven, so it needs to be installed explicitly from the Eclipse marketplace. Once Maven is set up with Eclipse, it allows you to easily create a Maven project and use all the Maven features like dependency resolution within Eclipse itself.</p>


<h2 class="wp-block-heading" id="create-maven-project-with-archetype-in-eclipse">Create Maven Project with Archetype in Eclipse</h2>


<p>Maven archetype provides a template that can be used to create a particular type of Maven project. If a Maven project is created with an archetype selection, Maven creates the POM file accordingly. Some of the common Maven archetypes are as follows:</p>



<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list">
<li><i class="sui sui-gear" style="color:#888"></i> <strong>maven-archetype-quickstart</strong> – Can be used to create a basic Maven project</li>



<li><i class="sui sui-gear" style="color:#888"></i> <strong>maven-archetype-j2ee-simple</strong> – Can be used to create a simple j2ee project</li>



<li><i class="sui sui-gear" style="color:#888"></i> <strong>maven-archetype-webapp</strong> – Can be used to create a web application</li>
</ul>



</div>



<p>In order to create a Maven project with a webapp archetype, the following steps need to be followed:</p>


<h3 class="wp-block-heading" id="create-new-artefact-of-type-other">Create new artefact of type &#8216;Other&#8217;</h3>


<p>On Eclipse main menu, navigate to <em>&#8216;File &gt; New&#8217;</em> and select &#8216;Other&#8217;</p>



<figure class="wp-block-image size-large is-resized is-style-default td-img-style-shadow"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-1-690x1024.png" alt="" class="wp-image-21164" width="428" height="631"/></figure>


<h3 class="wp-block-heading" id="select-maven-project">Select <strong>Maven Project</strong></h3>


<p>Select the option &#8216;Maven Project&#8217; and click Next.</p>



<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2.png" alt="" class="wp-image-21163" width="568" height="411" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2-300x218.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2-150x109.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2-324x235.png 324w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2-200x145.png 200w" sizes="auto, (max-width: 568px) 100vw, 568px" /></figure>


<h3 class="wp-block-heading" id="uncheck-create-simple-project">Uncheck &#8216;<strong>Create Simple Project</strong>&#8216;</h3>


<p>Leave the <strong>Create a</strong> <strong>Simple Project (skip archetype selection)</strong> checkbox unchecked. Click <strong>Next</strong></p>



<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-10.png" alt="" class="wp-image-21170" width="597" height="541" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-10-150x137.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-10-200x182.png 200w" sizes="auto, (max-width: 597px) 100vw, 597px" /></figure>


<h3 class="wp-block-heading" id="use-filter-mavenarchetypewebapp">Use filter &#8216;<strong>maven-archetype-webapp</strong>&#8216;</h3>


<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-11-1024x552.png" alt="" class="wp-image-21169" width="701" height="371"/></figure>


<h3 class="wp-block-heading" id="select-mavenarchetypewebapp">Select <strong>maven-archetype-webapp.</strong></h3>


<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-12-1024x553.png" alt="" class="wp-image-21168" width="702" height="373"/></figure>


<h3 class="wp-block-heading" id="input-group-id-and-artifact-id">Input <strong>Group Id</strong> and <strong>Artifact Id</strong></h3>


<p>Enter a value for <strong>Group Id</strong> and <strong>Artifact Id</strong>. Change <strong>version</strong> and <strong>package </strong>if required. Click <strong>Finish</strong></p>



<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-13-1024x556.png" alt="" class="wp-image-21167" width="716" height="382"/></figure>


<h3 class="wp-block-heading" id="verify-new-maven-project-in-eclipse">Verify New Maven project in Eclipse</h3>


<p>This creates a Maven project in Eclipse with the <strong>Maven directory structure</strong> and <strong>POM file</strong> as follows</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="474" height="303" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-14.png" alt="" class="wp-image-21166" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-14.png 474w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-14-300x192.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-14-150x96.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-14-200x128.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-14-400x256.png 400w" sizes="auto, (max-width: 474px) 100vw, 474px" /></figure>


<h3 class="wp-block-heading" id="finish">Finish!</h3>


<p>Finish! This POM file can then be modified by adding dependencies and other information as required.</p>


[td_smart_list_end]


<hr class="wp-block-separator has-css-opacity"/>
<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/eclipse/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21183" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=eclipse&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21183" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21183" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/eclipse/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21183&title=eclipse" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=eclipse https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21183" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=21183" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=21183', 'eclipse', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/create-maven-project-with-archetype/">How To Create Maven Project in Eclipse With Archetype</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/create-maven-project-with-archetype/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Change Font for Eclipse Editor Pane</title>
		<link>https://www.automationdojos.com/change-font-for-eclipse-editor/</link>
					<comments>https://www.automationdojos.com/change-font-for-eclipse-editor/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Mon, 08 Mar 2021 14:21:00 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23422</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/change-font-for-eclipse-editor/">How To Change Font for Eclipse Editor Pane</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>This article shows how to change the text size and style for the Eclipse editor pane. The font used for Eclipse editor pane can be customized with font preference. This preference is located under &#8220;Basic&#8221; settings and can be found in . Open Eclipse Preferences Open the Eclipse Preferences via Window &#62; Preferences Navigate to [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/change-font-for-eclipse-editor/">How To Change Font for Eclipse Editor Pane</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/change-font-for-eclipse-editor/">How To Change Font for Eclipse Editor Pane</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#open-eclipse-preferences">Open Eclipse Preferences</a>

</li>
<li><a href="#navigate-to-colors-and-fonts">Navigate to Colors and Fonts</a>

</li>
<li><a href="#basic-color-and-font-settings">Basic Color and Font Settings</a>

</li>
<li><a href="#text-font-settings">Text Font Settings</a>

</li>
<li><a href="#edit-and-set-desired-font-and-styling">Edit and Set Desired font and styling</a>

</li>
<li><a href="#click-apply-and-close-to-save-your-settings-done">Click Apply and Close to Save your Settings. DONE!</a>
</li></ul></div>


<p>This article shows how to change the text size and style for the Eclipse editor pane.</p>



<p>The font used for Eclipse editor pane can be customized with font preference. This preference is located under &#8220;Basic&#8221; settings and can be found in <span class="su-label su-label-type-default">Window &gt; Preferences &gt; General &gt; Appearance &gt; Colors and Fonts</span>.</p>


<h3 class="wp-block-heading" id="open-eclipse-preferences">Open Eclipse Preferences</h3>


<p>Open the Eclipse Preferences via  Window &gt; Preferences </p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="981" height="516" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1.png" alt="" class="wp-image-23404" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1.png 981w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-300x158.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-768x404.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-150x79.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-696x366.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-798x420.png 798w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-200x105.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-400x210.png 400w" sizes="auto, (max-width: 981px) 100vw, 981px" /></figure>


<h3 class="wp-block-heading" id="navigate-to-colors-and-fonts">Navigate to Colors and Fonts</h3>


<p>Navigate to &#8216;Colors and Fonts&#8217; on the left-hand side preferences tree view</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="786" height="727" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02.png" alt="" class="wp-image-23433" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02.png 786w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-300x277.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-768x710.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-696x644.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-454x420.png 454w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-400x370.png 400w" sizes="auto, (max-width: 786px) 100vw, 786px" /></figure>


<h3 class="wp-block-heading" id="basic-color-and-font-settings">Basic Color and Font Settings</h3>


<p>On the right-hand side pane, scroll and locate &#8216;Basic&#8217;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="785" height="725" src="https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002.png" alt="" class="wp-image-23441" srcset="https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002.png 785w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-300x277.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-768x709.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-696x643.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-455x420.png 455w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-400x369.png 400w" sizes="auto, (max-width: 785px) 100vw, 785px" /></figure>


<h3 class="wp-block-heading" id="text-font-settings">Text Font Settings</h3>


<p>Scroll down to &#8216;Text Font&#8217; under &#8216;Basic&#8217;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="784" height="726" src="https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003.png" alt="" class="wp-image-23442" srcset="https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003.png 784w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-300x278.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-768x711.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-696x645.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-454x420.png 454w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-400x370.png 400w" sizes="auto, (max-width: 784px) 100vw, 784px" /></figure>


<h3 class="wp-block-heading" id="edit-and-set-desired-font-and-styling">Edit and Set Desired font and styling</h3>


<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="787" height="643" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c.png" alt="" class="wp-image-23427" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c.png 787w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-300x245.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-768x627.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-150x123.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-696x569.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-514x420.png 514w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-200x163.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-400x327.png 400w" sizes="auto, (max-width: 787px) 100vw, 787px" /></figure>


<h3 class="wp-block-heading" id="click-apply-and-close-to-save-your-settings-done">Click Apply and Close to Save your Settings. DONE!</h3>


<p>Re-launch the Eclipse if your changes are not visible.</p>


[td_smart_list_end]<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/eclipse/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=eclipse&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/eclipse/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422&title=eclipse" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=eclipse https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=23422" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=23422', 'eclipse', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/change-font-for-eclipse-editor/">How To Change Font for Eclipse Editor Pane</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/change-font-for-eclipse-editor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Create Maven Project in Eclipse Without Archetype</title>
		<link>https://www.automationdojos.com/create-maven-without-archetype/</link>
					<comments>https://www.automationdojos.com/create-maven-without-archetype/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sun, 10 Jan 2021 15:03:00 +0000</pubDate>
				<category><![CDATA[How-To Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[maven-project]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=21159</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/create-maven-without-archetype/">How To Create Maven Project in Eclipse Without Archetype</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-no-archetype.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-no-archetype.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-no-archetype-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-no-archetype-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-no-archetype-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-maven-no-archetype-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>Maven is a very popular build and dependency management tool. Eclipse is an IDE that helps developers write and run Java code easily. In this article, I will be explaining how you can create a Maven project in Eclipse. Maven Basics Maven automates the steps involved in building a software application like adding the JAR [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/create-maven-without-archetype/">How To Create Maven Project in Eclipse Without Archetype</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/create-maven-without-archetype/">How To Create Maven Project in Eclipse Without Archetype</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#maven-basics">Maven Basics</a>

</li>
<li><a href="#eclipse-maven-integration">Eclipse Maven Integration</a>

</li>
<li><a href="#creating-a-simple-maven-project">Creating a Simple Maven Project</a>


<ul><li>
<a href="#create-new-artefact-of-type-other">Create new artefact of type &#8216;Other&#8217;</a>

</li>
<li><a href="#select-maven-project-click-next">Select Maven Project. Click Next</a>

</li>
<li><a href="#select-create-a-simple-project">Select &#8216;Create a Simple Project&#8217;</a>

</li>
<li><a href="#enter-value-for-group-id-amp-artifact-id">Enter value for Group Id &amp; Artifact Id.</a>

</li>
<li><a href="#change-version-and-packaging">Change version and packaging</a>

</li>
<li><a href="#new-maven-project-created">New Maven Project Created</a>

</li>
<li><a href="#view-your-pom-file">View Your POM File</a>

</li>
<li><a href="#finish">Finish!</a>
</li>
</ul>
</li></ul></div>


<p>Maven is a very popular build and dependency management tool. Eclipse is an IDE that helps developers write and run Java code easily. In this article, I will be explaining how you can create a Maven project in Eclipse.</p>


<h2 class="wp-block-heading" id="maven-basics">Maven Basics</h2>


<p>Maven automates the steps involved in building a software application like adding the JAR files, compiling code, running unit tests, creating the output jar/war file, etc. This makes the code less error-prone. Maven uses an XML configuration file known as the POM file. Developers need to specify information like the JAR files required by an application, the type of output artifact (jar,war, etc). Maven then uses the instructions in the POM file to build the application.</p>


<h2 class="wp-block-heading" id="eclipse-maven-integration">Eclipse Maven Integration</h2>


<p>Most of the recent Eclipse releases already include Maven. So, developers do not need to do anything special to install Maven in Eclipse. &nbsp;However, some earlier versions of Eclipse do not include Maven, so it needs to be installed explicitly from the Eclipse marketplace. Once Maven is set up with Eclipse, it allows you to easily create a Maven project and use all the Maven features like dependency resolution within Eclipse itself.</p>


<h2 class="wp-block-heading" id="creating-a-simple-maven-project">Creating a Simple Maven Project</h2>


<p>In order to create a simple Maven project in Eclipse, the following steps need to be followed:</p>


<h3 class="wp-block-heading" id="create-new-artefact-of-type-other">Create new artefact of type &#8216;Other&#8217;</h3>


<p>From menu File &gt; New select &#8216;Other&#8217;</p>



<figure class="wp-block-image size-large is-resized is-style-default td-img-style-shadow"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-1-690x1024.png" alt="" class="wp-image-21164" width="428" height="631"/></figure>


<h3 class="wp-block-heading" id="select-maven-project-click-next">Select <strong>Maven Project</strong>. Click <strong>Next</strong></h3>


<p>On the &#8216;new project&#8217; wizard select &#8216;Maven Project&#8217;</p>



<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2.png" alt="" class="wp-image-21163" width="618" height="447" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2-300x218.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2-150x109.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2-324x235.png 324w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-2-200x145.png 200w" sizes="auto, (max-width: 618px) 100vw, 618px" /></figure>


<h3 class="wp-block-heading" id="select-create-a-simple-project">Select &#8216;Create a Simple Project&#8217;</h3>


<p>Click the Create a Simple Project (skip archetype selection) checkbox. Click Next</p>



<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-3.png" alt="" class="wp-image-21162" width="628" height="578" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-3-300x277.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-3-150x138.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-3-455x420.png 455w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-3-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-3-400x369.png 400w" sizes="auto, (max-width: 628px) 100vw, 628px" /></figure>


<h3 class="wp-block-heading" id="enter-value-for-group-id-amp-artifact-id">Enter value for <strong>Group Id</strong> &amp; <strong>Artifact Id</strong>.</h3>


<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-4.png" alt="" class="wp-image-21161" width="656" height="598" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-4-300x274.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-4-150x137.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-4-696x636.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-4-460x420.png 460w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-4-200x183.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-4-400x366.png 400w" sizes="auto, (max-width: 656px) 100vw, 656px" /></figure>


<h3 class="wp-block-heading" id="change-version-and-packaging">Change <strong>version</strong> and <strong>packaging</strong></h3>


<p>Change <strong>version</strong> and <strong>packaging</strong> if required (This is an optional step). Click <strong>Finish</strong></p>



<figure class="wp-block-image size-large is-resized is-style-default"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-5.png" alt="" class="wp-image-21160" width="609" height="555" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-5-150x138.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-5-200x183.png 200w" sizes="auto, (max-width: 609px) 100vw, 609px" /></figure>


<h3 class="wp-block-heading" id="new-maven-project-created">New Maven Project Created</h3>


<p>This creates a Maven project in Eclipse with the <strong>Maven directory structure</strong> and <strong>POM file</strong> as follows</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="294" height="365" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-6.png" alt="" class="wp-image-21158" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-6.png 294w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-6-242x300.png 242w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-6-150x186.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-6-161x200.png 161w" sizes="auto, (max-width: 294px) 100vw, 294px" /></figure>


<h3 class="wp-block-heading" id="view-your-pom-file">View Your POM File</h3>


<p>The default POM created has the group id, artifact id, version and packaging specified at the time of creation as follows</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1024" height="190" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7-1024x190.png" alt="" class="wp-image-21157" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7-1024x190.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7-300x56.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7-768x143.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7-150x28.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7-696x129.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7-200x37.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7-400x74.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-create-maven-proj-7.png 1045w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>


<h3 class="wp-block-heading" id="finish">Finish!</h3>


<p>This POM file can then be modified by adding dependencies and other information as required.</p>


[td_smart_list_end]


<hr class="wp-block-separator has-css-opacity"/>
<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/eclipse/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21159" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=eclipse&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21159" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21159" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/eclipse/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21159&title=eclipse" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=eclipse https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21159" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=21159" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=21159', 'eclipse', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/create-maven-without-archetype/">How To Create Maven Project in Eclipse Without Archetype</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/create-maven-without-archetype/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction to Apache Maven</title>
		<link>https://www.automationdojos.com/intro-to-apache-maven/</link>
					<comments>https://www.automationdojos.com/intro-to-apache-maven/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Tue, 09 Jun 2020 21:26:00 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache-maven]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=21186</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/intro-to-apache-maven/">Introduction to Apache Maven</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>1. What is Maven When you write a software application, there are many steps in it like adding the necessary JAR files, compiling the source code, running unit tests, creating the output jar/war file, etc. This is where Maven comes into play, it automates the build process, dependency management, testing, packaging, and much more. It [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/intro-to-apache-maven/">Introduction to Apache Maven</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/intro-to-apache-maven/">Introduction to Apache Maven</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/10/post-intro-maven-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#1-what-is-maven">1. What is Maven</a>

</li>
<li><a href="#2-how-maven-works">2. How Maven Works</a>

</li>
<li><a href="#3-convention-over-configuration">3. Convention over Configuration</a>

</li>
<li><a href="#4-maven-coordinates">4. Maven Coordinates</a>

</li>
<li><a href="#5-pom-file">5. POM File</a>


<ul><li>
<a href="#51-super-pom">5.1. Super POM</a>

</li>
<li><a href="#52-effective-pom">5.2. Effective POM</a>

</li>
</ul>
<li><a href="#6-maven-directory-structure">6. Maven Directory Structure</a>

</li>
<li><a href="#7-maven-build-life-cycle">7. Maven Build Life Cycle</a>

</li>
<li><a href="#8-dependency-management">8. Dependency Management</a>


<ul><li>
<a href="#81-transitive-dependencies">(8.1) Transitive Dependencies</a>

</li>
<li><a href="#82-dependencies-and-scope">(8.2) Dependencies and Scope</a>

</li>
</ul>
<li><a href="#9-running-maven">9. Running Maven</a>

</li>
<li><a href="#10-conclusion">10. Conclusion</a>
</li></ul>

<h2 class="wp-block-heading" id="1-what-is-maven">1. What is Maven</h2>


<p>When you write a software application, there are many steps in it like adding the necessary JAR files, compiling the source code, running unit tests, creating the output jar/war file, etc. </p>



<p>This is where Maven comes into play, it automates the build process, dependency management, testing, packaging, and much more. It allows executing all these steps via simple pre-defined Maven commands thereby reducing human intervention and making the code less error-prone.</p>



<p>On a high-level Maven caters for following aspects of dev project:</p>



<div class="su-list" style="margin-left:0px"><ul><li><i class="sui sui-check" style="color:#40b05b"></i> Build Tool</li> <li><i class="sui sui-check" style="color:#40b05b"></i> Dependency Management</li> <li><i class="sui sui-check" style="color:#40b05b"></i> Artefact Repository System</li> <li><i class="sui sui-check" style="color:#40b05b"></i> Additional features via Plugins</li></ul></div>


<h2 class="wp-block-heading" id="2-how-maven-works">2. How Maven Works</h2>


<p>The central concept in a Maven project is the POM file. In the <strong>POM file</strong>, developers need to specify how to configure, build and run an application. In addition, Maven provides <strong>build life cycles</strong> which consist of build <strong>phases</strong> and <strong>goals</strong>. &nbsp;</p>



<p>Developers need to specify the phase or goal that needs to be executed. Maven then uses these instructions specified in the POM file to execute the specified phase or goal.</p>


<h2 class="wp-block-heading" id="3-convention-over-configuration">3. Convention over Configuration</h2>


<p>Maven is based on the principle of <em>‘Convention over Configuration’</em> that keeps various project aspects and features standardized and systematic across all Maven projects. Thus, you can achieve consistent project aspects with little or even no configuration.<br></p>



<p>These so-called ‘Conventions’ are based on best practices and backed up by reasonable defaults. An example of such a ‘convention’ in Maven would be the <strong>project directory structure</strong>. By default, Maven expects to find all main Java source code under <span class="su-label su-label-type-default">&#8220;src/main/java&#8221;</span> folder of your project and always looks at this path. Of course, you can override such defaults by customizing your configuration in POM file.</p>


<h2 class="wp-block-heading" id="4-maven-coordinates">4. Maven Coordinates</h2>


<p>Maven coordinates are a set of identifiers that can be used to uniquely identify a project, a dependency, or a plugin in a Maven POM. &nbsp;All Maven project uses the <em>groupId</em>, <em>artifactId</em>, <em>version</em>, and the <em>packaging</em> property to uniquely identify every Maven component.</p>



<p>The full Maven coordinates are often written in the following format: </p>



<pre class="wp-block-code"><code>groupId:artifactId:packaging:version</code></pre>



<p></p>


<h2 class="wp-block-heading" id="5-pom-file">5. POM File</h2>


<p>The POM stands for <strong>Project Object Model</strong>. It is a declarative style, XML-based configuration file containing all the information required to build a project or even multiple projects. </p>



<p>Hence every project has its own POM file which is generally located in the root of the source code directory. In the case of multiple projects, a pom file is placed in the root of the source code directory and lists the individual projects as <em>modules</em>.</p>



<p>The following are the main elements in the POM file:</p>



<ul class="wp-block-list"><li><strong>Group Id/Artifact Id/Version (GAV)</strong> – These elements help to uniquely identify a project</li><li><strong>Packaging</strong> – This specifies the type of the output file like jar, war, etc.</li><li><strong>Dependencies</strong> – This specifies the external dependencies or jar files that an application requires. Maven automatically downloads the jar files specified here from a central repository</li><li><strong>Build</strong> – This specifies information like the goal to run by default if one is not explicitly specified, the directory where to place the output artifact, plugin information, etc.</li></ul>



<p>Here is an example of a very simple POM file:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="xml" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="true" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  &lt;modelVersion>4.0.0&lt;/modelVersion>
  &lt;groupId>com.abc.xyz&lt;/groupId>
  &lt;artifactId>HibernateApp&lt;/artifactId>
  &lt;version>1&lt;/version>
  &lt;dependencies>
  	&lt;dependency>
  		&lt;groupId>org.hibernate&lt;/groupId>
  		&lt;artifactId>hibernate-core&lt;/artifactId>
  		&lt;version>5.3.4.Final&lt;/version>
  	&lt;/dependency>
  	&lt;dependency>
  		&lt;groupId>mysql&lt;/groupId>
  		&lt;artifactId>mysql-connector-java&lt;/artifactId>
  		&lt;version>8.0.12&lt;/version>
  	&lt;/dependency>
  &lt;/dependencies>
&lt;/project>
</pre>



<p>The POM file above specifies the <strong>group id</strong> as <strong>com.abc.xyz</strong>, <strong>artifact id</strong> as <strong>HibernateApp</strong> and <strong>version</strong> as <strong>1</strong>. In the dependencies section, it specifies the dependencies for Hibernate and the MySQL JDBC driver.</p>


<h3 class="wp-block-heading" id="51-super-pom">5.1. Super POM</h3>


<p>All POMs inherit from a parent or default POM whether explicitly defined or not. In cases where no explicit parent POM is defined, it inherits from the default or base pom of Maven. </p>



<p>In relation to POM, Maven has the concept of ‘Super POM’ which is considered as Maven&#8217;s default POM or base POM. This &#8216;Super POM&#8217; defines all <strong>default settings</strong>, which are automatically <strong>inherited </strong>by all Maven projects by ‘Inheritance’. This is one of the strategies by which <em>‘Convention over Configuration’</em> manifests in Maven.</p>



<p>Under the inherited Super POM, each individual project implements its own local project POM (also Known as Simplest POM) providing its own unique information specific to that project including any overrides in that project&#8217;s POM file thereby achieving a project-specific and customized project POM.</p>


<h3 class="wp-block-heading" id="52-effective-pom">5.2. Effective POM</h3>


<p>Maven always executes against an&nbsp;<em>effective pom</em>. This is an amalgamation or combination of settings from this project’s pom.xml, all parent pom (if declared), a super-pom, user-defined settings, and active profiles settings.</p>



<p>This helps developers to specify minimum configuration detail in their Project POM while re-using the inherited default POM. You can see your effective POM by using the following command:</p>



<pre class="wp-block-code"><code>mvn help:effective-pom</code></pre>


<h2 class="wp-block-heading" id="6-maven-directory-structure">6. Maven Directory Structure</h2>


<p>Maven defines a standard directory structure and always looks for these directories by default. Although you can certainly override or customize this directory structure via your POM configuration but by default Maven expects developers to follow this directory structure:</p>



<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list" id="block-082fae00-546e-49fa-a325-3308faadd9a5"><li><i class="sui sui-folder-open" style="color:#999"></i> <strong>pom.xml</strong> – The pom.xml should be in the root directory of your project</li><li><i class="sui sui-folder-open" style="color:#999"></i> <strong>src/main/java</strong> – Should contain Java source code</li><li><i class="sui sui-folder-open" style="color:#999"></i> <strong>src/main/resources</strong> – Should contain resources like configuration files, etc</li><li><i class="sui sui-folder-open" style="color:#999"></i> <strong>src/test/java</strong> – Should contain source code for unit tests</li><li><i class="sui sui-folder-open" style="color:#999"></i> <strong>src/test/resources</strong> – Should contain resources like configuration files for unit tests</li><li><i class="sui sui-folder-open" style="color:#999"></i> <strong>target</strong> – Maven places the .class files, output artifacts in this directory</li></ul>



</div>


<h2 class="wp-block-heading" id="7-maven-build-life-cycle">7. Maven Build Life Cycle</h2>


<p>A build life cycle refers to a set of steps that are executed sequentially as part of a Maven build. Maven has 3 built in build lifecycles as follows:</p>



<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list" id="block-197c5769-05ec-4897-98c2-f0063003a926"><li><i class="sui sui-recycle" style="color:#2a9334"></i> clean</li><li><i class="sui sui-recycle" style="color:#2a9334"></i> default</li><li><i class="sui sui-recycle" style="color:#2a9334"></i> site</li></ul>



</div>



<p>Each build lifecycle consists of a number of <strong>phases</strong>.</p>


<div class="su-box su-box-style-default" id="vp_mostviewed" style="border-color:#bfbfbf;border-radius:3px;"><div class="su-box-title" style="background-color:#f2f2f2;color:#6b6b6b;border-top-left-radius:1px;border-top-right-radius:1px">Build Phase</div><div class="su-box-content su-u-clearfix su-u-trim" style="border-bottom-left-radius:1px;border-bottom-right-radius:1px"> </p>
<p>A build phase represents a stage in the build life cycle and is responsible for a specific task. The following are some of the phases associated with the <strong>default</strong> lifecycle:</p>
<ul class="bullet-crank">
<li>validate</li>
<li>compile</li>
<li>test</li>
<li>package</li>
<li>verify</li>
<li>install</li>
<li>deploy</li>
</ul>
<p>These phases are executed sequentially. When you specify a phase that you want to be executed as part of a Maven build, Maven executes all the phases up to the specified phase sequentially. So, for example, if you specify that you want to run the <strong>install</strong> phase, all the phases starting with <strong>validate</strong> and up to <strong>install</strong> will get executed sequentially. Each phase consists of one or more <strong>plugin goals</strong>.</p>
</div></div>


<div class="su-box su-box-style-default" id="vp_mostviewed" style="border-color:#bfbfbf;border-radius:3px;"><div class="su-box-title" style="background-color:#f2f2f2;color:#6b6b6b;border-top-left-radius:1px;border-top-right-radius:1px">Plugin Goal</div><div class="su-box-content su-u-clearfix su-u-trim" style="border-bottom-left-radius:1px;border-bottom-right-radius:1px"> </p>
<p>A plugin goal represents a specific task that contributes to building a project. For example, the <strong>compile</strong> goal is responsible for compiling code.&nbsp; A goal may be associated with zero or more phases. When a phase is executed, it runs all the goals within that phase.</p>
</div></div>


<div class="su-box su-box-style-default" id="vp_mostviewed" style="border-color:#bfbfbf;border-radius:3px;"><div class="su-box-title" style="background-color:#f2f2f2;color:#6b6b6b;border-top-left-radius:1px;border-top-right-radius:1px">Plugin</div><div class="su-box-content su-u-clearfix su-u-trim" style="border-bottom-left-radius:1px;border-bottom-right-radius:1px">
<p>A Maven plugin is a container of goals. So, goals exist within plugins. Maven provides some built-in plugins that contain some goals. Developers can also define their own plugins. Plugins are not associated with phases and can be run independently.</p>
</div></div>


<h2 class="wp-block-heading" id="8-dependency-management">8. Dependency Management</h2>


<p>In Maven, you just declare the external dependency in the&nbsp;<strong>dependencies</strong>&nbsp;section of the POM file. &nbsp;These dependencies could be a library, package, or plugin (mostly in the form of ‘.jars’) that is needed for your project. Then, Maven will automatically download these dependencies and any transitive dependencies along with them. Maven will recursively resolve any required dependencies for your project.</p>



<p>All dependencies are downloaded from Maven repositories defined. But dependencies downloaded from the internet are stored locally as well in a local Maven repository like a local dependency cache. Hence Maven looks at the local repository first, for any dependencies, before going out to the internet for download.</p>



<p>This local Maven repository is a folder called&nbsp;<strong>.m2/repository</strong>&nbsp;in the home directory. When a Maven build is run, it first checks if the jar files corresponding to the dependencies in the POM file are present in the local repository. If so, it uses them. If not, it downloads the JAR files from the&nbsp;Maven Central repository.&nbsp;</p>



<p><strong>Maven Central repository</strong>&nbsp;is a repository of a large number of JAR files that is maintained by the Maven community. Developers can also configure an alternate repository in the POM file. Downloaded JAR files are placed in the local repository.</p>


<h3 class="wp-block-heading" id="81-transitive-dependencies">(8.1) Transitive Dependencies</h3>


<p>A transitive dependency is basically the <em>dependency of your dependency</em>, for example, you could be using a java library or package which could be dependent on another package which in turn could be dependent on another one, and so on. Such <strong>indirect dependencies</strong> are called &#8216;Transitive Dependencies&#8217;.</p>



<p>One of the best features of Maven is automatically taking care of transitive dependencies which in some cases could prove very painful especially when there is a chain of transitive dependencies for a project.</p>


<h3 class="wp-block-heading" id="82-dependencies-and-scope">(8.2) Dependencies and Scope</h3>


<p>Finally, dependencies can be bound to a specific scope, which defines when and where the dependencies are needed in your project. For example, the TestNG, JUint jars are needed for Testing, but they are not needed for deployment to an application server. Hence they will be bound to ‘Test’ phase rather then build or other phases.</p>



<p>You can use the following command to print &#8216;dependencies&#8217; for your project:</p>



<pre class="wp-block-code"><code>mvn dependency:tree</code></pre>



<p>The above command will first of all download Maven plugin called &#8216;maven-dependency-plugin&#8217; and then print dependencies for your project.</p>


<h2 class="wp-block-heading" id="9-running-maven">9. Running Maven</h2>


<p>In order to run Maven, developers need to specify the Maven command (<strong>mvn</strong>). &nbsp;Along with the <strong>mvn</strong> command, the <strong>build phase/goal</strong> can also be specified. </p>



<p>First of all, Maven resolves the dependencies specified in the dependencies section. After that, Maven runs the specified goals/phase. If a phase is specified, Maven sequentially executes all the phases before the specified phase. </p>



<p>If developers do not specify a phase or goal along with the <strong>mvn</strong> command, the value specified under <strong>build/defaultGoal</strong> will be used. If this value is not specified, an error will occur. Also, the type of output artifact to be produced (specified in the packaging element), determines which goals will be executed as part of a phase.</p>


<h2 class="wp-block-heading" id="10-conclusion">10. Conclusion</h2>


<p>So, to summarise, Maven is a dependency management tool that helps to configure, build and run an application. It uses an XML configuration file known as the POM file. It also follows a certain life cycle that consists of phases and goals. It executes the specified phases and goals as part of the build process.</p>
<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/eclipse/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21186" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=eclipse&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21186" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21186" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/eclipse/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21186&title=eclipse" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=eclipse https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D21186" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=21186" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=21186', 'eclipse', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/intro-to-apache-maven/">Introduction to Apache Maven</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/intro-to-apache-maven/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
