mbonaci / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

M2E issue with web container classpath #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reference to Issue 52.

There's another similar case ,
in Issue 52 we handle the MAVEN_CONTAINER in default project classpath,

But this time we meet there's same issue in Web Container , 
sometimes the M2E will resolve dependency as one as web container ,

If project in a web container , it's still getting incorrect.

Because the web container is solved with WTP by default,
so I think it should be OK to do the someway unless other plugin place the 
project in web container.

It's a feature, not a bug , 
since that's not supported from JavaRuntime by default. ;)

Original issue reported on code.google.com by tonylovejava on 1 Jul 2011 at 12:23

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 1 Jul 2011 at 12:26

GoogleCodeExporter commented 9 years ago
* sometimes the M2E will resolve dependency as one as web container ,

Correct my typo , I mean "as one entry in web container."

Original comment by tonylovejava on 1 Jul 2011 at 12:27

GoogleCodeExporter commented 9 years ago
Ready since 2011/7/1 , committed in r184.

Original comment by tonylovejava on 1 Jul 2011 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 1 Jul 2011 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 1 Jul 2011 at 12:31

GoogleCodeExporter commented 9 years ago
Issue 69 has been merged into this issue.

Original comment by tonylovejava on 1 Jul 2011 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 6 Jul 2011 at 10:33