Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Web-ContextPath updated after maven update


I have a WAB project in eclipse that is also a maven project. Any time I run a maven update from within eclipse it seems there's an additional job run to update the Web-ContextPath header in my manifest file to the name of my project.

I want the path to be something different, but it always wants to update it /<project-name>.

This only occurs when I have the OSGi bundle project facet installed. Seems maybe related to this - https://bugs.eclipse.org/bugs/show_bug.cgi?id=349011

"Updating web context root in Web Application Bundles" is what it says when this happens.

Same behaviour occurs if I update the context root in the web project settings or if I update the manifest manually.

Any ideas?


Back to the top