Am configuring a spring mvc project using a java based configuration ( no web.xml). i created the project with facet 2.4 but after maven build it is automatically upgraded to 3.1 , how do i keep project facet at 2.4 using maven ?
Asked
Active
Viewed 84 times
0
-
This might help https://stackoverflow.com/questions/18122336/cannot-change-version-of-project-facet-dynamic-web-module-to-3-0/18632054#18632054 – MyTwoCents Jun 12 '18 at 11:54
-
@Ashish451 nop i tried changing through org.eclipse.wst.common.project.facet.core.xml and then after a maven update it was again changed to 3.1 – ThivankaW Jun 12 '18 at 12:05
-
Why do you want it on 2.4 that won't even work with a Java config that requires at least 3.0. – M. Deinum Jun 12 '18 at 12:33