Eclipse: This project needs to migrate WTP metadata

Sometimes Eclipse gives weird errors that you have no clue why is coming. For example, recently I got this strange error in eclipse’s Problems view.

This project needs to migrate WTP metadata

To remove this error, all you have to do is to re-validate the project.

  1. Select the project that you want to validate.
  2. Right-click the project and then click Validate. If this option is not available, validation is disabled or there are no validators enabled for the project. To enable validators for this project, see Overriding global validation preferences.

Basically, when you run a manual validation, all resources in the selected project are validated according to the validation settings.

This must remove the error.

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago