From 5b08ece426630441cce2205f775f3db3a65d25f5 Mon Sep 17 00:00:00 2001 From: Rakesh Waghela Date: Thu, 20 Mar 2014 17:51:45 +0530 Subject: [PATCH] Added the -Dwtpversion=2.0 property Added the -Dwtpversion=2.0 property in eclipse:eclipse command, as it is required to provide appropriate faceting. Otherwise you can not do Run On Server option in Eclipse ( or Spring STS ) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 144a998..5ccdde8 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ File -> Import -> Maven -> Existing Maven projects ``` 2b) Alternatively, import as Eclipse projects ``` -mvn eclipse:eclipse +mvn eclipse:eclipse -Dwtpversion=2.0 File -> Import -> General -> Existing Projects Into Workspace