Dependencies from pom.xml not considered by Eclipse in Tycho Project

前端 未结 3 1451
不思量自难忘°
不思量自难忘° 2020-12-05 20:14

I created a Tycho project with an eclipse-plugin packaging. The project includes some dependencies that are specified via pom.xml. The relevant pom sections are

3条回答
  •  情歌与酒
    2020-12-05 20:39

    from the command line navigate to the folder where the pom.xml is located.

    Run mvn eclipse:eclipse.

    This should build a valid eclipse project.

提交回复
热议问题