I am trying to start a spring starter project. After creating the project, I am suppose to go into the pom.xml file and give the packaging tag of type 'war'.
<groupId>org.test</groupId>
artifactId>demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
I then update the Maven project and then proceed to add the project to the tomcat server. However, I am getting this error:
Project facet Cloud Foundry Standalone Application version 1.0 is not supported.
What can be the problem? Also note that I have done this before and it didn't work. I tried it again and it was able to work. Now that I am on a different system, it doesn't work again. I am also following the Introduction to Spring MVC 4 tutorial