Migrate the Eclipse project to intellij IDEA, eclipseintellij

Source: Internet
Author: User

Migrate the Eclipse project to intellij IDEA, eclipseintellij
Since using intellij IDEA, many projects want to migrate to intellij for development.Since most of our projects are built based on Maven, we can use maven commands to do this.

1. Select an eclipse project, which is built based on maven  

2. Copy the project to another directory. The project contains the eclipse configuration file.     3. Open cmd cd and run the command in this directory.
mvn eclipse:clean
This command will clear the configuration files related to eclipse.   So the directory becomes like this.     4. Run the command
mvn idea:idea
Add idea-related configuration files to the Project   As a result, the project file of intellij is added to the directory.     5. Copy the project to the IDEA workspace. Run the inport model command.    So far, the migration from Eclipse maven project to intellij IDEA has been completed.   

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.