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?
_______________________________________________ wtp-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/wtp-dev
