Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Is m2e ignoring output location set in Eclipse?

Can you give a little more background on what you're trying to achieve? I probably missed/forgot a previous discussion

On Fri, Jan 9, 2015 at 5:32 AM, Csaba Kozák <kozakcsabi@xxxxxxxxx> wrote:
Hi guys!

I have problems with implementing the classifierClasspathProvider Igor suggested. It seems m2e is storing the providers in a map <classifier, list<provider>>. The "" classifier uses the Main Classifier Classpath Provider by defalt. The problem here that our Android projects also do not use a special classifier, so the classifier is still "".  Also it seems the Main provider is compatible with all projects, and of course our Android provider is compatible with Android projects. This means in MavenClassifierManager.getClassifierClasspathProvider two compatible providers will be found, hence the noop provider will be returned.

What could be done here?

Thanks,
Csaba

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-dev



--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top