0

I am new to maven with eclipse. I am using m2e plugin(version 1.2.0).

i have imported maven project, it is showing build path errors due to some jars are missing. How to add those jars to the build path. Do i need to download manually and add to the eclipse build.

i am learning about pom.xml, please help me.

Build errors in maven project

Ramesh Kotha
  • 8,266
  • 17
  • 66
  • 90

1 Answers1

0

you should add dependency of missing jar into pom.xml file. As soon as you add them , eclipse will automatically download those jar files for you. You can easily find maven dependencies on google.

Priyank Doshi
  • 12,895
  • 18
  • 59
  • 82