Re: [m2e-users] Is there a way to suppress the "M2E plugin execution not covered" error

2012-08-16 Thread Zhang, Xueqian
I saw an bug abou tthis issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350414 Is there a binary patch for this I can try? Or I have to pull the code and build m2e myself? Thanks, Chandler From: m2e-users-boun...@eclipse.org [m2e-users-boun...@eclip

Re: [m2e-users] Understanding the Maven Project Builder

2012-08-16 Thread Igor Fedorenko
I am not sure mapping is a good idea in your case. At least set runOnIncremental=false to only run it after clean build. There are couple of bugs in m2e bugzilla that talk about Maven console oddities, but nobody cared enough to provide a patch -- Regards, Igor On 12-08-15 10:56 PM, Nathanie

Re: [m2e-users] Understanding the Maven Project Builder

2012-08-16 Thread Nathaniel Mishkin
Yes, I did set runOnIncremental=false. It also occurred to me that an alternative approach to enabling the maven-ant-plugin would be to massage things so that the ant task puts its results in some place other than target/classes, because it appears that the Eclipse "clean" (the Java builder more s

[m2e-users] m2e connector for maven-scm-plugin

2012-08-16 Thread Billy Newman
I need to mirror this plugin so I can pull it over to a protected network. However I can not find an update site to mirror. Any ideas guys? Thanks Sent from my iPhone ___ m2e-users mailing list m2e-users@eclipse.org https://dev.eclipse.org/mailman/list

Re: [m2e-users] [ANN] Maven inspector for m2e

2012-08-16 Thread Igor Fedorenko
I made some tweaks to lifecycle mapping properties page to make available options more obvious to spot. I also mentioned the page on m2e wiki [1], so hopefully the page itself will be easier to find too. [1] http://wiki.eclipse.org/M2E_plugin_execution_not_covered -- Regards, Igor On 12-08-06 3

[m2e-users] please test m2e 1.2 changes

2012-08-16 Thread Igor Fedorenko
We are getting close to finishing m2e 1.2, which we plan to contribute both to Kepler M1 and Juno SR1. Bugzilla query [1] shows the list of the changes in this version and the current snapshot build can be installed from [2]. As usual, please ask any questions you have on the mailing list and rep

Re: [m2e-users] [ANN] Maven inspector for m2e

2012-08-16 Thread Anders Hammar
Looks very good! /Anders On Thu, Aug 16, 2012 at 3:04 PM, Igor Fedorenko wrote: > I made some tweaks to lifecycle mapping properties page to make > available options more obvious to spot. I also mentioned the page on m2e > wiki [1], so hopefully the page itself will be easier to find too. > > [1

Re: [m2e-users] please test m2e 1.2 changes

2012-08-16 Thread Nord, James
Bump (with patch) https://bugs.eclipse.org/bugs/show_bug.cgi?id=356568 /James > -Original Message- > From: m2e-users-boun...@eclipse.org [mailto:m2e-users- > boun...@eclipse.org] On Behalf Of Igor Fedorenko > Sent: 16 August 2012 14:19 > To: Maven Integration for Eclipse users mailing li

Re: [m2e-users] please test m2e 1.2 changes

2012-08-16 Thread Igor Fedorenko
I thought I made it clear in my comment in the bug that the attached patch is not good enough and there are no plans to accept it. For better rendering of resources folders, proper solution likely will only work with Common Navigator. To actually delegate resource processing to jdt builder, it i

Re: [m2e-users] please test m2e 1.2 changes

2012-08-16 Thread Nord, James
No you made a striking comment the resource processing must not be handled by JDT. To which I thought I made it clear in the response that the patch __does not delegate any processing to JDT__**. **unless you happen to have a file that is called ".m2e_ignored" which would be processed by JDT.

[m2e-users] m2e workspace resolution enabled and update dependencies behavior questions

2012-08-16 Thread Shalini Bhandari
Hi, I am using m2e 1.0.200.20111228-1245. I was wondering what 'Maven > Update dependencies' do when you click on it. What is its behavior? any links I can read ? When I have workspace resolution enabled, why does update dependencies recreates the project artifacts in my local maven repository? I

Re: [m2e-users] [m2e-dev] please test m2e 1.2 changes

2012-08-16 Thread Fred Bricon
The latest 1.2 build (few minutes old) contain fixes wrt remote archetype resolution. If you had troubles using remote archetypes behind proxies or mirrors, I'm interested in knowing if this works for you now. Regards, Fred Bricon On Thu, Aug 16, 2012 at 3:18 PM, Igor Fedorenko wrote: > We are

Re: [m2e-users] please test m2e 1.2 changes

2012-08-16 Thread Igor Fedorenko
Your patch makes jdt traverse all resource folders looking for .m2e_ignored file. Although in theory this should not change the end result, this is definitely a change in processing that goes beyond pure visuals. -- Regards, Igor On 12-08-16 10:57 AM, Nord, James wrote: No you made a striking c