eclipse - Referenced classpath entry for JAR in local maven repository missing when importing nutch -


i trying import nutch 1.4 eclipse. cloned git repository , build using maven. then, imported in eclipse maven project, i'm getting following error:

the archive: /home/devang/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar referenced classpath, not exist.

i've seen behaviour when had project imported in eclipse, deleted local maven repository.

to solve this, make m2eclipse re-download project's dependencies:

  1. right-click on project , select maven > update project...
  2. select force update of snapshots/releases , hit ok

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -