<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install Apache Maven on CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/install-apache-maven-on-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-apache-maven-on-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 26 Feb 2020 18:09:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Thilak		</title>
		<link>https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1318790</link>

		<dc:creator><![CDATA[Thilak]]></dc:creator>
		<pubDate>Wed, 26 Feb 2020 18:09:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30238#comment-1318790</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1053226&quot;&gt;Dmytro&lt;/a&gt;.

&lt;strong&gt;Maven&lt;/strong&gt; multi-module is not working with &lt;strong&gt;centos7.child&lt;/strong&gt; module does not exist error.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1053226">Dmytro</a>.</p>
<p><strong>Maven</strong> multi-module is not working with <strong>centos7.child</strong> module does not exist error.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassim		</title>
		<link>https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1272414</link>

		<dc:creator><![CDATA[kassim]]></dc:creator>
		<pubDate>Mon, 21 Oct 2019 02:25:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30238#comment-1272414</guid>

					<description><![CDATA[A very good article, helped me to install Maven on  CentOS without any problems...]]></description>
			<content:encoded><![CDATA[<p>A very good article, helped me to install Maven on  CentOS without any problems&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rama SubbaReddy		</title>
		<link>https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1237598</link>

		<dc:creator><![CDATA[Rama SubbaReddy]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 05:32:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30238#comment-1237598</guid>

					<description><![CDATA[Nice article which helped a lot to install &lt;strong&gt;mvn&lt;/strong&gt; and &lt;strong&gt;java&lt;/strong&gt; quickly on &lt;strong&gt;centos7&lt;/strong&gt; version.]]></description>
			<content:encoded><![CDATA[<p>Nice article which helped a lot to install <strong>mvn</strong> and <strong>java</strong> quickly on <strong>centos7</strong> version.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mani		</title>
		<link>https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1138930</link>

		<dc:creator><![CDATA[mani]]></dc:creator>
		<pubDate>Wed, 24 Apr 2019 10:28:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30238#comment-1138930</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1045765&quot;&gt;Andrici Cristina&lt;/a&gt;.

Hi Bro,

maven.sh file is not there, we need to create it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1045765">Andrici Cristina</a>.</p>
<p>Hi Bro,</p>
<p>maven.sh file is not there, we need to create it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dmytro		</title>
		<link>https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1053226</link>

		<dc:creator><![CDATA[Dmytro]]></dc:creator>
		<pubDate>Sat, 27 Oct 2018 18:03:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30238#comment-1053226</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1045765&quot;&gt;Andrici Cristina&lt;/a&gt;.

Cristina, this file had to be created, but really you don&#039;t need it. Do the same thing simpler way:
&lt;pre&gt;
$ sudo nano /etc/environment  #this opens the configuration file
&lt;/pre&gt;
Add lines:
&lt;pre&gt;
M2_HOME=/usr/local/src/apache-maven
PATH=${M2_HOME}/bin:${PATH}
&lt;pre&gt;
Press &lt;code&gt;Ctrl+O&lt;/code&gt; to save changes and Press &lt;code&gt;Ctrl+X&lt;/code&gt; to quite.

Run a command.
&lt;pre&gt;
$ source /etc/environment to reload
&lt;/pre&gt;
Now you can check the effect with:
&lt;pre&gt;
$ mvn --version
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-maven-on-centos-7/comment-page-1/#comment-1045765">Andrici Cristina</a>.</p>
<p>Cristina, this file had to be created, but really you don&#8217;t need it. Do the same thing simpler way:</p>
<pre>
$ sudo nano /etc/environment  #this opens the configuration file
</pre>
<p>Add lines:</p>
<pre>
M2_HOME=/usr/local/src/apache-maven
PATH=${M2_HOME}/bin:${PATH}
</pre>
<pre>
Press <code>Ctrl+O</code> to save changes and Press <code>Ctrl+X</code> to quite.

Run a command.
</pre>
<pre>
$ source /etc/environment to reload
</pre>
<p>Now you can check the effect with:</p>
<pre>
$ mvn --version
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
