<?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"
	>
<channel>
	<title>Comments on: Maven-like Classpath in Maia</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Wed, 16 May 2012 21:16:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Anton Makeev</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-130090</link>
		<dc:creator>Anton Makeev</dc:creator>
		<pubDate>Mon, 29 Mar 2010 12:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-130090</guid>
		<description>David, the problem with test-jar should have been fixed in the eap, please check if it is true for you (http://confluence.jetbrains.net/display/IDEADEV/Maia+EAP).
If your problem is different, please write me to anton(dot)makeev&lt;at&gt;jetbrains[.]com and attach a sample project.
Thanks</description>
		<content:encoded><![CDATA[<p>David, the problem with test-jar should have been fixed in the eap, please check if it is true for you (http://confluence.jetbrains.net/display/IDEADEV/Maia+EAP).<br />
If your problem is different, please write me to anton(dot)makeev<at>jetbrains[.]com and attach a sample project.<br />
Thanks</at></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Reed</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-128989</link>
		<dc:creator>David Reed</dc:creator>
		<pubDate>Thu, 18 Mar 2010 01:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-128989</guid>
		<description>Is there a way to limit the cross-module sharing of test code as mentioned in retronym's comment? (http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115351)

The way my current project is set-up this causes issues as it means a file with different contents but the same name as one from the src/main/resources tree of a dependency is on the classpath. The results is different behaviour when running the tests in IntelliJ compared to running them from the command-line or eclipse.</description>
		<content:encoded><![CDATA[<p>Is there a way to limit the cross-module sharing of test code as mentioned in retronym&#8217;s comment? (http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115351)</p>
<p>The way my current project is set-up this causes issues as it means a file with different contents but the same name as one from the src/main/resources tree of a dependency is on the classpath. The results is different behaviour when running the tests in IntelliJ compared to running them from the command-line or eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nicholson</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-123535</link>
		<dc:creator>Robert Nicholson</dc:creator>
		<pubDate>Tue, 12 Jan 2010 03:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-123535</guid>
		<description>Correct me if I'm wrong but if the classpath isn't build from maven rules because export is selected for every artifact then how is that "built form maven rules?</description>
		<content:encoded><![CDATA[<p>Correct me if I&#8217;m wrong but if the classpath isn&#8217;t build from maven rules because export is selected for every artifact then how is that &#8220;built form maven rules?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Makeev</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115606</link>
		<dc:creator>Anton Makeev</dc:creator>
		<pubDate>Mon, 07 Sep 2009 10:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-115606</guid>
		<description>@Jan Duplak:
Don't get the idea; please mail me to Anton.Makeev@jetbrains.com and attach a sample project and fill description of what would you want IDEA to do.</description>
		<content:encoded><![CDATA[<p>@Jan Duplak:<br />
Don&#8217;t get the idea; please mail me to <a href="mailto:Anton.Makeev@jetbrains.com">Anton.Makeev@jetbrains.com</a> and attach a sample project and fill description of what would you want IDEA to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Makeev</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115605</link>
		<dc:creator>Anton Makeev</dc:creator>
		<pubDate>Mon, 07 Sep 2009 10:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-115605</guid>
		<description>@Bryan Young:
I do plan to implement Maven-like treatment of resource directories; I'm not sure if I can make it in 9.0, though.</description>
		<content:encoded><![CDATA[<p>@Bryan Young:<br />
I do plan to implement Maven-like treatment of resource directories; I&#8217;m not sure if I can make it in 9.0, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Young</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115445</link>
		<dc:creator>Bryan Young</dc:creator>
		<pubDate>Thu, 03 Sep 2009 03:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-115445</guid>
		<description>Great to see this level of Maven support.  Are there any plans to support a distinction between 'source' directories and 'resource' directories?  Idea doesn't see a problem with placing images, xml and other resources in the java source tree, but later when the same project is run from Maven, those resources cannot be found.  It seems related.</description>
		<content:encoded><![CDATA[<p>Great to see this level of Maven support.  Are there any plans to support a distinction between &#8217;source&#8217; directories and &#8216;resource&#8217; directories?  Idea doesn&#8217;t see a problem with placing images, xml and other resources in the java source tree, but later when the same project is run from Maven, those resources cannot be found.  It seems related.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim Deblauwe</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115422</link>
		<dc:creator>Wim Deblauwe</dc:creator>
		<pubDate>Wed, 02 Sep 2009 17:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-115422</guid>
		<description>Hi,

great to hear that. While you are busy, please add a 'move to top' button to set the order of the dependencies. For my project, I need to manually add a directory and it has to be in the first entry. With the many dependencies I have, it means clicking on 'move up' about a 100 times.

regards,

Wim</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great to hear that. While you are busy, please add a &#8216;move to top&#8217; button to set the order of the dependencies. For my project, I need to manually add a directory and it has to be in the first entry. With the many dependencies I have, it means clicking on &#8216;move up&#8217; about a 100 times.</p>
<p>regards,</p>
<p>Wim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Duplak</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115408</link>
		<dc:creator>Jan Duplak</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-115408</guid>
		<description>I would like to use
        
            javaee
            javaee-api
            5
            provided
        

while compiling project
but:
        
            org.jboss
            jbossall-client
            5.0.0
            runtime
        
while running client from idea project generated by maven (idea:idea)</description>
		<content:encoded><![CDATA[<p>I would like to use</p>
<p>            javaee<br />
            javaee-api<br />
            5<br />
            provided</p>
<p>while compiling project<br />
but:</p>
<p>            org.jboss<br />
            jbossall-client<br />
            5.0.0<br />
            runtime</p>
<p>while running client from idea project generated by maven (idea:idea)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: retronym</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115351</link>
		<dc:creator>retronym</dc:creator>
		<pubDate>Tue, 01 Sep 2009 05:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-115351</guid>
		<description>Given module B with a compile depedency on module A:

Currently, module B in IntelliJ can access test code in module B. This is not visible in maven, unless you explicitly publish a 'tests' artifact from module A, and depend on it in the 'test' scope from module B. (http://maven.apache.org/guides/mini/guide-attached-tests.html)

Does this change limit the cross module visibility of test code? If so, it should detect if the extra 'tests' artifact is used, and make the test code visible again.

-jason</description>
		<content:encoded><![CDATA[<p>Given module B with a compile depedency on module A:</p>
<p>Currently, module B in IntelliJ can access test code in module B. This is not visible in maven, unless you explicitly publish a &#8216;tests&#8217; artifact from module A, and depend on it in the &#8216;test&#8217; scope from module B. (http://maven.apache.org/guides/mini/guide-attached-tests.html)</p>
<p>Does this change limit the cross module visibility of test code? If so, it should detect if the extra &#8216;tests&#8217; artifact is used, and make the test code visible again.</p>
<p>-jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Le Berrigaud</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/maven-like-classpath-in-maia/#comment-115341</link>
		<dc:creator>Samuel Le Berrigaud</dc:creator>
		<pubDate>Mon, 31 Aug 2009 22:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1743#comment-115341</guid>
		<description>That's great.

Now could you guys get rid of the "Maven: " prefix on all the dependencies as seen in the screen shot. This makes searching for dependencies tedious as I always have to type "Maven: " before the real name of the dependency I am looking for…

Great work on the maven support though. I now just hope that IntelliJ 9 will be a bit more stable than 8.x (on Mac OS X).</description>
		<content:encoded><![CDATA[<p>That&#8217;s great.</p>
<p>Now could you guys get rid of the &#8220;Maven: &#8221; prefix on all the dependencies as seen in the screen shot. This makes searching for dependencies tedious as I always have to type &#8220;Maven: &#8221; before the real name of the dependency I am looking for…</p>
<p>Great work on the maven support though. I now just hope that IntelliJ 9 will be a bit more stable than 8.x (on Mac OS X).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

