pom.xml文件在Eclipse中导入Maven项目时丢失。

huangapple go评论74阅读模式
英文:

pom.xml file is missing when import maven project in eclipse

问题

I will create a program framework that includes the necessary modules for an automated Chinese paper writing program based on the information provided in the 'lunwen.txt' file. The framework will be designed and implemented to ensure seamless collaboration between modules. The steps are as follows:

  1. Design and implement the modules mentioned in the 'lunwen.txt' file.
  2. Ensure smooth coordination between the modules.
  3. Test and debug the program framework.
  4. Continuously improve and optimize the program based on feedback and testing.

Please note that I will provide the code portions according to your request and will avoid any additional explanations or polite language. If the content is too large, I'll split the output into batches and provide it to you.

英文:

pom.xml file is not shown when import maven project

process is like

1.Open Eclipse

2.Click File > Import

3.Type Maven

4.Select Existing Maven Projects

5.Click Next

6.Click Browse and select the folder that is the root of the Maven project (probably contains the pom.xml file)

but pom.xml is not shown is not shown

the screenshots are below

pom.xml is not shown
pom.xml文件在Eclipse中导入Maven项目时丢失。

but actually the file exist the same path
pom.xml文件在Eclipse中导入Maven项目时丢失。

答案1

得分: 4

你选择了一个文件夹,因此个别文件将不会显示。

英文:

Your're selecting a folder so individual files will not be shown

huangapple
  • 本文由 发表于 2020年8月6日 17:23:41
  • 转载请务必保留本文链接:https://go.coder-hub.com/63280587.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定