How to convert Maven based web application to support Eclipse IDE
| Last Updated : April 15, 2011 In last tutorial, you created a web application with Maven . Here's a guide to show you how to convert that web application to support Eclipse IDE. Note Eclipse IDE support web application via WTP tool , so you need to make your Maven based project support it as well. 1. mvn eclipse:eclipse -Dwtpversion=2.0 mvn eclipse:eclipse For web application, you need extra parameter to make it support Eclipse's wtp, instead, you should use this command : mvn eclipse:eclipse -Dwtpversion=2.0 D:\workspace-new\mkyongweb-core>mvn eclipse:eclipse -Dwtpversion=2.0 [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO] ------------------------------------------------------------------------ [INFO] Building mkyongweb-core Maven Webapp [INFO] task-segment: [eclipse:eclipse] [INFO] ------------------------------------------------------------------------ [INFO] Preparing eclipse:Read full article from How to convert Maven based web application to support Eclipse IDE
No comments:
Post a Comment