简体   繁体   中英

Will there be issues in importing a maven project using Eclipse (Windows > Ubuntu)

I've got a maven (Spring + Hibernate) project which was developed using Eclipse in Windows. I'm trying to import it into Eclipse (version Mars) in Ubuntu.

Will there be any configuration or dependency issues while importing it in Eclipse, from Windows to Ubuntu. If so what could be the best way to import in such scenarios.

Any help would be appreciated.

Why don't you just try it? That's why we have version control systems ;)

While importing I don't think there will be issues. But you will need to take care about file encodings and line endings.

When you correct line endings and file encodings you need to be aware that whatever uses hashes (Flyway for example) will need to recompute them.

For maximum compatibility don't import the eclipse project itself in ubuntu, import the maven project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM