Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] [Bug 384660] m2e version 1.0 fails to update dependencies on opened sub projects when Workspace Resolution is enabled

Hi Fred,

where can I find the m2e-wtp configurators if I need to make modifications? under .settings of each projects ? If so, is there a way to configure it in eclipse (properties > deployment assembly ?? ) ?
Could you also send me a link of a good tutorial where they actually talk about m2e-wtp configurators, the underlying process it does, what exactly m2e-core, m2e-wtp and m2e connector do, etc etc
I couldn't find what I was looking for in http://www.sonatype.com/books/mvnref-book/reference/public-book.html 


the dependent project in my case has /WEB-INF/classes and its default package is of jar type.
but the team who created it needs that project to be run as a webapp project as well (project only has config files and java classes, no jsp or xhtml..). 

If I understand correctly, you cannot define a project being a jar and a war, correct? But what if they need that project to be of both flavor? I guess that's the reason why they assembled as WEB-INF/classes to begin with.


Thanks for helping!

Shalini



On Mon, Jul 23, 2012 at 5:14 PM, <bugzilla-daemon@xxxxxxxxxxx> wrote:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384660
Product/Component: M2E-WTP / core

--- Comment #10 from Fred Bricon <fbricon@xxxxxxxxx> 2012-07-23 20:14:26 EDT ---
Running maven install actually runs a maven build, solely relying on the pom
settings and the maven plugins.

Deploying via WTP doesn't run maven. At all. Deployment is based on the eclipse
settings (configured via the m2e-wtp configurators)

--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You reported the bug.



--
Shalini


(408) 471-7482


Back to the top