<?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: Maven in Eclipse</title>
	<atom:link href="http://eclipsesource.com/blogs/2009/09/17/maven-in-eclipse-a-powerful-combo/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs/2009/09/17/maven-in-eclipse-a-powerful-combo/</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:17:31 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Sakuraba</title>
		<link>http://eclipsesource.com/blogs/2009/09/17/maven-in-eclipse-a-powerful-combo/comment-page-1/#comment-2841</link>
		<dc:creator>Sakuraba</dc:creator>
		<pubDate>Sun, 20 Sep 2009 10:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2963#comment-2841</guid>
		<description>I tried m2clipse and I was frustrated that I could not do &quot;Right-Click-&gt; Debug&quot;, because m2clipse required me to set up a different eclipse project with some strange debug-settings and then use the Eclipse Remote Debugger and attach that to the VM that ran Eclipse.


Waaay too complicated, although I must say that Maven and its conventions has brought a lot of good things to projects at our shop.</description>
		<content:encoded><![CDATA[<p>I tried m2clipse and I was frustrated that I could not do &#8220;Right-Click-&gt; Debug&#8221;, because m2clipse required me to set up a different eclipse project with some strange debug-settings and then use the Eclipse Remote Debugger and attach that to the VM that ran Eclipse.</p>
<p>Waaay too complicated, although I must say that Maven and its conventions has brought a lot of good things to projects at our shop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Woelker</title>
		<link>http://eclipsesource.com/blogs/2009/09/17/maven-in-eclipse-a-powerful-combo/comment-page-1/#comment-2832</link>
		<dc:creator>Manuel Woelker</dc:creator>
		<pubDate>Fri, 18 Sep 2009 13:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2963#comment-2832</guid>
		<description>@Tiran: Building Eclipse projects is the topic of my next blog post. Stay tuned!

@Jason: Glad to see your commitment to QA and documentation. Keep up the good work.

@Stephen: I have to admit I made that experience as well on a larger project, but that was mostly due to a absurdly slow network.  I&#039;m no maven expert (yet), but I would suggest experimenting with local repository mirrors/managers.  That should hopefully give you a bit of a speed boost. If that doesn&#039;t help you might want to consider filing a bug report. Another thing that might go wrong are frequent checks for snapshot updates.

@Chris: Yep, that is still true, but as far as I know only to start maven compiles from within eclipse. Maven uses javac instead of the eclipse compiler. Since I usually have a JDK installed anyway it&#039;s not that big of a deal.</description>
		<content:encoded><![CDATA[<p>@Tiran: Building Eclipse projects is the topic of my next blog post. Stay tuned!</p>
<p>@Jason: Glad to see your commitment to QA and documentation. Keep up the good work.</p>
<p>@Stephen: I have to admit I made that experience as well on a larger project, but that was mostly due to a absurdly slow network.  I&#8217;m no maven expert (yet), but I would suggest experimenting with local repository mirrors/managers.  That should hopefully give you a bit of a speed boost. If that doesn&#8217;t help you might want to consider filing a bug report. Another thing that might go wrong are frequent checks for snapshot updates.</p>
<p>@Chris: Yep, that is still true, but as far as I know only to start maven compiles from within eclipse. Maven uses javac instead of the eclipse compiler. Since I usually have a JDK installed anyway it&#8217;s not that big of a deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://eclipsesource.com/blogs/2009/09/17/maven-in-eclipse-a-powerful-combo/comment-page-1/#comment-2831</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 18 Sep 2009 10:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2963#comment-2831</guid>
		<description>I seem to remember when I tried the m2eclipse plugin a while back, one of the pre-reqs for using it was to run Eclipse using a JDK and not a JRE as it is defaulted to do.
This meant either amending the desktop shortcut or the eclipse.ini file.
I guess that is still the case.</description>
		<content:encoded><![CDATA[<p>I seem to remember when I tried the m2eclipse plugin a while back, one of the pre-reqs for using it was to run Eclipse using a JDK and not a JRE as it is defaulted to do.<br />
This meant either amending the desktop shortcut or the eclipse.ini file.<br />
I guess that is still the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Lara</title>
		<link>http://eclipsesource.com/blogs/2009/09/17/maven-in-eclipse-a-powerful-combo/comment-page-1/#comment-2828</link>
		<dc:creator>Stephen Lara</dc:creator>
		<pubDate>Thu, 17 Sep 2009 23:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2963#comment-2828</guid>
		<description>I do not recommend using m2eclipse for very large projects. It will waste you time refreshing the pom.</description>
		<content:encoded><![CDATA[<p>I do not recommend using m2eclipse for very large projects. It will waste you time refreshing the pom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason van Zyl</title>
		<link>http://eclipsesource.com/blogs/2009/09/17/maven-in-eclipse-a-powerful-combo/comment-page-1/#comment-2827</link>
		<dc:creator>Jason van Zyl</dc:creator>
		<pubDate>Thu, 17 Sep 2009 14:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2963#comment-2827</guid>
		<description>@Tiran, thanks for the vote of confidence. We have been doing a ton of work, and it&#039;s simply not development but tons of testing, documentation, and professional QA. It&#039;s not an easy task but I think we&#039;re finally at the point where we have synchronized Maven 3.x trunk with M2Eclipse and we are now in a very fast cycle of pushing fixes through the whole toolchain when we see problems.</description>
		<content:encoded><![CDATA[<p>@Tiran, thanks for the vote of confidence. We have been doing a ton of work, and it&#8217;s simply not development but tons of testing, documentation, and professional QA. It&#8217;s not an easy task but I think we&#8217;re finally at the point where we have synchronized Maven 3.x trunk with M2Eclipse and we are now in a very fast cycle of pushing fixes through the whole toolchain when we see problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiran Kenja</title>
		<link>http://eclipsesource.com/blogs/2009/09/17/maven-in-eclipse-a-powerful-combo/comment-page-1/#comment-2824</link>
		<dc:creator>Tiran Kenja</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2963#comment-2824</guid>
		<description>Why there are two official eclipse-maven integration projects is beyond me. But m2eclipse is likely to be the better one simply because it is being developed by Sonatype - who are also the main developers of Maven. Specifically they are doing a lot of work on Maven 3 to support better integration with IDEs and that in turn helps getting m2eclipse working better.

The only real problem is that there seems to be no good solutions to do OSGi development with Maven, if you want to use the PDE tools.</description>
		<content:encoded><![CDATA[<p>Why there are two official eclipse-maven integration projects is beyond me. But m2eclipse is likely to be the better one simply because it is being developed by Sonatype &#8211; who are also the main developers of Maven. Specifically they are doing a lot of work on Maven 3 to support better integration with IDEs and that in turn helps getting m2eclipse working better.</p>
<p>The only real problem is that there seems to be no good solutions to do OSGi development with Maven, if you want to use the PDE tools.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

