superNep
superNep

Reputation: 1

Eclipse-maven project error when creating a new maven project

I'm using eclipse, m2eclipse plugin and maven to create a new maven project, following this procedure, http://o7planning.org/en/10101/install-maven-into-eclipse

However, when a new maven project is created, no JRE system library, no Maven libraries. only src, target and pom.xml like below. is this normal? if not, how can I avoid it? Thanks!

maven version: 3.3.9 eclipse: neon 4..6.0

Click for the picture of the maven project

Upvotes: 0

Views: 656

Answers (1)

Keaz
Keaz

Reputation: 985

right click the project -> Maven -> Update Project

Upvotes: 0

Related Questions