<?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>Sonatype Blog &#187; Helios</title>
	<atom:link href="http://www.sonatype.com/people/tag/helios/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sonatype.com/people</link>
	<description>Sonatype is transforming software development with tools, information and services that enable organizations to build better software, faster, using open-source components.</description>
	<lastBuildDate>Wed, 23 May 2012 14:24:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing m2eclipse with the Eclipse Marketplace</title>
		<link>http://www.sonatype.com/people/2010/07/installing-m2eclipse-with-the-eclipse-marketplace/</link>
		<comments>http://www.sonatype.com/people/2010/07/installing-m2eclipse-with-the-eclipse-marketplace/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 15:22:12 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[m2eclipse]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Helios]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=5700</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2010/07/installing-m2eclipse-with-the-eclipse-marketplace/' addthis:title='Installing m2eclipse with the Eclipse Marketplace '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Vote for m2eclipse! url_site = 'http://marketplace.eclipse.org/node/252' The Eclipse 3.6 (Helios) release added a new, easier way to install the m2eclipse plugin.   If you want to start using m2eclipse, download Eclipse 3.6 (Helios), and use the Eclipse Marketplace.   To open the Eclipse Marketplace, go to the Eclipse Help menu and select Eclipse Marketplace&#8230; The first [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2010/07/installing-m2eclipse-with-the-eclipse-marketplace/' addthis:title='Installing m2eclipse with the Eclipse Marketplace '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><div style="float: right; width: 200px;">
<center><b>Vote for m2eclipse!</b></center><br/>
<script type="text/javascript">
  url_site = 'http://marketplace.eclipse.org/node/252'
</script>
<script src="http://marketplace.eclipse.org/sites/all/modules/drigg_external/js/button.js"
 type="text/javascript">
</script>
</div>

<p>The Eclipse 3.6 (Helios) release added a new, easier way to install the m2eclipse plugin.   If you want to start using m2eclipse, <a href="http://www.eclipse.org/downloads/">download Eclipse 3.6 (Helios)</a>, and use the Eclipse Marketplace.   To open the Eclipse Marketplace, go to the Eclipse Help menu and select Eclipse Marketplace&#8230;</p>

<p><img class="aligncenter" src="http://www.sonatype.com/books/m2eclipse-book/reference/figs/web/install-marketplace.png" alt="" width="422" height="375" />
<span id="more-5700"></span>
The first time you open the Eclipse Marketplace, you will be asked to select a Marketplace. Select the Eclipse Marketplace and click Next.  Maven Integration for Eclipse is separated into two components: the Core of Maven Integration for Eclipse and an optional package of extra, unsupported components. To install the core component of Maven Integration for Eclipse, open the Eclipse Marketplace, select the Search tab, and search for &#8220;Maven Integration&#8221; as shown in the following figure. Click on the Install button to the right of &#8220;Maven Integration for Eclipse&#8221;.</p>

<p><img class="aligncenter" src="http://www.sonatype.com/books/m2eclipse-book/reference/figs/web/install-choose-maven-integration.png" alt="" width="600" height="480" />Once you click on Install, Eclipse will download a list of available components from the remote update site and present you with a list of available features in the Maven Integration for Eclipse plugin as shown in the following figure. Select the single, required component named &#8220;Maven Integration for Eclipse (Required)&#8221;, and click on the Finish button.</p>

<p><img class="aligncenter" src="http://www.sonatype.com/books/m2eclipse-book/reference/figs/web/install-uninstall-core.png" alt="" width="570" height="290" /></p>

<p>Eclipse will then ask you to agree to the licenses for Maven Integration for Eclipse in the Review Licenses step shown in the following figure. Maven Integration for Eclipse is distributed under the Eclipse Public License version 1.0. If you agree with the conditions of this license, select &#8220;I accept the terms of the license agreement&#8221; and click on the Finish button.</p>

<p><img class="aligncenter" src="http://www.sonatype.com/books/m2eclipse-book/reference/figs/web/install-agree-maven-integration-license.png" alt="" width="526" height="431" />During the installation process, Eclipse may warn you that the software you are installing contains &#8220;unsigned content&#8221;. If you see the dialog shown in the following figure, click on OK to continue the installation process.</p>

<p><img class="aligncenter" src="http://www.sonatype.com/books/m2eclipse-book/reference/figs/web/install-ignore-extras-warning.png" alt="" width="554" height="167" />Once m2eclipse has been installed, Eclipse will prompt you to either restart or apply changes to a running Eclipse. At this stage of the installation, you should click on Restart Now to restart your Eclipse instance. After a successful restart, Maven Integration for Eclipse will be installed.</p>

<p><img class="aligncenter" src="http://www.sonatype.com/books/m2eclipse-book/reference/figs/web/install-restart-extras.png" alt="" width="538" height="156" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonatype.com/people/2010/07/installing-m2eclipse-with-the-eclipse-marketplace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonatype and Eclipse are in Ontario this June!</title>
		<link>http://www.sonatype.com/people/2010/05/sonatype-and-eclipse-are-in-ontario-this-june/</link>
		<comments>http://www.sonatype.com/people/2010/05/sonatype-and-eclipse-are-in-ontario-this-june/#comments</comments>
		<pubDate>Fri, 14 May 2010 14:10:25 +0000</pubDate>
		<dc:creator>hloney</dc:creator>
				<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[DemoCamp]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Guelph]]></category>
		<category><![CDATA[Helios]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=5350</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2010/05/sonatype-and-eclipse-are-in-ontario-this-june/' addthis:title='Sonatype and Eclipse are in Ontario this June! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Eclipse is planning a new series of DemoCamps this June to celebrate the Helios release and the e4 release.  DemoCamps are events where local tech communities can meet up in cities around the world for networking, and to demo their latest technology and projects. Sonatype is excited to announce that we will be hosting an [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2010/05/sonatype-and-eclipse-are-in-ontario-this-june/' addthis:title='Sonatype and Eclipse are in Ontario this June! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><!--dzoneZ=none--><a href="http://www.sonatype.com/people/wp-content/uploads/2010/05/sonatype-guelph-meetup.jpg"><img class="alignright size-full wp-image-5349" title="sonatype-guelph-meetup" src="http://www.sonatype.com/people/wp-content/uploads/2010/05/sonatype-guelph-meetup.jpg" alt="" width="448" height="194" /></a><em> </em></p>

<p>Eclipse is planning a new series of DemoCamps this June to celebrate the Helios release and the e4 release.  DemoCamps are events where local tech communities can meet up in cities around the world for networking, and to demo their latest technology and projects.</p>

<p>Sonatype is excited to announce that we will be hosting an <a href="http://sonatype.com/events/meetupGuelph.html" target="_blank">Eclipse DemoCamp and Maven Meetup</a> in Southern Ontario this June.</p>

<p>Sonatype and Eclipse will be in downtown Guelph, Ontario, Canada at The Bookshelf on June 16 from 2 to 8pm.  The event will begin with presentations from the Sonatype team, after which we will open up the floor for an Eclipse DemoCamp.</p>

<p>To get updates about Sonatype&#8217;s Guelph Meetup, and future meetups coming to a city near you, check back here or follow Sonatype on Twitter at <a href="http://twitter.com/SonatypeCM" target="_blank">http://twitter.com/SonatypeCM</a>.</p>

<p>This event is free to attend. However, we have limited seating, so please RSVP by <a href="http://guestlistapp.com/events/21909" target="_blank">registering here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonatype.com/people/2010/05/sonatype-and-eclipse-are-in-ontario-this-june/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

